Multiple Choice
Because the condition is tested before the loop is repeated, what is another term for the While instruction?
A) Counter-controlled loop
B) Infinite loop
C) Posttest loop
D) Pretest loop
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: The _ instruction causes a set of
Q8: The Loop instruction can use only integers,
Q9: The complicated version of the loop instruction
Q10: You can use a variable or a
Q11: The following loop would execute how many
Q13: The following loop would execute how many
Q14: This is the type of variable that
Q15: The _ instruction causes a set of
Q16: Which type of instruction will cause a
Q17: Because programmers commonly need to repeat instructions,