Keyword | Definition |
---|---|
data type | whether the variable stores a number, some text or any other type of data |
identifier | the name of a variable (e.g. score) |
value | the data that is stored in a variable (e.g. 100) |
variable | a name that refers to data being held by the computer (a storage location in a computer with a name that you can use to change or see what's stored there) |