Amateur ExtraE7A09
What logical operation is performed by a two-input exclusive NOR gate?
C
Answer
Practical circuits and system design
Type
A
It produces a 0 at its output only if all inputs are 0
B
It produces a 1 at its output only if all inputs are 1
C
It produces a 0 at its output if one and only one of its inputs is 1
D
It produces a 1 at its output if one and only one input is 1
Answer Notes
To deduce the function of an Exclusive NOR (XNOR) gate, it helps to start with the Exclusive OR (XOR) gate. A standard XOR gate looks for differences, producing a 1 at its output only if one and only one input is 1.
The XNOR gate takes that XOR output and passes it through a NOT inversion. Because the XOR gate outputs a 1 when the inputs are different, the XNOR gate produces a 0 when the inputs are different (i.e., when one and only one input is 1).
Conversely, the XNOR gate acts as an "equivalence" gate, producing a 1 when both inputs are identical (either both 0s or both 1s).
Previous · E7A08
What logical operation does an OR gate perform?
Next · E7A10
What is a truth table?