logic circuits
Across
- 2. A table used to show all the possible combinations of inputs and outputs for a logic circuit
- 6. The binary value representing true
- 7. A device that takes boolean input, carries out an operation and gives boolean output.
- 8. An expression that is either true or false
- 9. When one boolean value is input will output the opposite value
- 11. The opposite of false
- 13. An electrical component that holds one bit of data. When it has electricity it is Boolean TRUE, when it is empty it is boolean FALSE
Down
- 1. The opposite of true
- 3. An electrical circuit made of of boolean gates
- 4. A dataype that can hold only two values representing TRUE/FALSE, 1/0, YES/NO. It represents whether a transistor holds or doesn't hold electricity
- 5. The binary value representing false
- 10. Application of reason
- 12. When two boolean values are input will only output TRUE if both inputs are true
- 14. When two boolean values are input will output TRUE if either one or both inputs are true