The search B-tree node algorithm searches for data entry containing key ____ target.

A. equal to
B. less than
C. greater than
D. different than

Answer: B

Computer Science & Information Technology

You might also like to view...

The ADT sorted list inserts and deletes items by their ______.

a) name b) value c) position name d) position number

Computer Science & Information Technology

The equality operator in C# is ____.

A. = B. != C. == D. .equals

Computer Science & Information Technology