Multiple Choice
Which type of instruction will cause a set of instructions to execute as long as a specified Boolean expression is true?
A) If/Else
B) Loop
C) Repeat
D) While
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: You can use a variable or a
Q11: The following loop would execute how many
Q12: Because the condition is tested before the
Q13: The following loop would execute how many
Q14: This is the type of variable that
Q15: The _ instruction causes a set of
Q17: Because programmers commonly need to repeat instructions,
Q18: The While instruction can be used to
Q19: A(n) _ loop will repeat an unlimited
Q20: The While instruction is also called a(n)