For the XOR gate,the output is TRUE if an odd number of inputs are TRUE.
正确
举一反三
- For the AND gate,the output is TRUE only if all of the inputs are TRUE.
- 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 output of a OR gate is LOW only when all its inputs are LOW
- 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
内容
- 0
For a n_input AND gate, the number of its inputs may be up to 2^n
- 1
The AND gate output is HIGH only when all the inputs are LOW. A: 正确 B: 错误
- 2
The NOR gate output is LOW when any of the inputs is HIGH. A: 正确 B: 错误
- 3
The output of a OR gate is LOW only when all its inputs are LOW A: 正确 B: 错误
- 4
For a 2-input NAND gate, output Y is LOW only when both inputs are HIGH,when Y is HIGH when .