| Keyword | Definition |
|---|---|
| assignment | setting the value of a variable |
| constant | named memory location used to store a data value which is set once then never changes |
| identifier | the name of a variable or constant |
| naming convention | set of rules to follow when choosing names for variables or constants |
| value | the data stored inside a variable |
| variable | named memory location used to store a data value which can change while a program runs |