-
In the 4 × 1 multiplexer, the output F is given by F = A ⊕ B. Find required inputs I3I2I1I0.
-
- 1010
- 0110
- 1000
- 1110
Correct Option: B
We know that,
for 4 × 1 MUX
F = A.B.I0 + AB.I1 + A.B.I2 + A.B.I3
But required output
F = A ⊕ B = AB + AB
Therefore I0 = I3 = 0
I1 = I2 = 1
Required I/P
I3 I2 I1 I0 = 0110