XOR
From Fresh Dictionary
- see also xor
Contents |
[edit]
English
[edit]
Conjunction
XOR
- (Logic) Exclusive or; either one proposition or the other is true but not both.
- (Computer science) A lexical symbol to implement exclusive or in a computer language.
- (Electrical engineering) A logical gate to implement exclusive or.
- XOR can be used to add bits without carrying.
[edit]
Noun
XOR
- (Logic) The binary operator exclusive or, true if one and only one of two inputs is true. Also abbreviated â. Expression excludes AND from inclusive OR. In infix notation, it has values in the Boolean domain {0,1}:
- (0 XOR 0) = 0
- (0 XOR 1) = 1
- (1 XOR 0) = 1
- (1 XOR 1) = 0
- (0 XOR 0) = 0
[edit]
Translations
- Finnish: ehdoton tai, poissulkeva tai, ekslusiivinen tai
- French: ou exclusif
- Hungarian: kizáró vagy
- Latin: aut
- Swedish: exklusive eller
[edit]
See also
- redirect Template:wikipediacat
Terms relating to the study of logic.