Multiple Choice
The binary search
A) Starts with the first element of an array and searches each element until the correct one is found.
B) Starts with the middle element and tests to see if the number is larger or smaller that that element and continues in the same manner until the element is found.
C) Does not have to have the array in order.
D) Is another name for a sequential search.
Correct Answer:

Verified
Correct Answer:
Verified
Q8: To print an array,you should use:<br>A)IF/THEN/ELSE instruction.<br>B)REPEAT/UNTIL.<br>C)WHILE/WHILE-END.<br>D)Automatic
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
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