Question: 1-111. (TCO 4) A variable that determines if a loop will continue is known
as a ____. 2. (TCO 4) What is the name for the statements that are repeated during
loop…..?3. (TCO 4) Which piece of pseudocode represents incrementing the loop-control…?4. (TCO 4) When a value is incremented by 1, ____.5. (TCO 4) When a loop-control variable is not altered during loop….
______ loop....6. (TCO 4) Which of the following is NOT automatically handled by the
for l..