Logic circuits

1234567891011121314
Across
  1. 2. A table used to show all the possible combinations of inputs and outputs for a logic circuit
  2. 6. The binary value representing true
  3. 7. A device that takes boolean input, carries out an operation and gives boolean output.
  4. 8. An expression that is either true or false
  5. 9. When one boolean value is input will output the opposite value
  6. 11. The opposite of false
  7. 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. 1. The opposite of true
  2. 3. An electrical circuit made of of boolean gates
  3. 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
  4. 5. The binary value representing false
  5. 10. Application of reason
  6. 12. When two boolean values are input will only output TRUE if both inputs are true
  7. 14. When two boolean values are input will output TRUE if either one or both inputs are true