0% found this document useful (0 votes)
15 views18 pages

Logic Gate Truth Tables Project

The document is an investigatory project on 'Logic Gate Truth Tables' submitted by Krishnam Agrawal under the guidance of Mr. Kuldeep Gautam at KDS International School. It includes sections on various logic gates such as OR, NOT, AND, and NAND gates, detailing their definitions, functions, and truth tables. The project also contains acknowledgments and a bibliography of sources used for research.

Uploaded by

null.atlas0
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views18 pages

Logic Gate Truth Tables Project

The document is an investigatory project on 'Logic Gate Truth Tables' submitted by Krishnam Agrawal under the guidance of Mr. Kuldeep Gautam at KDS International School. It includes sections on various logic gates such as OR, NOT, AND, and NAND gates, detailing their definitions, functions, and truth tables. The project also contains acknowledgments and a bibliography of sources used for research.

Uploaded by

null.atlas0
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

KDS INTERNATIONAL

SCHOOL

Investigatory Project on
“Logic Gate Truth Tables”

Guided By: Mr. Kuldeep Gautam


Submitted By: Krishnam Agrawal
Contents

Sr. No. Title Page No.


1 Certificate 1
2 Acknowledgement 2
3 Introduction 3
4 Theory 4
5 OR gate 5
6 NOT gate 8
7 AND gate 10
8 NAND gate 13
9 Bibliography 16
Certificate

Name: Krishnam Agrawal


Class: XII (PCM)
Institution: K.D.S. International School

This is certified to be the bonafide work of the


student in PHYSICS INVESTIGATORY PROJECT
titled LOGIC GATE TRUTH TABLES during the
academic year 2025-26 under the guidance of
Mr. Kuldeep Gautam.

External Examiner Teacher Incharge

1
Acknowledgement

I, Krishnam Agrawal express a deep sense of


gratitude to my Physics teacher – Kuldeep Sir
for allowing me to undertake this project.
Your constructive advice and constant
motivation have been responsible for
successful completion of my project.
I also express my sincere thanks to my family
and friends who extended helping hand in
this project.

2
Introduction

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 as stop, it is called a gate. The
logic gates are building blocks at digital electronics.
They are used in digital electronics to change on
voltage level (input voltage) into another (output
voltage) according to some logical statement relating
them. 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 combinations. Truth table of a Logic Gates is a
table that shows all the input and output possibilities
for the logic gate. George Boole in 1980 invented a
different kind of algebra based on binary nature at the
logic, this algebra of logic called BOOLEAN ALGEBRA.

3
Theory

A logical statement can have only two values either


high/low or on/off. The two values of logic statement
one denoted by the binary number 1 and zero denoted
by the binary number 0. Logic gate is an entity in
electronics and mathematics Boolean that turns one or
more logic inputs to a logic output signal. Logic gate is
mainly implemented electronically using diodes or
transistors. Any Boolean algebra operation can be
associated with inputs and outputs represent the
statements of Boolean algebra. Although these circuits
may be complex, they may all be constructed from
three basic devices. We have three different types of
logic gates. These are the AND gate, the OR gate and
the NOT gate.

4
The OR Gate

It 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: -

In Boolean algebra, addition symbol (+) is referred as


the OR. The Boolean expression: A+B = Y indicates Y
equals A OR B.

5
The OR Gate
AIM:
To design and stimulate the given circuit.
COMPONENTS:
Breadboard, torch bulb, switches, connecting wires,
battery.
THEORY AND CONSTRUCTION:
An OR gate can be realized by the electronic circuit,
making use of two switches A and B as shown in the
figure.

i. If switch A and B open then (A=0, B=0) Lamp does


not glow hence Y=0
ii. If switch A open B closed then (A=0, B=1) Lamp
glow, hence Y=1

6
iii. If switch A closed B open then (A=1, B=0) Lamp
glow, hence Y=1
iv. If switch A & B are closed then (A=1, B=1) Lamp
glow, hence Y=1

Truth Table

7
The NOT Gate

It is a device that inverts the inputs. The NOT is a one


input and one output. The logic gate of NOT gate with
A and Y output is shown below:

Y= 𝐴

In Boolean algebra, bar symbol (‾) is referred as the


NOT. The Boolean expression: 𝐴 = Y, indicates Y equals
NOT A.

8
The NOT Gate
AIM:
To design and stimulate the circuit.
COMPONENTS:
Breadboard, torch bulb, a switch, connecting wires,
battery.
THEORY AND CONSTRUCTION:
An NOR gate can be realized by the electronic circuit,
making use a switch A as shown in the figure.

i. If switch A is open (i.e. A=0), the lamp will glow,


hence Y=1.
ii. If Switch A is closed (i.e. A=1), the lamp will not
glow, hence Y=0.
9
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. The logic gate of AND gate with A and B input
and Y output is shown below:

Y=A∙𝐵

In Boolean algebra, multiplication sign (either x or ∙) is


referred as the AND. The Boolean expression: A ∙ 𝐵 = Y
indicates Y equals A and B.

10
The AND Gate

AIM:
To design and stimulate the gate circuit.
COMPONENTS:
Breadboard, torch bulb, switches, connecting wires,
battery.
THEORY AND CONSTRUCTION:
An AND gate can be realized by the electronic circuit,
making use of two switches A and B as shown in the
figure.

