Multiple Choice
Which technique does a binary search use to find an element in a list?
A) divide and conquer
B) row and column
C) first to last
D) hunt and peck
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: A sequential search is most efficient for
Q20: A sequential search is faster than a
Q21: A binary search can be performed on
Q22: Consider the following list. list = {24,
Q23: In a sequential search, the array must
Q25: A binary search starts by comparing the
Q26: The selection sort algorithm repeatedly moves the
Q27: Selection sort uses nested for loops.
Q28: Consider the following list. list = {20,
Q29: A selection sort always starts with the