6 6 votes Consider the logic circuit given below: $\text{Q =}$ __________? $\overline{\text{A}} \text{C} + \text{B} \overline{\text{C}} +\text{CD}$ $\text{ABC} + \overline{\text{C}} \text{D}$ $\text{AB + B} \overline{\text{C}} + \text{B} \overline{\text{D}}$ $\text{A} \overline{\text{B}} + \text{A} \overline{\text{C}} + \overline{\text{C}} \text{D}$ Digital Logic isro2014 digital-logic circuit-output + – go_editor 5.5k views answer comment Share Follow Print See all 3 Comments 3 3 Comments reply asu commented Jun 7, 2016 reply Follow flag write the output terms after the gate(and dont evaluate for each gate) evaluate only the final output 1 1 replyShare Aryan commented Jun 27, 2016 reply Follow flag replace last nand with bubbled or. 0 0 replyShare Raju Kalagoni commented Apr 17, 2018 reply Follow flag 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 replyShare Please log in or register to add a comment.
Best answer 16 16 votes Option C Q =((D'+C')B+AB) =AB+BC'+BD' Therefore option C shivanisrivarshini answered Jun 7, 2016 • selected Feb 7, 2018 by sourav. shivanisrivarshini comment Share Follow See 1 comment 1 1 comment reply sh!va commented Jun 7, 2016 reply Follow flag Thank you for such a nice explanation.. 1 1 replyShare Please log in or register to add a comment.
2 2 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 shekhar chauhan answered Jul 1, 2016 shekhar chauhan comment Share Follow 0 reply Please log in or register to add a comment.
1 1 vote Hence,Option(C)AB+BC'+BD' is the correct choice. LeenSharma answered Jul 1, 2016 LeenSharma comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes option C seems correct, eq = (((cd)' b )' ( ab )' )' = ( cd )' b + ab = ( c' + d' ) b + ab -----------D morgans law (ab)' = a' + b' rameshbabu answered Jul 1, 2016 rameshbabu comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes option (c) is the right answer turendar answered Aug 19, 2018 turendar comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes Answer mnuAbhi answered May 4, 2024 mnuAbhi comment Share Follow 0 reply Please log in or register to add a comment.