| Keyword | Definition |
|---|---|
| algorithm | step by step instructions to solve a problem (which doesn't have to be followed by just by a computer) |
| execute | to run a program or follow an instruction |
| instruction | an individual command that can be executed by a computer |
| program | an algorithm that can be run on a computer |
| sequence | a list of more than one instruction that can be carried out in a specific order |