A variable that determines if a loop will continue is known as a ____.
What is the name for the statements that are repeated during loop execution?
Which piece of pseudocode represents incrementing the loop-control.....?
When a value is incremented by 1, ____.
When a loop-control variable is not altered during loop execution, a(n)___.....
Which of the following is NOT automatically handled by the for loop?
A do-until loop has a(n) ______ condition.
A loop within another loop is known as a(n) _____ loop.
What is the term for the number used to reference an array element?
The number of elements in an array is called the ______ of the array.
Arrays are most efficiently processed using ______.