in Digital Logic edited by
1,084 views
3 votes
3 votes

The Circuit is equivalent to:

  1. $OR$ Gate
  2. $NOR$ Gate
  3. $AND$ Gate
  4. $EX-OR$ Gate
in Digital Logic edited by
by
1.1k views

3 Answers

4 votes
4 votes
Best answer
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

1 comment

@haralk10

Instead of $\times$ you can use $\cdot,$ because in digital logic $.$ is called multiplication.

0
0
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.
1 vote
1 vote

Circuit is equivalent to NOR Gate.

Answer: