Multiple choice Which of the following is a precondition of the binary search? Binary search is not efficient for large data values like 1000 records. Array should be either in ascending or descending sorted order. Mid element should be already defined in the given array. Both (1) and (2) None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation This is the statement for binary search precondition.