i. If both switches A and B are open (A=0, B=0) then


lamp will not glow, hence Y=0.
11
ii. If Switch A closed and B open (A=1, B=0) then
Lamp will not glow, hence Y =0.
iii. If switch A open and B closed (A=0, B=1) then
Lamp will not glow, hence Y=0.
iv. If switch A and B both closed (A=1, B=1) then Lamp
will glow, hence Y =1.

12
The NAND Gate

It is a device that combines A with B to give Y as the


result. The NAND gate has two or more inputs and one
output. The logic gate of NAND gate with A and B input
and Y output is shown below:

Y= 𝐴∙𝐵

In Boolean algebra, multiplication sign (either x or ∙)


followed by a bar (‾) is referred as the NAND. The
Boolean expression: 𝐴 ∙ 𝐵 = Y indicates that Y equals
NOT (A AND B).

13
The NAND Gate

AIM:
To design and stimulate the NAND gate.
COMPONENTS:
Breadboard, torch bulb, switches, connecting wires,
battery
THEORY AND CONSTRUCTION:
If we connect the output Y' of AND gate to the input of
a NOT gate the gate obtained is called NAND. Boolean
expression of NAND gate is expressed as Y= (A.B)’ and
is being read as 'A and B negated'.

i. If Switch A & B open (A=0, B=0) then Lamp will


glow, hence Y=1.
14
ii. If Switch A open B closed then (A=0, B=1) Lamp
glow, hence Y=1.
iii. If switch A closed B open then (A=1, B=0) Lamp
glow, hence Y=1.
iv. If switch A & B are closed then (A=1, B=1) Lamp
will not glow, hence Y=0.

15
Bibliography

I would like to acknowledge the following


sources through which I obtained vital
information which contributed in the
completion of this project:
i. [Link]
ii. [Link]
iii. [Link]
iv. [Link]

16

Common questions

Powered by AI

A NOT gate, or inverter, can be constructed using a switch, a breadboard, a torch bulb, connecting wires, and a battery. It has only one input and one output. If the switch is open (A=0), the lamp glows and the output is high (Y=1). Conversely, if the switch is closed (A=1), the lamp does not glow and the output is low (Y=0). This illustrates that the NOT gate inverts the input signal .

A NAND gate outputs high (Y=1) except when both inputs are high. The truth table illustrates this: when inputs are (A=0, B=0), (A=0, B=1), or (A=1, B=0), the output is high (Y=1). When both inputs are high (A=1, B=1), the output becomes low (Y=0), reflecting NOT (A AND B).

Logic gates are digital circuits that follow a logical relationship between inputs and outputs, essential for performing operations in digital electronics. They change input voltage levels into an output based on a logical statement, represented in truth tables. Logic gates serve as the building blocks for complex electronic circuits and are implemented using devices like diodes and transistors .

Logic gates can be physically realized using electronic components such as breadboards, switch mechanisms, connecting wires, and bulbs or LEDs that demonstrate the output. Diodes and transistors are often used to perform the logic functions electronically; they switch current flow based on input signals, thereby allowing or blocking electricity to achieve the desired logical operation, translating binary inputs into the corresponding outputs .

In binary logic gates, truth tables depict all possible combinations of input states and their corresponding outputs, which are critical for designing and analyzing digital circuits. They ensure that each input configuration is accounted for, guaranteeing correct operation and validation of the logical functions a circuit performs. Understanding these states aids in predicting circuit behavior and correcting potential flaws in circuit design .

In Boolean algebra, the NOT operation is symbolized by an overbar or prime (A̅ or A'). It signifies the logical negation, which inverts the input value; if the input is high (1), the output is low (0), and vice versa. This operation is significant as it forms the basis for creating complex logic circuits when combined with other operations like AND and OR .

Simulating an OR gate circuit involves using components such as a breadboard, torch bulb, switches, connecting wires, and a battery. The process involves setting up switches A and B in such a way that the torch bulb lights up if either or both switches are closed, representing high input (A=1, B=1, or combination of the two). This demonstrates an OR gate function where the output is high if one or both inputs are high .

The AND gate outputs a high signal (Y=1) only if both of its inputs are high (A=1 and B=1). Its Boolean expression is A·B=Y. The NAND gate, on the other hand, is a complement to the AND gate; it outputs a low signal only if both inputs are high, otherwise the output is high. Its Boolean expression is A·B' = Y, representing NOT (A AND B).

The OR gate produces a high output (Y=1) if at least one of its inputs is high. The possibilities are: if both inputs A and B are low (A=0, B=0), the output Y is low (Y=0). If either input is high (A=0, B=1 or A=1, B=0) or both are high (A=1, B=1), the output is high (Y=1). The Boolean expression for the OR gate is A+B=Y, indicating the logical addition operation .

Logic gates are crucial in designing complex digital circuits, serving as the fundamental building blocks. Basic gates like AND, OR, and NOT can be combined and layered to form more intricate logic circuits such as multiplexers, decoders, and arithmetic logic units, which are integral parts of computing devices. Their ability to perform basic boolean operations enables designers to create circuits that perform specific functions, process information, and execute commands in electronic systems .

You might also like