Here is simple explanation of XOR gate ,xor gate mostly use in ic for different application, mainly two,three input xor gate is used in many ic, here i am going to explain only two input xor gate
SYMBOL:
TRUTH TABLE OF XOR GATE:
A | B | Y |
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
Here is a truth table for two input xor gate .
here A and B are inputs for xor gate and Y is output for this.
In xor gate when inputs are same then the output for xor gate is low(0).
when inputs are different then the output of xor gate is high(1).