edited by
93 views
1 votes
1 votes

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



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

  1. $X_1=B,X_2=1,X_3=1$
  2. $X_1=A,X_2=0,X_3=A$
  3. $X_1=A,X_2=B,X_3=1$
  4. $X_1=B,X_2=0,X_3=0$
edited by

1 Answer

1 votes
1 votes
Output of first MUX is $A.X_1 + B.\overline{X_1}$ which is fed to second MUX. The output of second MUX is $(A.{X_1} + B.\overline{X_1}){X_3} + X_2\overline{X_3}$

This will give $A + B, $ when $X_1 = A,X_{2} = B, X_3 = 1.$

Only option C satisfies.
edited by
Answer:

Related questions

1 votes
1 votes
1 answer
1
gatecse asked Aug 30, 2020
184 views
A switch-tail ring counter is made using a single $T$ flip flop. The resulting circuit is equivalent to:SR flip flopJK flip flopT flip flopNone of the above
1 votes
1 votes
1 answer
2
gatecse asked Aug 30, 2020
112 views
The following JK flip flop circuit is initially set and then clocked for $4$ clock pulses. The output sequence will be ________$0100$$1010$$0110$$0101$
1 votes
1 votes
1 answer
3
gatecse asked Aug 30, 2020
47 views
Which of the following gates are represented by the below two logic circuits?NAND, NORAND, ORXOR, XNORNOR, NAND