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