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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

draw this multiplexer : z = (if c=0 then x else y)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly