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