CDMA method
By Alan Wong
EX-NOR (EXclusive-NOR) gate
This is an EX-OR gate with the output inverted, as shown by the 'o' on the output.
The output Q is true if inputs A and B are the SAME (both true or both
false): Q = (A AND B) OR (NOT A AND NOT B)
EX-NOR gates can only have 2 inputs.
Input A Input B Output Q
0 0 1
0 1 0
1 0 0
1 1 1
Traditional symbol IEC symbol Truth Table