1.1) NAND Gates As OR Gate: Virtual Labs (Vlabs - Ac.in)
1.1) NAND Gates As OR Gate: Virtual Labs (Vlabs - Ac.in)
in)
Introduction
Logic gates are electronic circuits which perform logical functions on
one or more inputs to produce one output. There are seven logic
gates. When all the input combinations of a logic gate are written in a
series and their corrresponding outputs written along them, then this
input/ output combination is called Truth Table.
NAND gate is actually a combination of two logic gates i.e. AND gate
followed by NOT gate. So its output is complement of the output of an
AND gate.This gate can have minimum two inputs. By using only
NAND gates, we can realize all logic functions: AND, OR, NOT, Ex-
OR, Ex-NOR, NOR. So this gate is also called as universal gate.
F=((C'.B.A)'(D'.C.A)'(C.B'.A)')'
Figure-9:Implementing the simplified function with NAND gates
only