Multiple Choice
To sum the rows and columns of a two-dimensional array:
A) The rows are summed,then the columns,and finally the grand total.
B) The columns are summed,then the rows,and finally the grand total.
C) The rows and columns are summed together.
D) The rows and columns are summed in the same inner loop with the results placed in an added row and an added column.The grand total is summed in the outer loop.
Correct Answer:

Verified
Correct Answer:
Verified
Q9: Printing a two dimensional array:<br>A)Is the same
Q10: Arrays are used:<br>A)When multiple values of a
Q11: Data structures is the way data is
Q12: Parallel arrays are two or more arrays
Q13: The binary search<br>A)Starts with the first element
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