edited by
1,084 views

3 Answers

Best answer
4 votes
4 votes
1.  $\overline{A\times A}=\overline{A}$    

2.  $\overline{B\times B}=\overline{B}$     

3.  $\overline{\overline{A}\times \overline{B}}=\overline{\overline{A+B}}=A+B$     (Using De-Morgan's law  $\overline{A}\times\overline{B}=\overline{A+B}$)

4.  $\overline{(A+B)+(A+B)}=\overline{A+B}$     $\Rightarrow$   NOR gate

Option B is correct.
selected by
2 votes
2 votes
NAND and NAND implementation is equivalent to And OR.

So A.A+B.B = A + B

Giving same input to NAND or NOR gates will give its complement.

So its (A+B)'

Hence B is correct.
Answer:

Related questions

2 votes
2 votes
4 answers
1
admin asked Mar 31, 2020
824 views
What will be the Excess-$3$ code for $1001$?$1001$$1010$$1011$$1100$
2 votes
2 votes
1 answer
2
admin asked Mar 31, 2020
857 views
What will be the final output of D Flip-Flop, if the input string is $11010011$?$1$$0$Don’t CareNone of the above
4 votes
4 votes
2 answers
3
admin asked Mar 31, 2020
813 views
What will be the equation of the given K-map?$A’B’D’+C’D+AB’C’$$B’CD’+AB’C’+A’C’$$B’D’+C’D$$C’D+B’CD’$
2 votes
2 votes
1 answer
4
admin asked Mar 31, 2020
945 views
The Decimal equivalent of the Hexadecimal number $(A09D)_{16}$ is$31845$$41117$$41052$$32546$