physics investigatory project
physics investigatory project
SECONDRY SCHOOL
INVESTIGATORY PROJECT
ON
COMBINATION OF LOGIC GATES
Submitted by,
Raghav.S
XII-C
SAIRAM VIDYALAYA
SENIOR SECONDARY SCHOOL
AFFILIATED TO CBSE NO: 1930478
NO: 5, MADIPAKKAM MAIN ROAD, MADIPAKKAM, CHENNAI-91.
DEPARTMENT OF ______________________________
BONAFIDE CERTIFICATE
This is to certify that this Bonafide project work has been done by
____________________________________ of class XII in SAIRAM
VIDYALAYA SR. SEC. SCHOOL, MADIPAKKAM, CHENNAI -91
during the year 2023-24.
Submitted for (Senior Secondary Certificate Examination)
_________________________ Practical Examination held on
_______________ at ____________________________________________
by SSCE, New Delhi.
I also clinch this opportunity to thank my parents and friends who served
as the backbone in completing this project.
6.Bibliography
Logic Gates:
A logic gate is a device performing a Boolean logic
operation on one or more binary inputs and then
outputs a single binary output.
A B Y
0 0 0
0 1 1
1 0 1
1 1 1
2.AND Gate:
In the AND gate, the output of an AND
gate attains state 1 if and only if all the
inputs are in state 1.
The Boolean expression of AND gate is
Y = A.B
A B Y
0 0 0
0 1 0
1 0 0
1 1 1
3.NOT Gate:
In a NOT gate, the output of a NOT gate
attains state 1 if and only if the input
does not attain state 1.
0 1
1 0
NAND Gate:
This Combined logic gate is the
combination of AND and NOT gates.
The Boolean expression of the NAND
gate is
𝑌=(𝐴.𝐵)
The truth table of a NAND gate is given
as
A B Y
0 0 1
0 1 1
1 0 1
1 1 0
NOR Gate
This combined gate is the
combination of OR and NOT gates.
A B Y
0 0 1
0 1 0
1 0 0
1 1 0
A B Y
0 0 0
0 1 1
1 0 1
1 1 0
A B Y
0 0 1
0 1 0
1 0 0
1 1 1
Application of Logic Gates:
Logic gates have a lot of applications,
but they are mainly based on their
mode of operations or their truth table.
Basic logic gates are often found in
circuits such as safety thermostats,
push-button locks, automatic
watering systems, light-activated
burglar alarms and many other
electronic devices.
De Morgan’s Theorem
The first theorem – It states that the
NAND gate is equivalent to a bubbled
OR gate.
(𝐴.𝐵)’=𝐴’+𝐵’
The second theorem – It states that
the NOR gate is equivalent to a
bubbled AND gate.
(A+B)’ = A’.B’
Bibliography
1. https://byjus.com/
2. https://www.geeksforgeeks.org/
3. https://people.iitism.ac.in/
4. https://www.techtarget.com/
5. https://en.wikipedia.org/
6. https://www.electronicsforu.com/