A ___________ statement terminates the current iteration of a loop.

a. Break
b. Continue
c. Switch
d. Assert


B

Computer Science & Information Technology

You might also like to view...

Which would you expect to have smaller delay, VSAT technology or WiMAX technology? Why?

What will be an ideal response?

Computer Science & Information Technology

If two tables need to be joined, and both tables have the same two primary keys, how many join lines are needed?

A) 0 B) 1 C) 2 D) 3

Computer Science & Information Technology

Answer the following statement(s) true (T) or false (F)

1. Returning an error condition from a function means that the condition must be the same data type as a valid returned value. 2. In exception handling, an exception is thrown from within the function after its execution. 3. An advantage of object-oriented program design is that you can use thoroughly tested classes without knowing how the class is constructed. 4. Unlike the built-in data types, a class does not define a valid set of data values. 5. Strings cannot be input from the keyboard and displayed on the screen.

Computer Science & Information Technology

What does "cell pointer" mean? Choose one answer.

a. None of the others b. Where data will go to when user begins to type. c. A cell with fill-handler. d. First cell in the active worksheet.

Computer Science & Information Technology