Suga Proj-2
Suga Proj-2
PHYSICS INVESTIGATORY
PROJECT
NAME: SUGAVANESH V
CLASS&SECTION: XII - B
ROLL NO.:
DEPARTMENT OF PHYSICS
ONGC PUBLIC SCHOOL
NERAVY , KARAIKAL
ACKNOWLEDGEMENT
SUGAVANESH V
XII-B
CONTENTS
There are several types of logic gates, each with its unique
functionality derived from Boolean algebra. The most fundamental
ones include AND, OR, NOT, NAND, NOR, XOR, and XNOR gates.
The AND gate produces a true output only when all its inputs are
true, while the OR gate yields a true output if any of its inputs are
true. Conversely, the NOT gate, also known as an inverter, simply
reverses the input, producing a true output when the input is false,
and vice versa.
NAND and NOR gates are the negations of AND and OR gates,
respectively, meaning they produce false outputs only when all
their inputs are true (for NAND) or when any of their inputs are true
(for NOR). XOR (exclusive OR) gate produces a true output only
when the number of true inputs is odd, while XNOR (exclusive NOR)
gate produces a true output only when the number of true inputs is
even.
1. AND Gate:
- Boolean Expression:
A.B = Y
- Function: The AND gate outputs true (1) only if all of its inputs
are true. If any input is false (0), the output will be false.
2. OR Gate:
- Boolean Expression:
A+B=Y
- Function: The NOT gate outputs the opposite of its input. If the
input is true, the output is false, and vice versa.
The OR Gate:
- Boolean Expression:
A+B=Y
- Components:
Two or more binary inputs
One binary output
The AND gate is another fundamental logic gate that performs the
logical AND operation. It outputs true (1) only if all of its inputs are
true. If any input is false (0), the output will be false. This
characteristic makes the AND gate useful in situations where
multiple conditions must be met simultaneously for an action to
occur.
- Boolean Expression:
A.B = Y
- Components:
Two or more binary inputs
One binary output
The NOT gate, also known as an inverter, is a basic logic gate that
performs the logical negation operation. It has a single input and a
single output. The output of the NOT gate is the opposite of its
input: if the input is true (1), the output is false (0), and if the input is
false (0), the output is true (1).
- Boolean Expression:
¬A
- Components:
One binary input
One binary output
The NOR gate is a combination of the OR gate and the NOT gate. It
performs the logical NOR operation, which is the negation of the OR
operation. The NOR gate outputs true (1) only if all of its inputs
are false (0). If any input is true (1), the output will be false.
- Boolean Expression:
A.B = Y
- Components:
Two or more binary inputs
One binary output
The NAND gate is a combination of the AND gate and the NOT gate.
It performs the logical NAND operation, which is the negation of the
AND operation. The NAND gate outputs true (1) if at least one of its
inputs is false (0). The output is false only if all inputs are true.
- Boolean Expression:
- Components:
Two or more binary inputs
One binary output
A B OUTPUT
0 0 1
0 1 1
1 0 1
1 1 0
- Explanation: The NAND gate can be thought of as an AND gate
followed by a NOT gate. It outputs true unless all inputs are true.
For example, in an industrial control system, a NAND gate can be
used to ensure that a machine stops operating if all safety sensors
are activated simultaneously.
The AND gate outputs true only when all inputs are true, the OR
gate outputs true if any input is true, and the NOT gate simply
reverses the input. These operations, grounded in Boolean algebra,
enable complex computations within digital systems.
www.wikipedia.org
www.geeksforgeeks.org
www.shutterstock.com
www.pw.live
Ncert class 12 Physics