Multiple Choice
What is any single execution of a loop referred to as?
A) A lap of the loop.
B) An iteration of the loop.
C) A path through the loop.
D) A round in the loop.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: When writing a while loop, how can
Q12: Loops that are controlled by reducing a
Q13: Why do event-driven GUI programs sometimes require
Q14: Suppose a loop should execute while x
Q15: A bug has resulted in your program
Q17: Totals that are summed one at a
Q18: When a loop might execute many times,
Q19: When using a nested loop, what should
Q20: What type of loop checks a Boolean
Q21: You can improve loop performance by using