Vocabulary Terms

Loops

Back to standards

Terms

Counting loop
Loop
Loop body
Loop boundary conditions
Loop condition
A boolean expression that evaluates to true or false and determines whether a loop will continue to execute
Loop control variable
Loop heading
while loop
Repeat a set of statements or commands multiple times as long as a condition is met