XNOR gate

GPTKB entity

Statements (22)
Predicate Object
gptkbp:instanceOf gate
gptkbp:alsoKnownAs equivalence gate
gptkbp:booleanExpression (A AND B) OR (NOT A AND NOT B)
A ⊙ B
gptkbp:category combinational logic
gptkbp:designer gptkb:XOR_gate
gptkbp:function outputs true when inputs are equal
https://www.w3.org/2000/01/rdf-schema#label XNOR gate
gptkbp:inputCount 2
gptkbp:inventedBy 20th century
gptkbp:outputCount 1
gptkbp:symbol
gptkbp:truthTable A=0, B=0, Output=1
A=0, B=1, Output=0
A=1, B=0, Output=0
A=1, B=1, Output=1
gptkbp:usedIn digital circuits
error detection
comparator circuits
parity checkers
gptkbp:bfsParent gptkb:AND_gate
gptkbp:bfsLayer 5