Xor
From Fresh Dictionary
- see also XOR
Contents |
[edit]
English
[edit]
Noun
XOR
- 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
[edit]
Translations
- Finnish: ehdoton tai
- French: ou exclusif
- Hungarian: kizáró vagy
- Latin: aut
- Swedish: exklusive eller
- Spanish: o exclusivo
[edit]