XNOR Gate Calculator
Posted by Dinesh onCalculate output of XNOR gate in digital circuitry using simple logic XNOR gate calculator online with truth table of XNOR gate.
Logic XNOR Gate in Digital Circuitry Calculation
What is XNOR Gate?
The XNOR gate (sometimes called as Exclusive-NOR) is an electronic logic gate and it works as the logical complement of the exclusive OR (XOR) gate. If both of the digital inputs to the gate are the same, then output will be HIGH (1). If one but not both inputs are HIGH (1), then output will be LOW (0).
Input A | Input B | Output |
---|---|---|
0 | 0 | 1 |
1 | 0 | 0 |
0 | 1 | 0 |
1 | 1 | 1 |