Searching for "B"

Q:

In RDBMS, what is the efficient data structure used in the internal storage representation?

A) Stack B) Queue
C) B+ tree structure D) AVL tree Structure
 
Answer & Explanation Answer: C) B+ tree structure

Explanation:

B+ tree. Because in B+ tree, all the data is stored only in leaf nodes, that makes searching easier. This corresponds to the records that shall be stored in leaf nodes

Report Error

View Answer Report Error Discuss

Filed Under: Java

Q:

Who is the author of the book New India?

A) Manik Bandopadhyay B) Annie Besant
C) John Milton D) None
 
Answer & Explanation Answer: B) Annie Besant

Explanation:

Annie Besant is the author of New India

Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

Q:

If Kamal says, ellavi's mother is the only daughter of my mother", how is Kamal related to Ravi  

A) Grandfather B) Father
C) Brother D) None of these
 
Answer & Explanation Answer: D) None of these

Explanation:

Only daughter of Kamal's mother — Kamel's sister. So, Ravi's mother is Kamel's sister or Kamal is the brother of Ravi's mother

i.e., Ravi's maternal uncle. 

Report Error

View Answer Report Error Discuss

Filed Under: Blood Relations

Q:

Should individuals/industries having treasures of national significance like nobel prizes, hand them over to central goverment for their safe custody? 

Arguments:

1. Yes. They d not have enough resources to protect them

2. No. These are the properties of Individuals /Industries who win them. So, they should be there int heir custody

A) Only 1 is true B) Only 2 is true
C) Either 1 or 2 is true D) Neither 1 nor 2 is true
 
Answer & Explanation Answer: B) Only 2 is true

Explanation:

The awards are given to the individual perfection and excellence.So only 2 holds

Report Error

View Answer Report Error Discuss

Q:

Brothers and Sisters I have None ::

Looking at a portrait of a man, Harsh said, "His mother is the wife of my father's son. Brothers and sisters I have none." At whose portrait was Harsh looking? 

A) His son B) His cousin
C) His uncle D) His nephew
 
Answer & Explanation Answer: A) His son

Explanation:

Since Harsh has no brother or sister, so he is his father's only son. Now, wife of my father's son — my wife. 

 

So, Harsh's wife is the man's mother or the man is Harsh's son. 

Report Error

View Answer Report Error Discuss

Filed Under: Blood Relations

Q:

Pointing to a man in a photograph. Asha said. "His mother's only daughter is my mother." How is Asha related to that man ? 

A) Nephew B) Sister
C) Wife D) Niece
 
Answer & Explanation Answer: D) Niece

Explanation:

Asha's mother's mother is man's mother i.e.. A.sha's mother is man's sister or Asita is man's niece. 

Report Error

View Answer Report Error Discuss

Filed Under: Blood Relations

Q:

Should jobs be linked with academic degrees and diplomas? 

Arguments:

1. No. A very large number of persons with meagre academic qualifications will apply

2. No. Importance of higher education will be diminished

A) Only 1 is true B) Only 2 is true
C) Either 1 or 2 is true D) Neither 1 nor 2 is true
 
Answer & Explanation Answer: B) Only 2 is true

Explanation:

Delinking jobs with degrees will diminish the need for higher education as amny of them persue such education for jobs.So, only arg 2 is strong

Report Error

View Answer Report Error Discuss

Q:

Differentiate between a.) Testing and Debugging b.) Two tier and Three tier architecture c.) Alpha testing and Beta testing d.) Static testing and dynamic testing

Answer

a.) Testing and Debugging 


Testing is process of verifying if the application matches requirements and reporting bugs; Testing is usually done by an independent testing team while debugging is a process of finding and fixing bugs with the intention of reducing bugs; Debugging is usually done by the programmer.


 


b.) Two tier and Three tier architecture


In a two tier architecture there is a data server and a client application. Client application directly accesses the server data. In a three tier architecture there is a data server, a client application and a server application. Client application calls the server application which in turn fetches data from the data server and returns back to client application.


 


c.) Alpha testing and Beta testing


Alpha testing is conducting acceptance testing in the environment where the application was developed. It is done by the customer. Beta testing is conducting acceptance testing is the customer environment. It is done by the group of customers or users who will actually be using it.


 


d.) Static testing and dynamic testing


Static testing is checking the application without actually running the application whereas dynamic testing checks the application by running it.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing