Exclusive or

From WikiMD.com Medical Encyclopedia

Exclusive or[edit | edit source]

Venn diagram of XOR

Exclusive or (often abbreviated as XOR) is a logical operation that outputs true or 1 only when the inputs differ from one another. It is a fundamental operation in Boolean algebra and is widely used in digital electronics, cryptography, and computer science.

Definition[edit | edit source]

The exclusive or operation is defined on two operands. It returns true if and only if exactly one of the operands is true. In other words, XOR is true if the inputs are different. The operation can be symbolically represented as:

\( A \oplus B = (A \land \neg B) \lor (\neg A \land B) \)

where \( \land \) denotes logical conjunction (AND), \( \lor \) denotes logical disjunction (OR), and \( \neg \) denotes logical negation (NOT).

Truth Table[edit | edit source]

The truth table for XOR is as follows:

Truth table for XOR
A B A XOR B
0 0 0
0 1 1
1 0 1
1 1 0

Properties[edit | edit source]

Venn diagram showing XOR

XOR has several important properties:

  • Commutative: \( A \oplus B = B \oplus A \)
  • Associative: \( (A \oplus B) \oplus C = A \oplus (B \oplus C) \)
  • Identity element: \( A \oplus 0 = A \)
  • Self-inverse: \( A \oplus A = 0 \)

These properties make XOR a useful operation in various computational and mathematical contexts.

Applications[edit | edit source]

Digital Electronics[edit | edit source]

In digital electronics, XOR gates are used to perform bitwise operations. They are fundamental components in arithmetic logic units (ALUs) and are used in error detection and correction algorithms, such as parity bit generation.

Cryptography[edit | edit source]

XOR in cryptography

XOR is a key operation in many cryptographic algorithms. It is used in stream ciphers and block ciphers to combine plaintext with a key stream, providing a simple yet effective method of encryption.

Computer Science[edit | edit source]

In computer science, XOR is used in various algorithms and data structures. It is employed in checksum calculations, hash functions, and pseudo-random number generators. XOR is also used in bit manipulation techniques to swap values without using a temporary variable.

Variadic XOR[edit | edit source]

Variadic XOR operation

The XOR operation can be extended to more than two operands, known as variadic XOR. The result is true if an odd number of the operands are true. This property is useful in error detection and coding theory.

Related pages[edit | edit source]

WikiMD
Navigation: Wellness - Encyclopedia - Health topics - Disease Index‏‎ - Drugs - World Directory - Gray's Anatomy - Keto diet - Recipes

Search WikiMD

Ad.Tired of being Overweight? Try W8MD's physician weight loss program.
Semaglutide (Ozempic / Wegovy and Tirzepatide (Mounjaro / Zepbound) available.
Advertise on WikiMD

WikiMD's Wellness Encyclopedia

Let Food Be Thy Medicine
Medicine Thy Food - Hippocrates

Medical Disclaimer: WikiMD is not a substitute for professional medical advice. The information on WikiMD is provided as an information resource only, may be incorrect, outdated or misleading, and is not to be used or relied on for any diagnostic or treatment purposes. Please consult your health care provider before making any healthcare decisions or for guidance about a specific medical condition. WikiMD expressly disclaims responsibility, and shall have no liability, for any damages, loss, injury, or liability whatsoever suffered as a result of your reliance on the information contained in this site. By visiting this site you agree to the foregoing terms and conditions, which may from time to time be changed or supplemented by WikiMD. If you do not agree to the foregoing terms and conditions, you should not enter or use this site. See full disclaimer.
Credits:Most images are courtesy of Wikimedia commons, and templates, categories Wikipedia, licensed under CC BY SA or similar.

Contributors: Prab R. Tumpati, MD