Which of the following is a negative of binary search?

a. It requires significantly more memory than linear search.
b. It is slower than linear search.
c. The data must be in sorted order.
d. None of the above.

c. The data must be in sorted order.

Computer Science & Information Technology

You might also like to view...

If you misspell a function or a named range, you will get a(n) ________ error

A) #N/A B) #REF! C) #NAME? D) #VALUE!

Computer Science & Information Technology

What is the first DHCP message sent by a client attempting to obtain IP address information from a DHCP server?

a. DHCPOFFER b. DHCPACK c. DHCPDISCOVER d. DHCPREQUEST

Computer Science & Information Technology