Question: Which of the following best describes the process of binary search?
Options:
Correct Answer: Dividing the array into halves
Solution:
Binary search works by dividing the array into halves to locate the target value.