Boolean logic crossword

12345678910
Across
  1. 2. Outputs 1 only if all inputs are 0 (NOT OR)
  2. 5. Outputs 1 if at least one input is 1, otherwise 0
  3. 6. A combination of logic gates designed to perform a specific task; output is always 0 or 1
  4. 9. A form of algebra used with logic circuits based on TRUE (1) and FALSE (0)
Down
  1. 1. An electronic circuit that uses on/off (binary) logic.
  2. 3. A table showing all possible input combinations and their outputs; number of combinations = 2ⁿ (where n = number of inputs)
  3. 4. Outputs 1 if inputs are different, 0 if they are the same
  4. 7. Outputs the opposite of the input (0 → 1, 1 → 0)
  5. 8. Outputs 0 only if all inputs are 1 (NOT AND)
  6. 10. Outputs 1 only if all inputs are 1, otherwise 0