Multiple Choice
In order to do a binary search on an array,
A) the array must first be sorted in ascending order.
B) you must first do a sequential search of the array to assure the element you are looking for is there.
C) the values of the array must be numeric.
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: If numbers is a two-dimensional array, which
Q7: You can use this ArrayList class method
Q9: Objects in an array are accessed with
Q14: What will be the result of the
Q15: You can use the _ method to
Q15: The sequential search algorithm<br>A) returns 1 if
Q19: Which of the following is a valid
Q32: To determine if two arrays are equal
Q38: Any items typed on the command-line, separated
Q39: A sorting algorithm is a technique for