| Keyword | Definition |
|---|---|
| algorithm | step by step instructions to solve a problem (with or without a computer) |
| assignment | setting the value stored in a variable |
| identifier | the name of a variable |
| sequence | more than one instruction that are executed in a specific order |
| value | the data stored in a variable |
| variable | a storage location in memory that has been given a name. The memory can store a value which can change when a program runs. |