Physics Project On Logic Gate
Physics Project On Logic Gate
Physics Project
Logic gates and its type
Urooj Khan
2017
A logic gate may have one or more inputs, but it has only one
Output. The relationship between the possible values of input
And output voltage is expressed in the form of a table called
Truth table or table of combination.
Truth table of a Logic Gates is a table that shows all the input
And output possibilities for the logic gate.
LOGIC STATES
1 0
High Low
Positive Negative
On Off
Close Open
Right Wrong
True False
Yes No
BASIC GATES
THE OR GATE is a device that combines A with B to
give Y 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:
Components:
Two ideal p-n junction diode (D1 and D2).
Truth Table:
Input A Input B Output Y
0 0 0
1 0 1
0 1 1
1 1 1
Aim:
TO DESIGN AND SIMULATE THE AND GATE CIRCUIT.
Components:
Two ideal p-n junction diode (D1 and D2), a resistance R.
Truth Table
Input A Input B Output Y
0 0 0
1 0 0
0 1 0
1 1 1
Aim:
TO DESIGN AND SIMULATE THE NOT GATE CIRCUIT.
Components:
An ideal n-p-n transistor.
Truth Table
Input A Output Y
0 1
1 0
Aim:
TO DESIGN AND SIMULATE THE NOR GATE CIRCUIT.
Components:
Two ideal p-n junction diode (D1 and D2), an ideal n-p-n
transistor.
Truth Table
Input A Input B Output Y
0 0 1
1 0 0
0 1 0
1 1 0
Aim:
TO DESIGN AND SIMULATE THE NAND GATE CIRCUIT.
Components:
Two ideal p-n junction diode (D1 and D2), a resistance R, an
ideal n-p-n transistor.
Truth Table
Input A Input B Output Y
0 0 1
1 0 1
0 1 1
1 1 0
Some Common Applications of Logic Gates
During the course of discussion about various digital logic
gates, we have mainly discussed about the design, property
and operation of them. In this article we will look at various
applications of logic gates. Their applications are determined
mainly based upon their truth table i.e. their mode of
operations. In the following discussion we will look at the
applications of basic logic gates as well as many other normal
logic gates as well.
Application of OR gate
Wherever the occurrence of any one or more than one event is
needed to be detected or some actions are to be taken after
their occurrence, in all those cases OR gates can be used. It
can be explained with an example. Suppose in an industrial
plant if one or more than one parameter exceeds the safe
value, some protective measure is needed to be done. In that
case OR gate is used. We are going to show this with the help
of a diagram.
The above figure is a typical schematic diagram where an OR
gate is used to detect exceed of temperature or pressure and
produce command signal for the system to take required
actions.