Report
Report
VIDYALAYA MALAPPURAM
Physics investigatory project
Academic session 2023-24
LOGIC GATES
Submitted To Submitted by
Mr Sreenivasan TA Adithya Krishna
TRUTH TABLE: - A logic gate hay 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 fond 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 hay be complex, they may all be constructed from
three basic Devices like a P-N.junction diode, a resistance and an 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.
LOGIC STATEMENTS
1
BASIC GATES
The five common logic gates used are NOT, AND, OR,. Each logic gate is indicated by a symbol and
its function is defined by a truth table that shows all the possible input logic level combinations with their
respective output logic levels.
The OR gate has two or more inputs and one output. In Boolean algebra, addition symbol (+), is referred
as the OR.
2
.
THE AND GATE: - It is a device that combines A with B to give Y as the result. The AND gate has two
or more inputs and one output.
A.B=Y or A X B=Y
THE NOT GATE: - It is a device that inverts the inputs. The NOT has one input and has one output.
3
THE OR GATE
AIM
To design and simulate the OR gate circuit
COMPONENTS
Two ideal p-n junction diode (D1 and D2)
Here the negative terminal of the battery is grounded and corresponds to the O level,and the positive
4
terminal[ of the battery corresponds to level 1 . The output Y is voltage at C with respect to earth.
1. If the switch A and B are kept open (A=1, B=0), then bulb does not glow, hence Y=0
2. If switch A is kept closed and B is kept open (A= 1 , B=0), then bulb does not glow, hence Y=0
3. if switch A is kept open and B is kept closed (A=0, B= 1), then bulb does not glow, hence Y=O
4. if switch A and B both are kept closed (A=1 , B=1 ) , then bulb glows , hence Y=1
TRUTH TABLE