UGC NET CS 2015 Dec – paper-3
December 11, 2023
Question 10095 –
December 11, 2023
UGC NET CS 2015 Dec – paper-3
December 11, 2023
Question 10095 –
December 11, 2023

Question 10094 –

A B+ – tree of order d is a tree in which each internal node has between d and 2d key values. An internal node with M key values has M+1 children. The root (if it is an internal node) has between 1 and 2d key values. The distance of a node from the root is the length of the path from the root to the node. All leaves are at the same distance from the root. The height of the tree is the distance of a leaf from the root.
(a) What is the total number of key values in the internal nodes of a B+ – tree with l leaves (l≥2)?
(b) What is the maximum number of internal nodes in a B+ – tree of order 4 with 52 leaves?
(c) What is the minimum number of leaves in a B+ – tree of order d and height h(h≥1)?

Correct Answer: A

A
Theory Explanation.

Leave a Reply

Your email address will not be published. Required fields are marked *