Across
- 2. To make a copy of your code just in case you lose or break your original copy. (6)
- 5. Breaking a problem down into smaller chunks. (13)
- 7. In an IDE the keywords are coloured to distinguish them from other code. This is called syntax ____________? (12)
- 9. A type of error that happens when you break the rules of the language. (6)
- 10. An IDE might point out your syntax ______? (6)
- 11. An IDE might auto ______ your code for you so it is all lined up nicely. (6)
- 15. What is it called when an IDE finishes off a word for you when you start typing it? (12)
- 16. What are the special debugging markers called that you can add to your code and they pause the execution for you so you can find out what is going on? (11)
Down
- 1. When you put a breakpoint into your code you can press a button to move from one line of code to the next to see what is happening. This is known as ________ through your code. (8)
- 3. A type of error that happens when you try to divide by zero. (7)
- 4. A type of error that is present when your code runs but does the wrong thing. (5)
- 6. Making judgements about how well your solutions meets the requirements. (10)
- 8. Solving an unknown problem based on your understanding of solving a previous problem. (14)
- 12. Spotting common features in problems that you have solved in the past is called _______ recognition. (7)
- 13. Short name for Integrated Development Environment? (3)
- 14. Hiding functionality inside a sub program so your main body is easier to read. (11)