in Digital Logic edited by
13,284 views
39 votes
39 votes

Consider the following multiplexer where $I0, I1, I2, I3$ are four data input lines selected by two address line combinations $A1A0=00,01,10,11$ respectively and $f$ is the output of the multiplexor. EN is the Enable input.

The function $f(x,y,z)$ implemented by the above circuit is 

  1. $xyz'$
  2. $xy + z$
  3. $x + y$
  4. None of the above
in Digital Logic edited by
13.3k views

1 comment

It could be done via Table and K-map but that will be more time consuming.
0
0

2 Answers

71 votes
71 votes
Best answer
As $x$ is connected to $I0$  & $I1$, $y$ connected to $I2,$ $y'$ connected to $I3$ & $A1,$ $z$ connected to $A0$ and $z'$ connected to ENABLE $(EN),$

$f= ( {\overline{A1}}.{\overline{A0}}.I0+ {\overline{A1}}.A0.I1 +A1.{\overline{A0}}.I2 + A1.A0.I3 ).EN$

$\implies f = (xyz' +xyz + y'z'y + zy')z'$
$\qquad= (xyz' +xyz + zy')z' =xyz'$

Correct Answer: $A$
edited by

4 Comments

edited by

how come ZY' for A1.A0.I3  why not Y'ZY'

0
0
ZY' equals to ZY'Y' @sandeep verma
0
0

@Prasad patil EN is basically for enabling and disabling the multiplexer 

0
0
14 votes
14 votes

Option A

Answer:

Related questions