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

Verified
Correct Answer:
Verified
Q16: What would be the results after the
Q17: A ragged array is:<br>A) a two-dimensional array
Q18: Java limits the number of dimensions that
Q19: This indicates the number of elements, or
Q21: What would be the results of the
Q22: The ArrayList class is in this package.<br>A)
Q24: Given the following two-dimensional array declaration, which
Q26: If numbers is a two-dimensional int array
Q37: An ArrayList object automatically expands in size
Q64: What would be the results of the