0% found this document useful (0 votes)
53 views3 pages

Digital Logic Design Experiment .No. 1

The document discusses experiment 1 on studying basic logic gates. It provides the objective, apparatus, components, pinouts, truth tables, theory and working of logic gates like AND, OR, NOT, NAND, NOR and XOR. It also describes the procedure to give various input combinations to the gate ICs and note the output on LED to verify their working based on logic equations.

Uploaded by

coolsome42
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views3 pages

Digital Logic Design Experiment .No. 1

The document discusses experiment 1 on studying basic logic gates. It provides the objective, apparatus, components, pinouts, truth tables, theory and working of logic gates like AND, OR, NOT, NAND, NOR and XOR. It also describes the procedure to give various input combinations to the gate ICs and note the output on LED to verify their working based on logic equations.

Uploaded by

coolsome42
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

DIGITAL LOGIC DESIGN

EXPERIMENT .NO. 1
STUDY OF BASIC GATES

OBJECTIVE: To study basic gates.


APPARATUS: Power Supply, Breadboard, Connecting wires.
COMPONENTS: ICs 7400, 7402, 7404, 7408, 7432, 7486, LED.

IC PINOUTS TRUTH-TABLE
NAND
A B Y = A.B
0 0 1
0 1 1
1 0 1

1 1 0

NOR
A B Y = A.B
0 0 1
0 1 0
1 0 0

1 1 0

NOT
A Y=Ā
0 1
1 0
AND
A B Y = A.B
0 0 0
0 1 0
1 0 0

1 1 1

OR
A B Y = A+B
0 0 0
0 1 1
1 0 1

1 1 1

XOR
A E Y = Ā.E + Ē.A
0 0 0
0 1 1
1 0 1

1 1 1
THEORY: Logic gates are the digital circuits with one output and one or more inputs. They
are the basic building blocks of any logic circuit. Different logic gates are: AND,
OR, NOT, NAND, NOR, XOR. They work according to certain logic.
AND : Logic equation. Y = A.B
The output of AND gate is true when the inputs A and B are True.
OR : Logic eqn. Y = A+B.
The output of OR gate is true when one of the inputs A and B or both the
inputs are true.
NOT : Logic eqn. Y = Ā.
The output of NOT gate is complement of the input.
NAND : Logic eqn. Y = ~(A.B)
The output of NAND gate is true when one of the inputs or both the inputs
are low level.
NOR : Logical eqn. Y = A+B.
The output of NOR gate is true when both the inputs are low.
X-OR: Logic eqn. Y=AB+AB.
The output of XOR gate is true when both inputs are complement of each
other.

PROCEDURE: 1) Give biasing to the IC and do necessary connections.

2) Give various combinations of inputs and note down the output with the
help of LED for all gate ICs one by one.

CONCLUSION Thus all basic gates are studied

You might also like