recategorized by
1,096 views
1 1 vote

Consider the $ \text{2–bit}$ multiplexer $\text{(MUX)}$ shown in the figure. For $\text{OUTPUT}$ to be the $\text{XOR}$ of $\text{C}$ and $\text{D},$ the values for $A_{0}, A_{1}, A_{2},$ and $A_{3}$ are _______________.

  1. $A_{0} = 0, A_{1} = 0, A_{2} = 1, A_{3} = 1$
  2. $A_{0} = 1, A_{1} = 0, A_{2} = 1, A_{3} = 0$
  3. $A_{0} = 0, A_{1} = 1, A_{2} = 1, A_{3} = 0$
  4. $A_{0} = 1, A_{1} = 1, A_{2} = 0, A_{3} = 0$

1 Answer

1 1 vote

Detailed Video Solution: https://youtu.be/52mf21k7k6E 

We want $OUTPUT = C \oplus D.$

Note: Boolean variable $C$ is connected to MSB select line $S_1$ & boolean variable $D$ is connected to LSB select line $S_0.$

So, when $S_1 = C = 0 $ & $S_0 = D = 0,$ OUTPUT will be $I_0 = A_0$ which should be $0 \oplus 0 $ i.e. $0.$ So, $A_0 = 0.$

when $S_1 = C = 0 $ & $S_0 = D = 1,$ OUTPUT will be $I_1 = A_1$ which should be $0 \oplus 1 $ i.e. $1.$ So, $A_1 = 1.$

when $S_1 = C = 1 $ & $S_0 = D = 0,$ OUTPUT will be $I_2 = A_2$ which should be $1 \oplus 0 $ i.e. $1.$ So, $A_2 = 1.$

when $S_1 = C = 1 $ & $S_0 = D = 1,$ OUTPUT will be $I_3 = A_3$ which should be $1 \oplus 1 $ i.e. $0.$ So, $A_3 = 0.$

So, answer is Option C.

Detailed Video Solution: https://youtu.be/52mf21k7k6E 

Answer:
Position:
Show:

Related questions

0 0 votes
0 0 answers
661
661 views
Arjun asked Feb 15, 2022
661 views
Select the correct statement(s) regarding $\text{CMOS}$ implementation of $\text{NOT}$ gates.Noise Margin High $(NM_{H})$ is always equal to the Noise Margin Low $(NM_{L}...
2 2 votes
1 1 answer
12.1k
12.1k views
admin asked May 20, 2023
12,094 views
In the circuit shown below, $\mathrm{P}$ and $\mathrm{Q}$ are the inputs. The logical function realized by the circuit shown below is$\mathrm{Y}=\mathrm{PQ}$$\mathrm{Y}=\...
3 3 votes
1 1 answer
1.0k
1.0k views
admin asked Sep 15, 2022
1,012 views
The Boolean function realized by the logic circuit shown is$\text{F} = \sum_{\text{m}} (0, 1, 3, 5, 9, 10, 14)$$\text{F}=\sum_{\text{m}}(2,3,5,7,8,12,13)$$\text{F}=\sum_{...
4 4 votes
1 1 answer
1.5k
1.5k views
go_editor asked Feb 13, 2020
1,489 views
The figure below shows a multiplexer where $S_{1}$ and $S_{0}$ are the select lines, $I_{0}$ to $I_{3}$ are the input data lines, $\text{EN}$ is the enable line, and $\te...

Add Synced Question

×