Across
- 1. Up or down, depends on what the next digit in the number is
- 4. This data type can hold any type of data, eg 0123abCD~@
- 6. A data type for decimal numbers
- 7. This will help the programmer understand what’s going on in the program
- 9. A data type used to hold whole numbers
Down
- 2. A term used to to mean “find errors in the program code”
- 3. These is used to store temporary data to be used within the program
- 4. There are three types of programming constructs; this one asks a question and depending on the answer, the program takes one of two courses of action
- 5. Useful code built into the programming language so you don't have to write it yourself
- 8. A term for one program instruction followed by another
