digital circuits Flashcards
(4 cards)
1
Q
what is the behaviour of a multiplexer?
A
Hardware version of the if-then-else expression
The idea is to choose between two values(x,y) based on another value (c)
- given three inputs c, x,y
- produces one output
- If c = 0 the output is x
- If c = 1 the output is y
2
Q
draw this multiplexer : z = (if c=0 then x else y)
A
3
Q
A
4
Q
A