see|XOR
English
wikipedia
Noun
XOR
#Logic function exclusive or|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<br>
(0 XOR 1) = 1<br>
(1 XOR 0) = 1<br>
(1 XOR 1) = 0<br>
Translations
Finnish: ehdoton tai
French: ou exclusif
Hungarian: kizáró vagy
Latin: aut#Latin|aut
Swedish: exklusive eller
Spanish: o exclusivo
See also
and
or
nand
nor
not
el:xor
ku:xor
zh:xor
|