Multiple choice Which of the following statements is/are true? Linear search is slow as compared to binary search. Linear search requires sorted data. Linear search is not efficient with large data. The complexity of binary search is O(log n). Only (1), (3) and (4) are true. Reveal answer Fill a bubble to check yourself E Correct answer Explanation Yes, these statements are true.