Matching
Match each term with the correct statement below.
Premises:
contains the statements that execute within a loop
Responses:
loop control variable
while loop
iterator
for loop
loop body
pretest loop
garbage value
do-while loop
sentinel value
Correct Answer:
Premises:
Responses:
loop control variable
while loop
iterator
for loop
loop body
pretest loop
garbage value
do-while loop
sentinel value
Premises:
loop control variable
while loop
iterator
for loop
loop body
pretest loop
garbage value
do-while loop
sentinel value
Responses:
Related Questions
Q9: If you fail to initialize a loop
Q10: In C++, a(n) _ has an unknown
Q11: In the following segment of code,<br>Number =
Q12: Many programmers recommend that you initialize every
Q13: A(n) _ loop is one in which
Q15: A loop body can be a single
Q16: In most C++ compilers you can stop
Q17: A loop that completely contains another is
Q18: To create a loop that executes at
Q19: Totals are _ by processing individual records