239,131 views
10 votes
10 votes
True/False: A binary search looks for a desired item by comparing the search item to each data item in order, from first to last, until a match is found. Group of answer choices True

User Fatmajk
by
3.1k points

2 Answers

26 votes
26 votes
The answer to the question is true
User Crazydiv
by
2.2k points
10 votes
10 votes

Answer: False

Explanation: a binary search divides the list into halves that could contain the item until it narrows down only to one item.

User Drew Nichols
by
2.5k points