Xor

From Fresh Dictionary

see also XOR

Contents

English

Noun

XOR

  1. Logic function exclusive OR, true if one and only one of two inputs is true. Expression exclusive as difference from inclusive OR. In infix notation, it has values

(0 XOR 0) = 0
(0 XOR 1) = 1
(1 XOR 0) = 1
(1 XOR 1) = 0

Translations

See also

ku:xor

Personal tools