Exclusive or, or exclusvie disjunction, abbreviated as XOR, is a logical operator with the following truth table:

FFF
FTT
TFT
TTF

Symbols used to represent exclusive or including (\oplus) and (\veebar).

One way to understand the xor operator is “addition modulo 2”.