A binary search begins by:

a. comparing the search item to all the items in the list or array, on the first pass
b. comparing the search item to half the items in the list or array on the first pass
c. comparing the search item to the first item in the list or array on the first pass
d. creating an index file


B

Computer Science & Information Technology

You might also like to view...

The ability to move text using only a mouse to a new location is called ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

To tile multiple open worksheets on the screen, use the ________ command

A) Rearrange B) Arrange All C) Split D) Go To

Computer Science & Information Technology

The optical ________ is the most common pointing device for desktop computers.

A. stylus B. scanner C. mouse D. disc

Computer Science & Information Technology

You can use an ifstatement to guard a group of statements.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology