| Keyword | Definition |
|---|---|
| individual value | a single piece of data which can be stored in a variable |
| list | a data structure which can store more than one value on a specific order |
| multiple values | more than one piece of data which can be stored in a list |
| variable | a named location in memory that can be used to store a value or a list of values which might change when a program runs |