retagged by
3,361 views

3 Answers

Best answer
17 votes
17 votes

It will be better if we simplifies it as follow 

Now it can be solved easily.

Note that Decoder produces minterms, therefore product of minterms should be zero.

F = F2 ( due to F1 = 0 )

F2 = ∑m(3,4,6,7).

But note that MUX will be enable if z = 0 only

===> 3 and 7 are invalid, in F2

so,  $F(x,y,z)= \Sigma_m(4,6)$ 

edited by
2 votes
2 votes
Expression at OR gate would be $\overline{0}+\overline{1}+\overline{2}$

Expression at AND gate would be $\overline{3}*\overline{4}*\overline{6}*\overline{7}$

f(x,y,z)=$\overline{(\overline{0}+\overline{1}+\overline{2}) * (\overline{3}*\overline{4}*\overline{6}*\overline{7})}$

=$=\overline{\overline{0}+\overline{1}+\overline{2}} + \overline{\overline{3}*\overline{4}*\overline{6}*\overline{7}} =0*1*2 + (3+4+6+7)$

Since decoder is active at 1,3,5,7 with output bubbled each will give 0 at D1,D3,D5,D7 and 1 in rest of the outputs.

so function simplifies to 4+6 , Hence the answer $\sum m(4,6)$

Related questions

1 votes
1 votes
2 answers
1
Saurav asked Oct 1, 2015
2,812 views
Consider the following sequence of micro-operations. MBR ← PC MAR ← X PC ← Y Memory ← MBRWhich one of the following is a possible operation performed by this seq...
1 votes
1 votes
0 answers
2
3 votes
3 votes
3 answers
4