| Keyword | Definition |
|---|---|
| block based | type of programming language that lets you drag code blocks together to make a program |
| debug | finding and fixing bugs/mistake in code |
| execute | run a program |
| programming language | a way of describing what a program should do that can be understood by both a human and a computer |
| sequence | more than one instruction which will be executed in a specific order |
| text based | type of programming language that lets you type out any code to make a program |