| Keyword | Definition |
|---|---|
| execution | running a program on a computer |
| iteration | instructions in a program which are repeated multiple times |
| program | step by step instructions that can be run on a computer |
| selection | instructions in a program that have to make a choice about which instruction to execute next |
| sequence | more than one instruction in a program that are executed in a specific order |