Home » Digital Circuits » Digital circuits miscellaneous » Question
  1. In the 4 × 1 multiplexer, the output F is given by F = A ⊕ B. Find required inputs I3I2I1I0.
    1. 1010
    2. 0110
    3. 1000
    4. 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



Your comments will be displayed only after manual approval.