White Cheese (Burgos) - Developing
White Cheese (Burgos) - Developing
Very new or simple note, likely to evolve and change.
Click the cheese icon to learn more

XOR (exclusive OR) operation

Author: guiferviz

Created:

Last Modified:

The XOR (exclusive OR) operation is a basic Bitwise Function / Logic Function used in programming and digital electronics.

How It Works

The XOR operation compares two bits:

  • If the bits are the same, the result is 0.
  • If the bits are different, the result is 1.

Truth Table

ABA XOR B
000
011
101
110