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) no requirements are necessary
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q53: What would be the result after the
Q54: Which of the following for loops is
Q55: Which of the following ArrayList class methods
Q56: What is the value of scores[2][3] in
Q57: Which of the following statements is(are) true
Q59: Java does not limit the number of
Q60: What would be the result after the
Q61: The String [ ] args parameter in
Q62: What does <String> specify in the following
Q63: When an array of objects is declared