Computing crossword

1234567891011
Across
  1. 4. something a program needs to remember that might change
  2. 5. information that comes out a computer program
  3. 8. doing the same instruction more than once
  4. 10. step by step instructions to solve a problem
  5. 11. can be text (string) or number (integer)
Down
  1. 1. something a variable remembers
  2. 2. data that goes into a computer program
  3. 3. a list of instructions that tells a computer exactly what to do
  4. 6. something that happens to change data into useful information
  5. 7. more than one instruction to be followed in order
  6. 9. find and fix mistakes in a computer program