Computer Science Crossword

12345678910
Across
  1. 1. The primary component of a computer that performs most of the processing inside the computer.
  2. 3. An input device used alongside the mouse to log in.
  3. 6. The data type that allows you to store numbers in Python.
  4. 7. A data type that represents true or false.
  5. 9. The collection of programs, data, and instructions that tell a computer how to perform specific tasks.
  6. 10. The final logic gate, AND OR & ?
Down
  1. 1. The rate at which a computer's CPU executes instructions, measured in cycles per second (hertz).
  2. 2. A location in memory where you can store data which can be changed.
  3. 4. The popular operating system that you use on the computer.
  4. 5. The answer to the following binary addition rule: one plus one plus one = ?
  5. 7. The numbering system that consists of 1 and 0.
  6. 8. The rules within programming languages (e.g. Python) that you must follow.
  7. 9. This is the default data type within Python.