Ganesh Physics
Ganesh Physics
DAVANAGERE
SUBMITTED BY SUBMITTED TO
GANESH R P J RAO (SIR)
CLASS 12 PGT PHYSICS
JNV DAVANAGERE JNV DVG
INDEX
1. CERTIFICATE
2. ACKNOWLEDGEMENT
3. INTRODUCTION
4. BRIEF DISCRIPTION TO LOGIC
GATES
5. BIBILOGRAPHY
CERTIFICATE
ACKNOWLEDGEMENT
I would like to express my sincere gratitude to all those
who supported me in the completion of this investigatory
project in physics. Firstly, I would like to thank my physics
teacher, P J RAO SIR , for their invaluable guidance and
encouragement throughout the project. Their insights and
feedback were instrumental in shaping my understanding
and approach. I also extend my appreciation to my
classmates and friends who assisted me in conducting
experiments and sharing ideas. Their collaboration made
the process enjoyable and enriching. Finally, I am grateful
to all the authors and researchers whose work contributed
to my understanding of the topic. Their dedication to
science has been a source of inspiration.
Thank you all for your contributions to this project.
2. OR Gate
- Function: Outputs true (1) if at least one input is true
(1).
- Truth Table:
| Input A | Input B | Output |
|---------|---------|--------|
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 1 |
4. NAND Gate
- Function: Outputs false (0) only if all the inputs are
true (1); otherwise, it outputs true (1). It is the inverse of
the AND gate.
- Truth Table:
| Input A | Input B | Output |
|---------|---------|--------|
| 0 | 0 | 1 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
5. NOR Gate
- Function: Outputs true (1) only when all inputs are
false (0). It is the inverse of the OR gate.
- Truth Table:
| Input A | Input B | Output |
|---------|---------|--------|
| 0 | 0 | 1 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 0 |
2. Truth Table :
| Input A | Input B | Output (A AND B) |
|---------|---------|------------------|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
4. Applications :
- Computing : AND gates are used in digital circuits for
decision-making, combining multiple conditions where all
need to be true.
- Control Systems : Used in control systems where
multiple conditions must be met to trigger an action.
- Safety Mechanisms : For example, in security systems,
all sensors must be triggered for the alarm to sound.
1. Symbol :
- The OR gate is represented by a curved shape with two
inputs on the left and one output on the right.
2. Truth Table:
The truth table for a two-input OR gate is as follows:
4. Applications:
- OR gates are widely used in digital circuits to combine
multiple conditions.
- They are found in computer logic systems, alarm
systems, and decision-making circuits, where a positive
outcome is required if any of the conditions are met.
5. Working Principle:
- The OR gate outputs a high signal (1) when one or both
inputs are high. If both inputs are low (0), the output is
low (0).
2. Functionality :
- The NOT gate has one input and one output.
- If the input is 1 (HIGH), the output is 0 (LOW).
- If the input is 0 (LOW), the output is 1 (HIGH).
3. Truth Table :
| Input | Output |
|-------|--------|
| 0 | 1 |
| 1 | 0 |
5. Applications :
- Used in circuits where the logic needs to be inverted.
- Commonly used in complementary logic circuits, signal
processing, and memory circuits.
BIBILOGRAPHY
https://chat.openai.com