Statements (34)
Predicate | Object |
---|---|
gptkbp:instanceOf |
gate
|
gptkbp:canConstruct |
any other logic gate
|
gptkbp:category |
universal gate
|
gptkbp:fullName |
NOT AND
|
gptkbp:function |
outputs false only if all inputs are true
outputs true if at least one input is false |
https://www.w3.org/2000/01/rdf-schema#label |
NAND
|
gptkbp:IEEEStandardSymbol |
gptkb:7400_series
|
gptkbp:introducedIn |
1940s
|
gptkbp:inventedBy |
gptkb:Konrad_Zuse
gptkb:Walther_Bothe |
gptkbp:logicExpression |
NOT (A AND B)
|
gptkbp:property |
functionally complete
|
gptkbp:relatedTo |
gptkb:AND_gate
gptkb:NOT_gate gptkb:OR_gate gptkb:XOR_gate NOR gate |
gptkbp:symbol |
↑
⊼ |
gptkbp:truthTable |
A=0, B=0 → Output=1
A=1, B=1 → Output=0 A=0, B=1 → Output=1 A=1, B=0 → Output=1 |
gptkbp:usedFor |
building adders
building flip-flops building latches building memory cells building multiplexers |
gptkbp:usedIn |
digital circuits
memory devices computer processors |
gptkbp:bfsParent |
gptkb:Boolean_Logic
|
gptkbp:bfsLayer |
6
|