DLD - Ex 1
DLD - Ex 1
1:
STUDY OF LOGIC GATES
AIM:
To study about logic gates and verify their truth tables.
COMPONENTS REQUIRED:
2. OR GATE IC 7432 1
8. IC TRAINER KIT - 1
9. PATCH CORD - 14
THEORY:
Circuit that takes the logical decision and the process are called logic gates. Each gate has one or
more input and only one output.
OR, AND and NOT are basic gates. NAND and NOR which could be implemented using basc gates are
known as universal gates. Any logic function could be implemented using NAND & NOR and hence the
name. Other gates are XOR and XNOR.
AND GATE:
The AND gate performs a logical multiplication commonly known as AND function. The output is high when
both the inputs are high. The output is low level when any one of the inputs is low.
OR GATE:
The OR gate performs a logical addition commonly known as OR function. The output
is high when any one of the inputs is high. The output is low level when both the inputs are low.
NOT GATE:
The NOT gate is called an inverter. The output is high when the input is low. The output is low
when the input is high.
NAND GATE:
The NAND gate is a contraction of NOT- AND. The output is high when any or both the input is/are
low. The output is low level when both inputs are high.
NOR GATE:
The NOR gate is a contraction of NOT-OR. The output is high when both inputs are low. The
output is low when one or both inputs are high.
X-OR GATE:
The output is high when any one of the inputs is high. The output is low when both the inputs are
low and both the inputs are high.
PROCEDURE:
NOT GATE:
RESULT:
EXPERIMENT No. 2
IMPLEMENTATION OF LOGIC FUNCTIONS USING GATES
AIM: