LOGIC GATES
A
B
C
0
0
0
1
0
1
0
1
1
1
1
0
XOR

In the EXCLUSIVE OR gate either of the inputs need to be at status “1” before the output can be at status “1”; the same as the OR gate BUT IF ALL the inputs are at status “1” then the output is NOT TRUE (status “0”).



I 0.0 OR I 0.1 MUST BE AT STATUS “1” BEFORE Q 10.0 CAN BE AT STATUS “1” BUT IF BOTH I 0.0 AND I 0.1 ARE AT STATUS “1” THEN Q 10.0 WILL BE AT STATUS “0”


A XOR B = C