CBSE_class_12_physics_investigatory_proj
CBSE_class_12_physics_investigatory_proj
Rohan Patel
student of XII science Roll no
worked on project titled-
“Logic Gates” held in Bhagwati International
Public School during the academic year
2016-2017.
He worked sincerely under the guidance of
faculties and prepared this dissertation.
Principal
ACKNOWLEDGEMENT
This project had become possible due to my efforts, and the support and help of many
individuals. I would like to express my sincere gratitude to my physics teacher \, for their
valuable guidance which has promoted my efforts in all the stages of this project work. My
gratitude goes to the institution also, for providing me with necessary facilities.
I would also like to thank my parents, my friends, and the staff for
teaching me lessons- even ones which aren’t given in the book. Thank you.
Date;
Index
Introduction
Principle
Basic Gates
The OR Gate
The AND Gate
The NOT Gate
The NOR Gate
The NAND Gate
The EX-OR Gate
The EX-NOR Gate
Conclusion
Bibliography
Introduction.
GATE: - A gate is defined as a digital circuit which
follows some logical relationship between the input and
output voltages. It is a digital circuit which either allows
a signal to pass through or stop it.
The logic gates are building blocks at digital
electronics. They are used in digital electronics to
change one voltage level into another according to
some logic statement relating to them.
Truth Table: - A logic gate may have one or more than
one inputs, but it has only one output. The relationship
between the possible values of input and output voltages
are expressed in the form of a table called truth table.
Truth table of a logic gate is a table that shows all
the inputs and outputs that are possible for the logic
gates.
Boolean Algebra: - The algebra which is based on
binary nature of the logic gates.
Boolean Expressions: - They are the logical
statement which are followed by logical gates.
Principle.
Any Boolean algebraic operation can be associated with
the input and output, which represents the statement of
Boolean algebra. Although these circuits may be
complex, they may all be constructed from three basic
devices like a P-N junction diode, a resistance and a N-P-
N transistor.
We have three different type of logic gates and they are
the AND gate, the OR gate and the NOT gate.
LOGICAL STATEMENTS.
1 0
High Low
Positive Negative
On Off
Close Open
Conducting Non-Conducting
Right Wrong
True False
Yes No
Basic Gates.
The OR Gate: - It is a device that combines A and B to
give Y as the result. The OR gate has two or more inputs
and one output. In Boolean algebra, addition symbol (+),
is referred as the OR.
The Boolean expression: A+B=Y
This indicates that Y equals to A or B.
Components:
Two ideal p-n junction diode (D1 and D2).
TRUTH TABLE:
Input A Input B OUTPUT
0 0 0
0 1 0
1 0 0
1 1 1
The AND Gate.
Aim:
TO DESING AND STIMULATE THE AND
GATE CIRCUIT.
Components:
Two ideal p-n junction diode (D1 and D2)
A resistance R.
Theory and Construction:
An AND gate can be realized by the electronic
circuit, making use of two diodes D1 and D2. The
resistance R is connected to the positive terminal
of a 5V battery permanently.
TRUTH TABLE:
Input A Input B OUTPUT
0 0 0
0 1 0
1 0 0
1 1 1
The NOT Gate.
Aim:
TO DESIGN AND STIMULATE THE NOT GATE
CIRCUIT.
Components:
An ideal n-p-n transistor.
Theory and Construction:
A NOT gate cannot be realized by using diodes.
However, an electronic circuit of NOT gate can be
realized by making use a n-p-n transistor.
TRUTH TABLE:
Input A OUTPUT Y
0 1
1 0
The NOR Gate.
Aim:
TO DESIGN AND STIMULATE THE NOR GATE
CIRCUIT.
Component:
Two ideal p-n junction diode (D1 and D2).
An ideal n-p-n transistor
TRUTH TABLE:
Input A Input B OUTPUT
0 0 0
0 1 1
1 0 1
1 1 0
The XNOR Gate.
Aim:
TO DESIGN AND STIMULATE THE EX-NOR GATE
CIRCUIT.
Components:
Two AND gates
And OR gate
Three NOT gates
TRUTH TABLE:
Input A Input B OUTPUT
0 0 1
0 1 0
1 0 0
1 1 1
Conclusion
In this project, we explored the fundamental principles of logic gates and their application in
digital electronics. Through the construction and experimentation with basic logic gates—
AND, OR, NOT, NAND, NOR, XOR, and XNOR—we observed how combinations of these
gates can be used to perform complex logical operations.
The experiments provided practical understanding of how binary inputs are processed and
translated into desired outputs, forming the backbone of modern computing and digital
systems. By utilizing breadboards and electronic components such as transistors and resistors,
we were able to create circuits that mimic the logical behavior of these gates, reinforcing our
theoretical knowledge with hands-on experience.
This project not only demonstrated the importance of logic gates in computational devices but
also illustrated their role in designing more advanced systems, such as microprocessors and
memory units. The simplicity and versatility of logic gates in forming the foundation for more
complex operations was clearly evident.
Overall, the project highlighted the significance of logic gates in both theoretical and practical
applications, laying the groundwork for understanding how digital computers and circuits
function at the most basic level. The knowledge gained through this experiment is vital for
anyone pursuing further studies in electronics, computer science, or related fields
Bibliography.
Wikipedia.org
Icbse.co.in
Google