About 113,000 results
Open links in new tab
  1. XOR gate - Wikipedia

    The XOR gate (sometimes EOR, or EXOR and pronounced as exclusive OR, ksor or sometimes EX-OR) is a digital logic gate that …

  2. XOR Gate - GeeksforGeeks

    Jul 23, 2025 · XOR gates perform the exclusive OR operation, which is a fundamental operation in digital logic. Disadvantages of …

  3. Logic Gates: AND, OR, NOT, NAND, NOR, XOR, and XNOR Operations

    Discover the fundamental logic gates in digital electronics: AND, OR, NOT, NAND, NOR, XOR, and XNOR. Learn their functions, …

  4. XOR -- from Wolfram MathWorld

    Jun 13, 2026 · XOR is a connective in logic known as the "exclusive or," or exclusive disjunction. It yields true if exactly one (but not …

  5. XOR Gate & XNOR Gates: Truth Table, Symbol & Boolean Expression

    Feb 24, 2012 · XOR Gate Definition: An XOR gate outputs true only when the inputs are different; it is essential in digital logic for …

  6. math - What does the ^ (XOR) operator do? - Stack Overflow

    Mar 6, 2021 · The XOR ( ^ ) is an logical operator that will return 1 when the bits are different and 0 elsewhere. A negative number is …

  7. XOR Gate | Analog Devices

    XOR Gate What is an XOR Gate? Definition “XOR” an abbreviation for “Exclusively-OR.” The simplest XOR gate is a two-input …

  8. XOR Gate: Symbol, Truth Table, Logic Circuit, and IC Numbers

    Mar 26, 2026 · An XOR gate performs exclusive addition operation. Its output is HIGH (1) only when inputs are different, and LOW …

  9. How Logic Gates Work: OR, AND, XOR, NOR, NAND, XNOR, and NOT

    May 27, 2021 · Logic gate: a cool term, but what does it mean? This article will introduce the concept of a logic gate as well as …

  10. The XOR Operation | Baeldung on Computer Science

    Mar 18, 2024 · XOR is a bit operation. Bit operations are mathematical functions we perform on individual bits of input numbers. …