in Databases recategorized by
1,999 views
1 vote
1 vote

Identify the true statement from the given statements:

  1. Number of child pointers in a B/B+ tree node is always equal to number of keys in it plus one
  2. B/B+ tree is defined by a term minimum degree. And minimum degree depends on hard disk block size, key and address size

 

  1. (1)
  2. (1) and (2)
  3. (2)
  4. None of these
in Databases recategorized by
by
2.0k views

2 Answers

1 vote
1 vote

An internal node x containing 'n' keys has 'n+1' children.

Minimum degree depends on BLOCK SIZE, SEARCH KEY FIELD SIZE, BLOCK/RECORD POINTER.

 

REFER:- http://staff.ustc.edu.cn/~csli/graduate/algorithms/book6/chap19.htm

2 Comments

How minimum degree ?? Shouldn’t it be maximum degree ?? There r lot of GATE questions which has asked maximum degree possible for given block size
0
0
Minimum or maximum, how is block size related to the degree?
0
0
1 vote
1 vote
The above two statements are true.

Answer- B. (1) and (2)