Coding Vocabulary

123456789101112131415
Across
  1. 2. A sequence of characters that are used as data.
  2. 6. An “if-then” statement that determines how code is executed.
  3. 10. Process of writing instructions for a computer.
  4. 11. The information computers give to users.
  5. 12. Set of instructions that tells the computer what to do.
  6. 15. Information entered into the computer.
Down
  1. 1. A block of code that performs a specific task.
  2. 3. A set of instructions run multiple times.
  3. 4. A placeholder for storing a value that can change.
  4. 5. A programming language's rules and structure.
  5. 7. Raw information for computer programs to process.
  6. 8. A data type with true or false values.
  7. 9. A mistake in a computer program.
  8. 10. An instruction that tells a computer to perform a particular action.
  9. 13. A symbol or keyword that operates on values.
  10. 14. A whole number.