| 1 | 7 | 8 | ||||||||||||||||||||||
| 2 | 9 | |||||||||||||||||||||||
| 3 | ||||||||||||||||||||||||
| 4 | ||||||||||||||||||||||||
| 5 | ||||||||||||||||||||||||
| 6 | ||||||||||||||||||||||||
Crossword: Definite Iteration
Across
1. The process of reducing the value of a variable by a fixed amount.
2. A programming structure that repeats a block of code a set number of times.
3. The order of execution of a program's statements and instructions.
4. A control structure that repeats code a specific number of times for definite iteration.
5. The process of executing a block of code or instructions multiple times, often until a condition is met.
6. A variable that tracks how many times a loop runs during definite iteration.
Down
7. A control structure where one loop runs inside another, enabling repeated execution of nested operations.
8. A control structure that repeats code as long as a specified condition remains true.
9. The action of increasing a variable's value by a fixed amount, often by one.