edited by
956 views

2 Answers

6 votes
6 votes
The output from first two NOR gates would be $\overline{A},\overline{B}$ respectively(complementing action performed by NOR gates)

From the third NOR gate the output would be, $\overline{\overline{A}+\overline{B}}$  $=$ $\overline{\overline{AB}}=AB$ (using De-morgan's law)

So, output from the fourth NOR gate would be:  $\overline{AB+AB}$ $=$ $\overline{AB}$

Option B is correct.
1 votes
1 votes
Option b is the correct option..

On evaluation,

From above two input nor gate you will get A' and B' then next two input nor gate will give you AB then again through the last nor gate your result will be a'b' that is nand gate.
Answer:

Related questions

3 votes
3 votes
3 answers
1
admin asked Mar 31, 2020
1,147 views
How many inputs are required in Full Adder Circuit?$2$$3$More than two inputsNone of the above
3 votes
3 votes
2 answers
2
admin asked Mar 31, 2020
2,312 views
What will be the final output of D flip-Flop if the input string is $0010011100$?$1$$0$Don’t CareNone of the above
4 votes
4 votes
5 answers
3
admin asked Mar 31, 2020
1,553 views
Which will be the equation of simplification of the given K-map?$AB' + B'CD' + A'B'C'$$AB' + A'B'D' + A'B'C'$$B'D' + AB' + B'C'$$B'D' + A'B'C' + AB'$
2 votes
2 votes
1 answer
4
admin asked Mar 31, 2020
1,166 views
What is $2$'s complement of $(101)​_3​$?$(010)_3$$(011)_3$$(121)_3$$(121)_2$