Programming · Level 2 of 5
Loop
Control flow that repeats a body of instructions.
A termination condition or finite iterator controls how long it runs.
Example
A program processes each record in a collection.
Listen to the definition and example
Audio transcript
Loop. Control flow that repeats a body of instructions. A termination condition or finite iterator controls how long it runs. For example: A program processes each record in a collection.
Explore this concept
Why it matters
This helps you read implementation code and describe its behavior precisely.
Start with
Related concepts
Quick recall question
Try answering before looking back at the definition.