Searching for "Which"

Q:

Which among the following is the largest museum in India

A) Salarjung Museum B) Indian Museum
C) SubhashChandraBose Museum D) Tagore museum
 
Answer & Explanation Answer: B) Indian Museum

Explanation:

Indian Museum is the largest museum in India

Report Error

View Answer Report Error Discuss

Filed Under: Indian History

Q:

Which of the following city has highest historical monuments?

A) Punjab B) Mumbai
C) Delhi D) Hyderanad
 
Answer & Explanation Answer: C) Delhi

Explanation:

Delhi has highestnumber of historical monuments

Report Error

View Answer Report Error Discuss

Filed Under: World History

Q:

Of the following tree structure, which is, efficient considering space and time complexities?

A) Incomplete Binary Tree B) Complete Binary Tree
C) Full Binary Tree D) None
 
Answer & Explanation Answer: B) Complete Binary Tree

Explanation:

Full binary tree loses its nature when operations of insertions and deletions are done. For incomplete binary trees, extra storage is required and overhead of NULL node checking takes place. So complete binary tree is the better one since the property of complete binary tree is maintained even after operations like additions and deletions are done on it.

Report Error

View Answer Report Error Discuss

Filed Under: Software Testing

Q:

In tree construction which is the suitable efficient data structure?

A) Array B) Linked list
C) Stack D) Queue
 
Answer & Explanation Answer: B) Linked list

Explanation:

Linked list is the efficient datastructure in tree construction

Report Error

View Answer Report Error Discuss

Filed Under: C++

Q:

Which of the following methods doesn't use sorting?

A) Insertion B) Deletion
C) Exchange D) Selection
 
Answer & Explanation Answer: A) Insertion

Explanation:

Using insertion we can perform insertion sort, using selection we can perform selection sort, using exchange we can perform the bubble sort.But by using deletion we cannot perform any sort.

Report Error

View Answer Report Error Discuss

Filed Under: C++

Q:

Which among the following are not access Specifiers in C++?

A) Public B) Protected
C) Default D) Private
 
Answer & Explanation Answer: C) Default

Explanation:

Default is the access specifier in java not in C++

Report Error

View Answer Report Error Discuss

Filed Under: C++

Q:

Which of the following is the mixture

A) distilled water B) gasoline
C) liquified petroleum gas D) both (b) & (c)
 
Answer & Explanation Answer: D) both (b) & (c)

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

Q:

Which one of the following laws directly expalins the law of coservation of mass

A) Hund's rule B) Dalton's law
C) Avogadro's law D) Berzelius hypothesis
 
Answer & Explanation Answer: C) Avogadro's law

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry