edited by
7,654 views
34 votes
34 votes

The circuit shown below implements a $\text{2-input}$ NOR gate using two $2-4$ MUX (control signal $1$ selects the upper input). What are the values of signals $x, y$ and $z$?

 

  1. $1, 0, B$
  2. $1, 0, A$
  3. $0, 1, B$
  4. $0, 1, A$
edited by

5 Answers

Best answer
44 votes
44 votes

$f = Az+B\bar z$ (As $A$ will be selected when $z$ is high) . 

So, next function will become $g = xf +y\bar f$ 

$ = x\left(Az+B \bar z \right) + y (\overline {Az+B \bar z})$

Putting $x = 0, y = 1, z = A$, we get $g = \overline {AA+B \bar A} = \overline {A + B} \: \left( \because A + B\bar A = A + B \right)$ and answer will become D

edited by
3 votes
3 votes
Instead of finding a function 'f' for the first MUX (in terms of z,x and y) and the second MUX (in terms of f , x and y), we can logically find out the answer.We can put in 4 values of A and B and analyse the output C. We can get the values appropriate values of x and y by drawing and comparing with a 2x1 MUX when A and B are given as inputs respectively.
1 votes
1 votes
Let the lower mux function be f=Az'+Bz Upper mux g=xf'+yf Now put option a in function g it comes out to be a'b' which is (a+b)'
Answer:

Related questions

30 votes
30 votes
5 answers
1
Ishrat Jahan asked Nov 3, 2014
8,120 views
$(34.4)_{8} × \left ( 23.4 \right )_{8}$ evaluates to$(1053.6)_{8}$$(1053.2)_{8}$$(1024.2)_{8}$None of these
37 votes
37 votes
5 answers
2
Ishrat Jahan asked Nov 3, 2014
15,283 views
Which of the following input sequences will always generate a $1$ at the output $z$ at the end of the third cycle?$\begin{array}{|l|l|}\hline \textbf{A} & \textbf{B} & \t...
28 votes
28 votes
3 answers
3
Ishrat Jahan asked Nov 3, 2014
7,451 views
How many pulses are needed to change the contents of a $8$-bit up counter from $10101100$ to $00100111$ (rightmost bit is the LSB)?$134$$133$$124$$123$