in Digital Logic edited by
7,443 views
27 votes
27 votes

The following circuit implements a two-input AND gate using two $2-1$ multiplexers.

What are the values of $X_1, X_2, X_3$?

  1. $X_1 = b, X_2 = 0, X_3 = a$
  2. $X_1 = b, X_2 = 1, X_3 = b$
  3. $X_1 = a, X_2 = b, X_3 = 1$
  4. $X_1 = a, X_2 = 0, X_3 = b$
in Digital Logic edited by
7.4k views

2 Comments

@GateCse

why a,b is considered as a.b not (a+b)

0
0
if we put the value on expression $F(a,b)=\bar{X_3.}X_2+X_3(\bar X_1.b+X_1.a)$

option 1) : $ab$

option 2): $a+\bar b$

option 3): $a+b$

option 4): $b$
0
0

2 Answers

34 votes
34 votes
Best answer
Answer: A

$F = (bX_1' + aX_1)X_3 + X_2X_3'$

Put $X_1 = b, X_2 = 0, X_3 = a$ to get $F = ab.$
selected by

4 Comments

+1 Thank You!
0
0
If in option B if X2 was 0 then B also could have been right?
0
0
Right pepper
0
0
1 vote
1 vote
F = (bX1' + aX1)X3 + X2X3'
If we put
X1 = b
X2 = 0
X3 = a
Then we get,
F = ab
Answer:

Related questions