Exclusive disjunction

true when either but not both inputs are true
(Redirected from Exclusive or)
Venn diagram of

OR but not AND is XOR

Venn diagram of

Exclusive disjunction (also called exclusive or, XOR) is a logic operation on two values. It is often represented by the symbol (or ).[1] It will be true, if exactly one of the two values is true. Otherwise, it will be false. This also means that the result of 'XOR' will be true precisely both the values are different. Same values will result in a false.[2]

The best way to remember a XOR operation is: "One or the other, but not both".

Because of that, this is different from inclusive disjunction.[3]

Truth table change

The truth table of   (also written as  ,  ,[1] or  ) is as follows:[2]

p q
F F F
F T T
T F T
T T F

Related pages change

References change

  1. 1.0 1.1 "Comprehensive List of Logic Symbols". Math Vault. 2020-04-06. Retrieved 2020-09-03.
  2. 2.0 2.1 Weisstein, Eric W. "XOR". mathworld.wolfram.com. Retrieved 2020-09-03.
  3. "Disjunction | logic". Encyclopedia Britannica. Retrieved 2020-09-03.