| Keyword | Definition |
|---|---|
| indefinite iteration | repeating a set of instructions either forever or until a condition is met (e.g. a while loop) |
| nested iteration | a repeating set of instructions that loops within another repeating set of instructions (e.g. a for loop inside another for loop) |