A 2-input gate produces a HIGH output only when the inputs agree. This type of gate is a(n)
A: OR gate
B: AND gate
C: NOR gate
D: XNOR gate
A: OR gate
B: AND gate
C: NOR gate
D: XNOR gate
举一反三
- For a 2-input NAND gate, output Y is LOW only when both inputs are HIGH,when Y is HIGH when .
- The AND gate output is HIGH only when all the inputs are LOW.
- The NOR gate output is LOW when any of the inputs is HIGH.
- The AND gate output is HIGH only when all the inputs are LOW. A: 正确 B: 错误
- Which is basic logic gate? A: NAND GATE B: NOR GATE C: OR GATE D: XOR GATE