| Keyword | Definition |
|---|---|
| data structure | a variable which can store more than one value (such as a list) |
| list | a data structure which can store multiple values in a specific order |
| list index | the position of a value within a list |
| variable | a named memory location which can store a value which might change when a program runs |
| variable identifier | the name of a variable (which should describe what it stores) |
| variable value | the data stored in a variable |