Multiple Choice
A sequential search
A) Starts with the first element of an array and searches each element until the correct one is found.
B) Starts with the last element of an array and searches upward until the correct one is found.
C) Starts with the middle element of an array and searches each direction until the correct one is found.
D) Does not have to have the array in order.
Correct Answer:

Verified
Correct Answer:
Verified
Q12: Parallel arrays are two or more arrays
Q13: The binary search<br>A)Starts with the first element
Q14: To sum the rows and columns of
Q15: You must use an array starting with
Q16: The table look up technique:<br>A)Searches sequentially through
Q17: An array allows the user to use
Q19: Parallel arrays:<br>A)Must be loaded in separate loops.<br>B)May
Q20: A two-dimensional array that will accumulate the
Q21: A static array has a constant number
Q22: There are only one-dimensional and two-dimensional arrays.