Exam tip 1
In an exam, if a question asks you to choose a search algorithm, always check if the data is described as sorted. If it is, Binary Search is likely the intended answer due to its efficiency. If not, you must mention that the data would need to be sorted first, or choose Linear Search.