in Digital Logic edited by
3,952 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}$
in Digital Logic edited by
4.0k views

3 Comments

write the output terms after the gate(and dont evaluate for each gate) evaluate only the final output
1
1
replace last nand with bubbled or.
0
0
whenever 2 sequential NAND gates or NOR gates are there then we can replace those NAND / NOR gates by AND - OR / OR - AND gates respectively and do simplification after replacement.
0
0

5 Answers

15 votes
15 votes
Best answer

Option C

Q =((D'+C')B+AB)

  =AB+BC'+BD'

Therefore option C

selected by

1 comment

Thank you for such a nice explanation..
1
1
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

1 vote
1 vote

Hence,Option(C)AB+BC'+BD' is the correct choice.

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