| Keyword | Definition |
|---|---|
| analysis | part of the development process where you describe exactly what problem your project is trying to solve and who will use your solution |
| design | part of the development process where you write down exactly what needs to happen in each part of your solution |
| evaluation | part of the development process where you describe what has worked well and what can be improved |
| implementation | part of the development process where you write your code |
| testing | part of the development process where you compare what you code should do with what it actually does |