Please explain XOR GATE and
XNOR GATE
Answers
There are two remaining gates of the primary electronics logic gates: XOR, which stands for Exclusive OR, and XNOR, which stands for Exclusive NOR. In an XOR gate, the output is HIGH if one, and only one, of the inputs is HIGH. ... An XNOR gate is an XOR gate whose output is inverted.
QUESTION:
Please explain XOR GATE and
XNOR GATE
ANSWER:
XOR gate
XOR gate is a digital logic gate that gives a true output when the number of true inputs is odd.
An XOR gate implements an exclusive or; that is, a true output results if one, and only one, of the inputs to the gate is true.
If both inputs are false or both are true, a false output results.
XNOR gate
The XNOR gate is a digital logic gate whose function is the logical complement of the Exclusive OR gate.
The two-input version implements logical equality, behaving according to the truth table to the right, and hence the gate is sometimes called an "equivalence gate".