Answer the following statements true (T) or false (F)

1. In a Do…Loop Until statement, the loop body is not always executed.
2. The Exit For statement causes immediate exit from the For…Next statement.
3. The Exit statement terminates a program.
4. The Continue statement is used to undo the effects of the Exit statement.
5. The Exit and Continue statements cannot be used in nested repetition statements.


1. False. In a Do…Loop Until statement, the loop body is always executed at least once.
2. True.
3. False. The Exit statement is used to terminate the rest of a repetition or Select…Case statement.
4. False. The Continue statement alters the flow of control in a loop by skipping the remaining statements in the body of a repetition statement and proceeding with the next iteration of the loop.
5. False. The Exit and Continue statements can be used in nested repetition statements.

Computer Science & Information Technology

You might also like to view...

A Dataset is a copy of the data that can be accessed by an application.

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

Computer Science & Information Technology

Some RAID levels use ______, which splits data, instructions, and information across multiple drives in the array.

A. striping B. divesting C. duplicating D. mirroring

Computer Science & Information Technology

Credit cards are magnetic-strip cards that have a strip of magnetically encoded data on the back that holds about 0.2-0.9 KB of data.

a. true b. false

Computer Science & Information Technology

Describe how Live Corner effects are interactive.

What will be an ideal response?

Computer Science & Information Technology