Computer Science

12345678910
Across
  1. 2. Basic building blocks of digital circuits: ___ gates.
  2. 4. The electronic circuitry that carries out the instructions of a computer program
  3. 6. A simple sorting algorithm that repeatedly swaps adjacent elements: ____ sort.
  4. 8. A step-by-step procedure or set of rules for solving a problem
  5. 9. A method of communication using dots and dashes
Down
  1. 1. A character encoding standard that supports a wide range of characters: ___.
  2. 3. The "brain" of a computer that performs calculations and executes instructions
  3. 5. The component of a computer that stores data and instructions
  4. 6. A system of representing information using only two symbols
  5. 7. Short-term storage used by a computer to store data that is being actively used: ___.
  6. 8. A type of gate that outputs true only when all inputs are true: ___ gate.
  7. 10. A type of gate that outputs true when at least one input is true: ___ gate.