| Keyword | Definition |
|---|---|
| count controlled iteration | repeatedly executing a set of instructions a certain number of times |
| execute | making code run on a computer |
| increment | increasing the value stored in a variable by 1 |
| program | an algorithm that has been turned into code so it can be run on a computer |