Solved

Match Each Term with the Correct Statement Below

Question 27

Matching

Match each term with the correct statement below.

Premises:
tests the loop-continuing condition at the end, or bottom, of the loop
Responses:
sentinel value
loop body
garbage value
loop control variable
iterator
for loop
while loop
do-while loop
pretest loop

Correct Answer:

sentinel value
loop body
garbage value
loop control variable
iterator
for loop
while loop
do-while loop
pretest loop
Related Questions