Physics Final Try
Physics Final Try
INVESTIGATORY PROJECT
PHYSCIS 2024-25
NAME: REG.NO:
BONAFIDE CERTIFICATE
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.
Aim:
TO DESIGN AND SIMULATE THE OR GATE CIRCUIT.
Components:
Two ideal p-n junction diode (D1 and D2).
1. If switch A & B are open LED do not glow (A=0, B=0), Hence
Y=0.
2. If Switch A open 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
Aim:
TO DESIGN AND SIMULATE THE AND GATE CIRCUIT.
Components:
INTERFERENCE:
-
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 Y
0 0 0
1 0 0
0 1 0
1 1 1
THE NOT GATE
Aim:
-
INTERFERENCE :
1. If switch A is open (i.e. A=0), the LED will glow, Hence Y=1. 2.
If Switch A is closed (i.e. A=1), the LED will not glow, Hence Y=0.
Truth Table:-
A Y
0 1
1 0
Bibliography.
This project would be nearly incomplete
if I had not used the information given in
the following websites.
My special thanks to the uploader of
information on these websites.
Conclusion.
Logic gates are used to develop many IC circuits or
microchips in today’s modern world.
NAND gate and NOR gate are known as universal gates
because we can construct all the three basic gates using
NAND & NOR gates.