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