XOR gate

GPTKB entity

Statements (24)
Predicate Object
gptkbp:instanceOf gate
gptkbp:alsoKnownAs exclusive OR gate
gptkbp:BooleanExpression A ⊕ B = (A AND NOT B) OR (NOT A AND B)
gptkbp:canCreate gptkb:AND_gate
gptkb:NOT_gate
gptkb:OR_gate
gptkbp:category gptkb:algebra
digital electronics
gptkbp:function outputs true only when inputs differ
https://www.w3.org/2000/01/rdf-schema#label XOR gate
gptkbp:IEEEStandardSymbol gptkb:IEC_60617-12
gptkbp:input two or more
gptkbp:inventedBy unknown
gptkbp:output one
gptkbp:symbol
gptkbp:truthTable 0,0→0; 0,1→1; 1,0→1; 1,1→0
gptkbp:usedIn cryptography
digital circuits
error detection
arithmetic circuits
parity checking
gptkbp:bfsParent gptkb:AND_gate
gptkb:OR_gate
gptkbp:bfsLayer 5