About 46,900,000 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 operation. This gate takes two inputs and produces an …

  2. XOR gate - Wikipedia

    The XOR gate (sometimes EOR, or EXOR and pronounced as Exclusive OR) is a digital logic gate that gives a true (1 or HIGH) output when the number of true inputs is odd.

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

    Mar 6, 2021 · XOR stands for exclusive OR. It is used in cryptography because it let's you 'flip' the bits using a mask in a reversable operation: where 5 is the mask; (input XOR mask) XOR …

  4. Understanding the XOR Operator: A Powerful Tool in Computing

    Jan 6, 2025 · Represented by the symbol ^ in many programming languages and ⊕ in mathematical notation, XOR is a logical operation that is widely used in various applications, …

  5. Definition of XOR | PCMag

    XOR compares two input bits and generates one output bit. The logic is simple. If the bits are the same, the result is 0. If the bits are different, the result is 1. Various symbols are used to...

  6. XOR Gate - Truth table, Symbol, Diagram & Applications - Easy …

    In this lecture, we are going to learn about the Logic of the XOR Gate in every detail. We will discuss what is XOR gate is, the symbol of the XOR gate, the XOR gate truth table, the XOR …

  7. 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” – is a digital logic gate that gives a true (i.e. a HIGH or 1) …

  8. XOR Gate and XNOR Gate – Definition, Truth Table, and Symbol

    Sep 13, 2023 · An XOR gate is a type of derived logic gate that can have two inputs and one output. The output of the XOR gate is in logic 1 or high state when one of its two inputs is in …

  9. Mastering the Exclusive OR Gate (XOR): Functions, Construction, …

    Jul 9, 2025 · The XOR gate is a special logic gate that gives a 1 only when the inputs are different. XOR gate is used in many digital devices for adding numbers, checking data, and …

  10. XOR Gate Explained: Symbol, Truth Table, Construction Methods, …

    It explains how XOR gates work differently from simple gates like AND, OR, and NOT. You’ll learn about their symbols, truth tables, and how to build them using standard gates, NAND gates, …