edited by
4,176 views
6 votes
6 votes

Consider the logic circuit given below:

$\text{Q =}$ __________?

  1. $\overline{\text{A}} \text{C} + \text{B} \overline{\text{C}} +\text{CD}$
  2. $\text{ABC} + \overline{\text{C}} \text{D}$
  3. $\text{AB + B} \overline{\text{C}} + \text{B} \overline{\text{D}}$
  4. $\text{A} \overline{\text{B}} + \text{A} \overline{\text{C}} + \overline{\text{C}} \text{D}$
edited by

6 Answers

4 votes
4 votes

Answer: AB + BC' + BD'

Output of  NAND gate which has input As D and C is (DC)'

Output of NAND gate which has input As  A and B is (AB)'

Output of NAND gate which has input As (DC)' and B is ((DC)' . B)'

Output of NAND gate which has input As  ((DC)' . B)' and (AB)' is (((DC)' . B)' . (AB)')'

If we solve it (((DC)' . B)' . (AB)')' then

(DC)' . B + AB 

(D' + C' )B + AB

BD' + BC' +AB

0 votes
0 votes
option C seems correct,

eq = (((cd)' b )' ( ab )' )'

      = ( cd )' b + ab

       = ( c' + d' ) b  + ab      -----------D morgans law (ab)' = a' + b'
Answer:

Related questions

5.5k
views
5 answers
9 votes
go_editor asked Jul 1, 2016
5,468 views
Consider the logic circuit given below.The inverter, AND and OR gates have delays of $6, 10$ and $11$ nanoseconds respectively. Assuming that wire delays are negligible, ... $ before it becomes stable?$5$11$16$27$
12.7k
views
3 answers
10 votes
focus _GATE asked Jul 17, 2015
12,661 views
What are the final values of $\text{Q}_1$ and $\text{Q}_0$ after $4$ clock cycles, if initial values are $00$ in the sequential circuit shown below:$11$01$10$00$
3.9k
views
3 answers
7 votes
go_editor asked Jul 1, 2016
3,882 views
The output of a tristate buffer when the enable input in $0$ isAlways $0$Always $1$Retains the last value when enable input was highDisconnected state
4.2k
views
4 answers
8 votes
Isha Gupta asked Jun 23, 2016
4,230 views
Which of the following is not valid Boolean algebra rule?$\text{X.X = X}$\text{(X+Y).X = X}$\overline{X}+\text{XY = Y}$\text{(X+Y).(X+Z) = X + YZ}$