Homework 2: Data types and arithmetic Answers

123456789
Across
  1. 1. Up or down, depends on what the next digit in the number is
  2. 4. This data type can hold any type of data, eg 0123abCD~@
  3. 6. A data type for decimal numbers
  4. 7. This will help the programmer understand what’s going on in the program
  5. 9. A data type used to hold whole numbers
Down
  1. 2. A term used to to mean “find errors in the program code”
  2. 3. These is used to store temporary data to be used within the program
  3. 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
  4. 5. Useful code built into the programming language so you don't have to write it yourself
  5. 8. A term for one program instruction followed by another