B-Trees

Question 1
A B-tree of order 4 is built from scratch by 10 successive insertions. What is the maximum number of node splitting operations that may take place?
A
3
B
4
C
5
D
6
       Database-Management-System       B-Trees       Gate-2008
Question 1 Explanation: 
Let's take 10 successive key values,
{1,2,3,...,10} which can cause maximum possi ble splits.
1, 2, 3 →

4 →

5 →

6 →

7 →

8 →

9 →

10 →
There is 1 question to complete.
PHP Code Snippets Powered By : XYZScripts.com