Computer Science

1234567891011121314151617
Across
  1. 3. The order in which commands run in a program
  2. 5. Step-by-step instructions for solving a problem
  3. 7. A collection of items stored in a single variable
  4. 8. A symbol that performs an action (+, -, *, /)
  5. 10. A decision statement that runs code if a condition is true
  6. 12. A set of rules for how devices communicate
  7. 14. Code that repeats until a condition is met
  8. 16. Breaking a complex problem into smaller parts
  9. 17. The smallest unit of data (0 or 1)
Down
  1. 1. An error or mistake in a program
  2. 2. Information entered into a computer
  3. 4. Instructions written in a programming language
  4. 6. A named container that stores a value
  5. 9. A set of instructions a computer executes
  6. 11. Information stored and processed by computers
  7. 13. Results or information displayed by a program
  8. 15. A reusable block of code that performs a specific task