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

1. The conditional test is made at the end of the REPEAT/UNTIL instruction.
2. When using a WHILE/WHILE-END instruction, if the condition is false before entering the loop, the loop instructions will still be processed one time.
3. When using a REPEAT/UNTIL instruction, if the condition is false before entering the loop, the loop instructions will still be processed at least one time.
4. Automatic counter loops should be used only when you do not know how many times the loop should be executed.
5. All loop structures use the diamond in the flowchart to indicate a loop.

1. TRUE
2. FALSE
3. TRUE
4. FALSE
5. FALSE

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT a description of an Intel CPU?

A. i7 B. Xeon C. 940 D. Sandybridge E. Pentium F. LGA

Computer Science & Information Technology

If you remove or change a master item on a master page, that item is removed from or changed on the corresponding document pages as well.

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

Computer Science & Information Technology