LOGIC Gates Project
LOGIC Gates Project
CERTIFICATE :
ACKNOWLEDGEMENT :
INTRODUCTION :
PRINCIPLE :
BASIC TERMINOLOGY :
BASIC GATES :
OR GATE :
AND GATE :
NOT GATE :
NOR GATE :
NAND GATE
BIBLIOGRAPHY :
ACKNOWLEDGEMENT
I wish to express my deep gratitude and sincere thanks to
the principal Mrs. Vijay Kumar Lakshmi for her encouragement
and for all the facilities that she provided for this project
work.
(Soumyadeep Bhuinya)
Student of Asian International School
Class- XII Science (B)
Roll No. -----
INTRODUCTION
A logic gate can be defined as digital circuit which either
allows a signal to pass through or stops it. These gates are
related to Boolean Algebra. These gates allow signals to pass
through them only when some logic is satisfied. A
semiconductor diode {P—N junction} acts as a closed switch
when it is forward biased i.e. it allows current to pass through
it. This unique property of diode is employed in the design of
logic gates and the circuits.
LOGIC STATE
1 0
HIGH LOW
+ve -ve
ON OFF
CLOSE OPEN
RIGHT WRONG
TRUE FALSE
YES NO
BASIC TERMINOLOGY
SIGNAL
Information converted in electrical form and suitable for
transmission called a signal. There are two types of signals.
1. ANALOGUE SIGNAL:
Analogue signals are continuous variation of voltage or
current. They are essentially single-valued function of time. Sine
wave is a fundamental analogue signal
2. DIGITAL SIGNAL:
Digital signals are those which can take only discrete step
wise value. Binary system that is extensively used in digital
electronics employs just two levels of signals,”0” corresponds to
low level and “1” corresponds to high level of voltage current.
DIGITAL CIRCUIT:-
The electrical circuit which uses only digital signals is called
Digital circuit.
BASIC GATES
1. THE OR GATE
It is a device that combines A with B as the result. The OR
gate has two or more inputs and one output.
The logic gate of OR gate with A and B input and Y
output is shown below:
1. If switch A & B are open LED do not glow (A=0, B=0), Hence Y=0
2. If switch A & B closed then LED glow (A=0, B=1), Hence Y=1.
3. If switch A closed B open then LED glow (A=1, B=0), Hence Y=1,
4. If switch A & B are closed then LED glow (A=1, B=1), Hence Y=1.
TRUTH TABLE:
A B Y
0 0 0
0 1 1
1 0 1
1 1 1
THE AND GATE
AIM: TO DESIGN AND SIMULATE THE AND GATE CIRCUIT.
1. If both switches A & B are open (A=0, B=0) then LED will not
glow, Hence Y=0.
2. If switch A closed & B open (A=1,B=0) then LED will not glow,
Hence, Y=0.
3. If switch A open & B closed (A=0,B=1) then LED will not glow,
Hence, Y=0.
4. If switch A & B both closed (A=1, B=1) then LED will glow ,
Hence, Y=1.
TRUTH TABLE:
A B C
0 0 0
1 0 0
0 1 0
1 1 1
THE NOT GATE
AIM: TO DESIGN AND SIMULATE THE NOT GATE CIRCUIT.
TRUTH TABLE:
A Y
0 1
1 0
THE NOR GATE
AIM: TO DESIGN AND SIMULATE THE NOR GATE
CIRCUIT.
TRUTH TABLE:
A B Y
0 0 1
1 0 0
0 1 0
1 1 0
THE NAND GATE
AIM: TO DESIGN AND SIMULATE THE NAND GATE CIRCUIT.
TRUTH TABLE:
A B C
0 0 1
1 0 1
0 1 1
1 1 0
BIBLIOGRAPHY
WWW.WIKIPEDIA.ORG
WWW.YOUTUBE.COM