About 95,500 results
Open links in new tab
  1. XOR Gate - GeeksforGeeks

    Jul 23, 2025 · The XOR or Exclusive OR Gate is a special type of logic gate used in digital electronics to perform the exclusive OR …

  2. 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 …

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

    May 27, 2021 · Welcome to XOR (exclusive OR), which solves this problem, much in line with standard human reasoning. This logic …

  4. XOR -- from Wolfram MathWorld

    1 day ago · The binomial coefficient mod 2 can be computed using the XOR operation XOR , making Pascal's triangle mod 2 very …

  5. 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, …

  6. XOR Calculator Online

    Calculate the exclusive or (XOR) with a simple web-based calculator. Input and output in binary, decimal, hexadecimal or ASCII.

  7. Bitwise XOR Operator in Programming - GeeksforGeeks

    Jul 23, 2025 · Bitwise XOR Operator is represented by the caret symbol (^). It is used to perform a bitwise XOR operation on the …

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

    Mar 6, 2021 · XOR is a binary operation, it stands for "exclusive or", that is to say the resulting bit evaluates to 1 if only exactly one of …

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

    Feb 24, 2012 · What is an XOR Gate? An XOR gate (also known as an EOR, or EXOR gate) – pronounced as “Exclusive OR gate” – …

  10. XOR (Exclusive Or) — Definition, Formula & Examples

    XOR (Exclusive Or) is a logical operator that outputs true when exactly one of its two inputs is true, but not both. If both inputs match …