Computer Science Vocabulary

12345678910111213141516
Across
  1. 4. A way to give information to a computer.
  2. 5. Non-physical component of a computer system, often interpreting hardware inputs or instructing hardware how to function.
  3. 7. A list of step-by-step instructions. All programs are based on this.
  4. 10. A non-decimal number for the computer to interpret.
  5. 11. Computer ___________: a group of computers that are communicating.
  6. 12. The field of computer science involved with protecting data and access to data.
  7. 15. A list of characters for the computer to interpret. Must be in quotes.
  8. 16. A simple programming language represented in zeroes and ones.
Down
  1. 1. Any tangible, physical component of a computer system.
  2. 2. A function that displays characters for the user to see.
  3. 3. The programming language we code with.
  4. 6. A way to get information out of a computer.
  5. 8. A collection of pre-written code that programmers can reuse.
  6. 9. In computer science, a (often) large piece of hardware designed to store, manage, and deliver data.
  7. 12. An instruction for the computer in a program.
  8. 13. The basic way to start a "conditional statement".
  9. 14. An equation you can use to do "quick math" or calculations in a spreadsheet. Often starts with "=".
  10. 16. An error in a program that prevents the program from running as expected.