Multiple choice Binary search only works on sorted data. True or false? True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation Binary search works by repeatedly dividing the search interval in half. This process requires the data to be sorted so that the algorithm can determine whether the target value is in the left or right half.