| Keyword | Definition |
|---|---|
| actual outcome | a detailed description of what really happens when you test part of a program |
| debug | finding and fixing errors in code |
| expected outcome | a detailed description of what should happen when you successfully test part of a program |
| flash | checking the code using a physical microbit so you can see if it works in real life |
| python | a high level text based programming language |
| simulate | checking the code without using a physical microbit so you can quickly debug any problems |
| test | comparing what a program should do with what it actually does |