Keyword | Definition |
---|---|
identifier | the name of a variable |
outcome | the end result of running a program |
predict | trace through an algorithm to work out what it would do if you were to run it as a program |
sequence | more than one instruction that will be run in a specific order |
value | the data that is stored in a variable |
variable | a named memory location in a computer which is used to store a value |