Exclusive or

From WikiMD's Wellness Encyclopedia

(Redirected from Exclusive disjunction)

Exclusive or[edit]

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]

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]

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]

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]

Digital Electronics[edit]

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]

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]

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]

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]

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

Ad. Transform your life with W8MD's Budget GLP-1 injections from $75


W8MD weight loss doctors team
W8MD weight loss doctors team

W8MD offers a medical weight loss program to lose weight in Philadelphia. Our physician-supervised medical weight loss provides:

NYC weight loss doctor appointmentsNYC weight loss doctor appointments

Start your NYC weight loss journey today at our NYC medical weight loss and Philadelphia medical weight loss clinics.

Linkedin_Shiny_Icon Facebook_Shiny_Icon YouTube_icon_(2011-2013) Google plus


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.