Which logic gate produces an output of 1 when all inputs are either 0s or 1s?
Which logic gate produces an output of 1 when all inputs are either 0s or 1s?
Explanation
The XNOR gate (Exclusive-NOR) gives an output of 1 when all inputs are the same, either all 0s or all 1s.
It is the inverse of the XOR gate.