Solved

In Order to Do a Binary Search on an Array

Question 20

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions