| Keyword | Definition |
|---|---|
| condition controlled | a type of iteration which runs a set of instructions until a condition is met |
| count controlled | a type of iteration which runs a set of instructions a specific number of times |
| evaluate | look at the strengths and weaknesses of all the possibilities decide which is most suitable |
| iteration | repeatedly executing instructions |
| program | an algorithm which has been turned into code that can be run on a computer |