In a binary search, _______________________________ .

a) it is assumed that all of the elements are integers.
b) it is assumed that all of the elements are Strings.
c) it is assumed that the search pool is small.
d) it is assumed that the search pool is ordered.
e) it is assumed that the search pool is large.

d) it is assumed that the search pool is ordered.

Computer Science & Information Technology

You might also like to view...

The new classes that we create from existing classes are called ____ classes.

A. sibling B. base C. derived D. parent

Computer Science & Information Technology

Round the values down at the places noted.

27.17 to an integer

Computer Science & Information Technology