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