Logic Gates

123456789101112131415161718192021222324
Across
  1. 3. When looking at a circuit, the condition that would be False is _______.
  2. 4. The value(s) that go into a logic gate.
  3. 6. Represented by only two symbols or digits, i.e. 0 (zero) and 1(one).
  4. 7. The number in binary that represents a false.
  5. 9. A gate that displays true if any combination of the inputs are True.
  6. 12. A gate that takes the opposite value for the input.
  7. 13. A device performing a Boolean logic operation on one or more binary inputs and then outputs a single binary output.
  8. 16. The NOR gate stands for _______.
  9. 17. AND, OR, and NOT are ________.
  10. 19. A gate that displays True only if both inputs are the same.
  11. 20. How many types of logic gates are there?
  12. 21. A gate that is used to delay elements in digital electronics.
  13. 22. A gate that displays False if both inputs are True.
  14. 23. The NAND gate stands for _______.
  15. 24. A gate that displays True only if one of the inputs is True.
Down
  1. 1. XOR and XNOR are __________.
  2. 2. The single value that comes out of a logic gate.
  3. 5. A gate that only displays True if both inputs are True.
  4. 6. A binary variable, having two possible values called “true” and “false.”.
  5. 8. NOR and NAND are _________.
  6. 10. The X in XOR and XNOR can be read as _________.
  7. 11. The other name for a NOT gate.
  8. 12. A gate that only displays True if both inputs are True.
  9. 14. When looking at a circuit, the condition that would be True is _______.
  10. 15. the number in binary that represents a True.
  11. 18. Is primarily used to determine whether a compound statement is true or false based on the input values.