| Keyword | Definition |
|---|---|
| iteration | running instructions multiple times (in a loop) |
| program execution | running a program |
| program flow | the sequence (order) in which lines of code are executed |
| selection | running instructions which determine which other instructions should be run next |