Using NOR gate construct a circuit which performs the function of AND gate?
Answers
Answered by
0
thank you for asking the question !!
As we know that NOR gate is called universal gate, its very easy to use NOR gate for constructing the circuit which behaves like AND gate.
Follow these instructions:
(1) use three NOR gates N1, N2 and N3.
(2) assign input A to both of N1's input points.
(3) assign input B to both of N2's input points.
(4) now assign outputs of N1 and N2 to the input points of N3.
(5) now you will get the output of N3 as AND gate.
(6) output(AND)=(A NOR A)) NOR (B NOR B)
NOTE:
N1=(A NOR A)
N2=(B NOR B)
As we know that NOR gate is called universal gate, its very easy to use NOR gate for constructing the circuit which behaves like AND gate.
Follow these instructions:
(1) use three NOR gates N1, N2 and N3.
(2) assign input A to both of N1's input points.
(3) assign input B to both of N2's input points.
(4) now assign outputs of N1 and N2 to the input points of N3.
(5) now you will get the output of N3 as AND gate.
(6) output(AND)=(A NOR A)) NOR (B NOR B)
NOTE:
N1=(A NOR A)
N2=(B NOR B)
Similar questions