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

Verified
Correct Answer:
Verified
Related Questions
Q1: If numbers is a two-dimensional array, which
Q5: A ragged array is _.<br>A) a two-dimensional
Q6: To return an array of long values
Q15: You can use the _ method to
Q19: Which of the following is a valid
Q27: Which method is used to determine the
Q32: Which of the following statements is(are) true
Q33: Which of the following methods returns a
Q34: The sequential search algorithm<br>A) returns 1 if
Q56: What is the value of scores[2][3] in