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 a set-test loop?
do-while
if
for
if
for
A loop where the conditional is never changed to false
index
step-value
Which of the following is a loop that may never iterate?
do-while
if
for
if
for
A loop where the conditional is never changed to false
index
step-value
In a for loop, the amount that you increment the index value is called a
do-while
if
for
if
for
A loop where the conditional is never changed to false
index
step-value
Which of the following is a pre-test loop
do-while
if
for
if
for
A loop where the conditional is never changed to false
index
step-value
In a for loop, the variable that counts or keeps track of how many times the loop is iterated is called the
do-while
if
for
if
for
A loop where the conditional is never changed to false
index
step-value
What is an infinite loop?
do-while
if
for
if
for
A loop where the conditional is never changed to false
index
step-value
Which of the following is a post test loop?
do-while
if
for
if
for
A loop where the conditional is never changed to false
index
step-value
Which of the following would you use if you can calculate how many times the loop should iterate?
do-while
if
for
if
for
A loop where the conditional is never changed to false
index
step-value
Check it!