Section 31 - Logic Gates

123456789101112131415
Across
  1. 1. result is true if any of the inputs are false
  2. 4. inverts the result so true becomes false and false becomes true.
  3. 6. result is true if both inputs are false
  4. 7. an equation made up of Boolean operations
  5. 11. part of the processor that processes and manipulates data
  6. 13. a circuit that performs addition using inputs from A and B only.
  7. 14. result is true if either input is true
  8. 15. used to store 0 or 1 depending on the result binary addition
Down
  1. 2. the result is true if both inputs are true.
  2. 3. result is true if either input is true but not if both are true
  3. 5. an electronic component used to perform Boolean Algorithms
  4. 8. a combination of logic gates
  5. 9. a memory unit that can store one bit.
  6. 10. a circuit that performs addition using inputs from A and B plus a carry bit
  7. 12. a device that generates a signal used to synchronise the components of a computer.