xor
see also: XOR
Pronunciation
XOR
Etymology
This text is extracted from the Wiktionary and it is available under the CC BY-SA 3.0 license | Terms and conditions | Privacy policy 0.001
see also: XOR
Pronunciation
- IPA: /ɛksˈo(ɹ)/, /ˈzo(ɹ)/, /ˈkso(ɹ)/, /ˈkszo(ɹ)/
xor (plural xors)
- The logic function exclusive OR (as opposed to inclusive OR), whose output is true only when exactly one of its inputs is true.
- French: ou exclusif
- German: Exklusiv oder
- Portuguese: xor, ou exclusivo
- Spanish: o exclusivo
- (rare) Or (but not both).
- either ... or
- eor
XOR
Etymology
Short for exclusive or.
Pronunciation- IPA: /ˈɛks ˈɔɹ/, /ˈzɔɹ/
xor (plural xors)
Input || rowspan="2" | Output | ||
---|---|---|
| B | ||
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
- (logic) The connective "exclusive or".
- The XOR of (0,0) is 0; (0,1) is 1; (1,0) is 1; and (1,1) is 0.
- (electrical engineering) A logic gate that implements "exclusive or".
- (programming) The symbolic representation that implements "exclusive or".
- XOR can be used to add bits without carrying.
- (antonym(s) of “electrical engineering”): XNOR
- French: ou exclusif
xor (xors, present participle xorring; simple past and past participle xorred)
- (transitive, computing) To perform the XOR function upon.
- 1989, IEEE Communications Society, Conference Record:
- The XORed sequence has the same period as the sequence that is not XORed.
- 1998, Stafford Tavares, Henk Meijer, Selected Areas in Cryptography:
- XORing different constants into the four s-boxes in such a cipher has exactly the same effect as XORing a single constant into each round function output.
- ⊻
This text is extracted from the Wiktionary and it is available under the CC BY-SA 3.0 license | Terms and conditions | Privacy policy 0.001
