2-to-1 multiplexer

GPTKB entity

Statements (14)
Predicate Object
gptkbp:instanceOf multiplexer
gptkbp:alsoKnownAs 2:1 MUX
gptkbp:function Output = (A AND NOT S) OR (B AND S)
gptkbp:hasInputLines 2
gptkbp:hasOutputLines 1
gptkbp:hasSelectLines 1
https://www.w3.org/2000/01/rdf-schema#label 2-to-1 multiplexer
gptkbp:implementedIn logic gates
gptkbp:symbol gptkb:MUX
gptkbp:truthTable A, B, S | Output; 0, 0, 0 | 0; 1, 0, 0 | 1; 0, 1, 1 | 0; 1, 1, 1 | 1
gptkbp:usedFor data selection
gptkbp:usedIn digital circuits
gptkbp:bfsParent gptkb:Multiplexers
gptkbp:bfsLayer 7