Consider the multiplexer based logic circuit shown in the figure. Which one of the following Boolean functions is realized by the circuit?

Consider the multiplexer based logic circuit shown in the figure. Which one of the following Boolean functions is realized by the circuit? Correct Answer F = W ⊕ S<sub style="">1</sub> ⊕ S<sub style="">2</sub>

Concept: 

[ alt="F3 S.B Madhu 22.07.20 D3" src="//storage.googleapis.com/tb-img/production/20/07/F3_S.B_Madhu_22.07.20_D3.png" style="width: 153px; height: 143px;">

For a 2 × 1 MUX is shown above, the output function F is expressed as:

F = S̅1 I0 + S1I1

i.e. when S1 = 0, I0 is transmitted to the output.

And when S1 = 1, I1 is transmitted to the output.

Analysis:

The given circuit is redrawn as:

[ alt="F3 S.B Madhu 22.07.20 D4" src="//storage.googleapis.com/tb-img/production/20/07/F3_S.B_Madhu_22.07.20_D4.png" style="width: 397px; height: 177px;">

F1 = S̅1 w + S1

F1 = S1 ⊕ w

Now, the required function f will be:

F2 = F = S̅2F1 + S21

F = S2 ⊕ F1

F = S2 ⊕ S1 ⊕ w

Related Questions

Assertion (A) : A multiplexer (MUX) is a device which selects one of the many inputs to a single output. Reason (R): A digital multiplexer is a sequential circuit that selects binary information from one of the many input line sand directs it to a single output line
Statement (I): The multiplexer is essentially an electronic switching device which enables each of the inputs to be sampled in turn. Statement (II): A multiplexer is a circuit that is able to have inputs of data from a number of sources and then, by selecting an input channel, gives an output from just one of them.