Question: In which of the following applications is binary search commonly used?
Options:
Correct Answer: Searching for a word in a dictionary
Solution:
Binary search is commonly used for searching for a word in a dictionary, as dictionaries are typically sorted.