Review Game Zone
Games
Test
Preview
Back
Match it!
Match it! Select the correct answer from the pull down...Good luck!
Which of the following is NOT a loop?
do-while
if
do - while
while
for
A loop where the conditional is never changed to false
step-value
for
Which of the following is a pre-test loop
do-while
if
do - while
while
for
A loop where the conditional is never changed to false
step-value
for
Which of the following is a post test loop?
do-while
if
do - while
while
for
A loop where the conditional is never changed to false
step-value
for
In a for loop, the amount that you increment the index value is called a
do-while
if
do - while
while
for
A loop where the conditional is never changed to false
step-value
for
Which of the following is a set-test loop?
do-while
if
do - while
while
for
A loop where the conditional is never changed to false
step-value
for
Which of the following would you use if you can calculate how many times the loop should iterate?
do-while
if
do - while
while
for
A loop where the conditional is never changed to false
step-value
for
What is an infinite loop?
do-while
if
do - while
while
for
A loop where the conditional is never changed to false
step-value
for
Which kind of loop will iterate at least once and then possibly for ever?
do-while
if
do - while
while
for
A loop where the conditional is never changed to false
step-value
for
Check it!