XOR Gate Calculator

Posted by Dinesh on

Calculate 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).

XOR - logic gate symbol
XOR Gate Truth Table
Input AInput BOutput
000
101
011
110