Question: Which of the following statements about binary search is true?
Options:
Correct Answer: It requires the array to be sorted
Solution:
Binary search requires the array to be sorted to function correctly.