XOR Gate Calculator
Posted by Dinesh onCalculate output of XOR gate in digital circuitry using simple logic XOR gate calculator online with truth table of XOR gate.
Logic XOR Gate in Digital Circuitry Calculation
What is XOR Gate?
The XOR gate (sometimes called as Exclusive OR) is an electronic logic gate, and which gives an output true if any of only on input true to the gate. If both of the inputs are HIGH (1) or LOW (0) then the output is the LOW (0). i.e., the output is HIGH (1) if the inputs are not alike otherwise the output is LOW (0).
Input A | Input B | Output |
---|---|---|
0 | 0 | 0 |
1 | 0 | 1 |
0 | 1 | 1 |
1 | 1 | 0 |