| Keyword | Definition |
|---|---|
| high level | type of programming language which is easy for humans to read but which hides some of the detail of how the processor actually operates to simplify writing programs |
| low level | type of programming language which is hard for humans to read but which gives you complete control over each aspect of how the processor actually operates. |
| programming language | a way of describing algorithms using code that can be run on a computer |
| python | example of a high level programming language |
| sequence | running lines of code in a specific order |