exclusive

Exclusive or or exclusive disjunction or exclusive alternation, also known as non-equivalence which is the negation of equivalence, is a logical operation that is true if and only if its arguments differ (one is true, the other is false).It is symbolized by the prefix operator



J


{\displaystyle J}
: 16  and by the infix operators XOR (, , or ), EOR, EXOR,







˙





{\displaystyle {\dot {\vee }}}
,






¯




{\displaystyle {\overline {\vee }}}
,






_




{\displaystyle {\underline {\vee }}}
, ⩛,






{\displaystyle \oplus }
,






{\displaystyle \nleftrightarrow }
and






{\displaystyle \not \equiv }
.
It gains the name "exclusive or" because the meaning of "or" is ambiguous when both operands are true; the exclusive or operator excludes that case. This is sometimes thought of as "one or the other but not both" or "either one or the other". This could be written as "A or B, but not, A and B".
XOR is equivalent to logical inequality (NEQ) since it is true only when the inputs are different (one is true, and one is false). The negation of XOR is the logical biconditional, which yields true if and only if the two inputs are the same, which is equivalent to logical equality (EQ).
Since it is associative, it may be considered to be an n-ary operator which is true if and only if an odd number of arguments are true. That is, a XOR b XOR ... may be treated as XOR(a,b,...).

View More On Wikipedia.org
  • 2

    JuziWomble

    Established Member From Amesbury Wilts
    • Messages
      366
    • Reaction score
      348
    • Points
      126
  • 1

    philkeel

    Standard Member From Rowley Regis
    • Messages
      18
    • Reaction score
      14
    • Points
      5
  • 1

    Joe Boatman

    Established Member 80 From Glasgow
    • Messages
      53
    • Reaction score
      49
    • Points
      21
  • 1

    hielliot

    Novice Member From North Yorkshire
    • Messages
      3
    • Reaction score
      1
    • Points
      1
  • 1

    trehans

    Novice Member From Farnham
    • Messages
      4
    • Reaction score
      1
    • Points
      2
  • 1

    mystreet

    Established Member From Chelmsford Essex
    • Messages
      390
    • Reaction score
      314
    • Points
      127
  • 1

    C6MFC

    Established Member From Telford
    • Messages
      387
    • Reaction score
      250
    • Points
      106
  • 1

    thedomg

    Standard Member From Bath, UK
    • Messages
      10
    • Reaction score
      4
    • Points
      4
  • 1

    viking

    Standard Member From UK
    • Messages
      35
    • Reaction score
      30
    • Points
      15
  • 1

    Raymond AB

    Standard Member From Aberdeen, UK
    • Messages
      8
    • Reaction score
      7
    • Points
      3
  • 1

    Peacsy

    Standard Member From London
    • Messages
      11
    • Reaction score
      3
    • Points
      4
  • 1

    fred12345

    Established Member From Northwood
    • Messages
      225
    • Reaction score
      61
    • Points
      40
  • Back
    Top Bottom