Consider the 2-bit multiplexer (MUX) shown in the figure. For OUTPUT to be the XOR of C and D, the values for 𝐴0, 𝐴1, 𝐴2, and 𝐴3 are ____________.
Consider the 2-bit multiplexer (MUX) shown in the figure. For OUTPUT to be the XOR of C and D, the values for 𝐴0, 𝐴1, 𝐴2, and 𝐴3 are ____________.
Answer: The Output will be
CD + CDTo select A0, C=0 & D=0 ; Output = 0 (=A0)
To select A1, C=0 & D=1 ; Output = 1 (=A1)
To select A2, C=1 & D=0 ; Output = 1 (=A2)
To select A3, C=1 & D=1 ; Output = 0 (=A3)
So, Correct Answer is Option (3)