Multiple Choice
Which statement is true about B-trees?
A) Traversals of a table can be done in sorted order more efficiently than a hash table.
B) All nodes are children of the root.
C) The root node contains either the largest or smallest key value.
D) If there are n nodes in the B-tree,then the height of the tree is log2 n.
Correct Answer:

Verified
Correct Answer:
Verified
Q8: Why is random access preferable over sequential
Q9: In the external version of mergesort,if we
Q10: In a binary search tree,if a node
Q11: If a B-tree of order 5 contains
Q12: When deleting a key value from a
Q14: How does a search of a key
Q15: What is the advantage of using a
Q16: Which ADT operation(s)on an external file require
Q17: Mergesort requires us to store the entire
Q18: Which of the following information is not