3 3 votes A four-variable Boolean function is realized using $4\times 1$ multiplexers as shown in the figure. The minimized expression for $\text{F(U,V,W,X)}$ is $\left ( UV+\overline{U}\:\overline{V}\right )\overline{W}$ $\left ( UV+\overline{U}\:\overline{V}\right )\left (\overline{W}\: \overline{X}+\overline{W}\:X\right )$ $\left ( U\:\overline{V}+\overline{U}\:V\right )\overline{W}$ $\left ( U\:\overline{V}+\overline{U}\:V\right )\left (\overline{W}\: \overline{X}+\overline{W}\:X\right )$ Number Representations gate2018-ec digital-circuits combinational-circuits multiplexers + – gatecse 1.4k views answer comment Share Follow Add Sync Questions Print See 1 comment 1 1 comment reply Deepak Poonia commented Oct 23, 2023 i edited by Deepak Poonia Nov 1, 2023 reply Follow flag Detailed Video Solution: https://youtu.be/OMUVoFdBaoU 1 1 replyShare Please log in or register to add a comment.
1 1 vote Let’s assume the output of $1^{st}$ multiplexer is Z. now according to the output equation of $4\times1$ multiplexer: $Z=\bar U \bar VI_0+\bar UVI_1+U\bar VI_2+UVI_3$ $\implies Z=0+\bar UV+U\bar V+0)$ $I_0$ ,$I_3$ is connected to ground & $I_2$,$I_4$ is connected to $V_{cc}$ $\left[{\because V_{cc}=1,Ground =0}\right]$ $\implies Z= \bar UV+U\bar V$ $\implies Z=(U\oplus V)$ Now $F=\bar W\bar XI_0+\bar WXI_1+W\bar XI_2+WXI_3$ $\implies F=\bar W\bar X(U\oplus V)+\bar WX(U\oplus V)$ $\implies F=(U\oplus V)(\bar W\bar X+\bar WX)$ $\implies F=(U\oplus V)(\bar W(X+\bar X))$ $\implies F=(U\oplus V)\bar W$ Option C is correct. Hira Thakur answered Jan 5, 2021 Hira Thakur comment Share Follow See 1 comment 1 1 comment reply Srujan_Bolewar commented Apr 19 reply Follow flag Hira Thakur, the real Hira on GateOverflow :D. Btw, your answers are so nice. 0 0 replyShare Please log in or register to add a comment.