| Keyword | Definition |
|---|---|
| condition | an expression which results in an answer of either true or false |
| condition controlled | a type of iteration which executes a set of instructions repeatedly until a condition is met |
| identify | write down or point out |
| iteration | repeatedly executing instructions |
| program | an algorithm which has been turned into code which can be executed on a computer |