in Technology by
edited by

Five node splitting operations occurred when an entry is inserted into a B-tree. Then how many nodes are written?
a) 14
b) 7
c) 11
d) 5

1 Answer

0 votes
by

Answer: c
Explanation: If s splits occur in a B-tree, 2s + 1 nodes are written (2 halves of each split and the parent of the last node split). So, if 5 splits occurred, then 2 * 5 + 1 , i.e. 11 nodes are written.

Related questions

0 votes
    How many nodes does a complete binary tree with n leaves contains? Select the correct answer from above options...
asked Dec 22, 2021 in Education by JackTerrance
0 votes
    If there are 4 branches, 3 nodes then number of links in a co-tree are? (a) 2 (b) 4 (c) 6 (d) ... theory Questions for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 20, 2021 in Education by JackTerrance
0 votes
    If a graph consists of 5 nodes, then the number of twigs in the tree is? (a) 1 (b) 2 (c) 3 (d ... theory Questions for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 20, 2021 in Education by JackTerrance
0 votes
    If a resistor Rx is connected between nodes X and Y, Ry between X and Y, Rz between Y and Z to form a ... Questions for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 20, 2021 in Education by JackTerrance
0 votes
    B-tree of order n is a order-n multiway tree in which each non-root node contains __________ a) at most (n – 1)/2 keys ... ) at least 2n keys d) at least (n – 1)/2 keys...
asked Dec 23, 2020 in Technology by JackTerrance
0 votes
    In B+ tree the node which points to another node is called (a) Leaf node (b) External node (c) ... and Answers, Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    Enumerate the social, political, economic,and cultural changes that occurred in our community during the last five years? Select the correct answer from above options...
asked Dec 5, 2021 in Education by JackTerrance
0 votes
    Enumerate the social, political, economic,and cultural changes that occurred in our community during the last five years? Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    Enumerate the social, political, economic,and cultural changes that occurred in our community during the last five years? Select the correct answer from above options...
asked Nov 25, 2021 in Education by JackTerrance
0 votes
    If a node is locked in an intention mode, explicit locking is done at a lower level of the tree. ... Answers, Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    Consider the tree T in which left subtree contains half of the maximum number of nodes possible in the avl tree of ... of nodes in T? Select the correct answer from above options...
asked Dec 28, 2021 in Education by JackTerrance
...