2.2.2: be able to use sequencing, selection and iteration constructs in their programs
| Keyword | Definition |
|---|---|
| Constructs | sequence, selection and iteration: the building blocks of all computer programs |
| Execute | run an instruction |
| Instruction | a line of code that can be executed |
| Iteration | instructions that control how many times a section of code will be executed |
| Selection | instructions that make a choice that affects what is executed next |
| Sequence | multiple instructions that are executed in a specific order |