| Keyword | Definition |
|---|---|
| input | the data that goes into a program (e.g. what the user types in) |
| output | the end result of running a program (the information it displays or stores at the when it runs) |
| predict | estimate what a program will do |
| process | the calculations that a program performs when it runs |
| sequence | a list of more than one instruction that can be executed in a specific order |