An AND gate can have only two inputs
举一反三
- 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 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
- The AND gate output is HIGH only when all the inputs are LOW. A: 正确 B: 错误