Multiple Choice
A two-dimensional array that will accumulate the rows and columns:
A) Should have an additional row and column specified for the totals.
B) Should use two other one-dimensional arrays for the totals.
C) Should have a third dimension for the totals.
D) None of the above.
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
Q18: A sequential search<br>A)Starts with the first element
Q19: Parallel arrays:<br>A)Must be loaded in separate loops.<br>B)May
Q21: A static array has a constant number
Q22: There are only one-dimensional and two-dimensional arrays.