Solveeit Logo

Question

Question: The given electrical network is equivalent to ? ![](https://www.vedantu.com/question-sets/a93f1999...

The given electrical network is equivalent to ?

A) AND gate
B) OR gate
C)NOR gate
D) NOT gate

Explanation

Solution

In the above mentioned electrical network we can see that one nand gate and 2nor gate are used .NAND gate is a combination of AND and NOT gate and NOR gate is a combination of digital OR gate and an inverter or NOT gate connected together NAND and NOR gates are universal gates and also economical.

Complete answer:
NAND gate
Nand gate is a combination of an AND gate and NOT gate ,they are connected in cascade form it is also called negated and gate
NAND gate is represented as below

Boolean expression of NAND gate is
output(y)=A.Boutput(y)=\overline{A.B}
Truth table

ABY
001
011
101
110

NOR Gate
NOR gate is a combination of digital OR gate and an inverter or NOT gate connected together NAND and NOR gates are universal gates and also economical.
NOR gate is represented as below

Boolean expression of NOR gate
y=A+By=\overline{A+B}
Truth table

ABY
001
010
100
110


In the above electrical network the input AA enter the NAND gate and the output of NAND gate is A\overline{A}
Input BB enters the NOR gate and the output of NOT gate is B\overline{B}
In the electrical network the output of both NAND gate and nor gate is given as input to NOR gate
Y=A+BY=\overline{\overline{A}+\overline{B}}
From DeMorgan’s Second theorem
A+B=A.B\overline{\overline{A}+\overline{B}}=A.B
The final output is A.BA.B
Which is the output of AND gate

So the electrical network is equivalent to AND gate that is option A.

Note:
Students DeMorgan’s first theorem and the second theorem are different from the DeMorgan’s first theorem we get A.B=A+B\overline{A.B}=\overline{A}+\overline{B} from DeMorgan’s second theorem we get A+B=A.B\overline{A+B}=\overline{A}.\overline{B} these two theorems will help to solve any electrical network with logic gates. NOR gate is equivalent to bubbled AND gate.