The non-leaf root of a B-tree of order m has a minimum of how many children?

a) 0
b) 1
c) 2
d) m/2
e) None of these is correct


c) 2

Computer Science & Information Technology

You might also like to view...

18) Write a complete Java program using the StringTokenizer class that computes and displays the average of a list of grades read from the command line. Each grade should be entered on the same line separated by commas. Enter signifies the end of the input.

What will be an ideal response?

Computer Science & Information Technology

Which class of fence is for commercial usage?

A. Class 1 B. Class 2 C. Class 3 D. Class 4

Computer Science & Information Technology

The ____ function returns a Boolean value of true if a given value exists in the array.

A. array_search() B. array_boole() C. array() D. in_array()

Computer Science & Information Technology

____________________ scripting means that the user's computer processes the form.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology