| Keyword | Definition |
|---|---|
| definite iteration | repeating a set of instructions a specific number of times (e.g. a for loop) |
| iteration | repeating a set of instructions multiple times |
| list | data structure which can store multiple values. Like an array but it's possible to add and remove values to a list. |