SlideShare a Scribd company logo
NOT GATE
(INVERTER GATE)
BY
MONISH ANSARI
B.TECH
ELECTRICAL AND ELECTRONICS ENGINEERING
ROORKEE COLLEGE OF ENGINEERING
ROORKEE-247667
TABLE OF CONTENT
 ACKNOWLEDGEMENT
 ABSTRACT
 INTRODUCTION
 THEORY
 IMPLEMENTATION
 BIBLIOGRAPHY
ACKNOWLEDGEMENT
Foremost, I would like to express my sincere gratitude to my advisor prof. Nisha
Dhiman for the continuous support of my Project Orientation Program, for her
patience, motivation, enthusiasm, and immense knowledge. Her guidance helped me in all
the time of research and writing of this thesis. I could not have imagined having a
better advisor and mentor for my POP.
Besides my advisor, I would like to thank the rest of my thesis committee:Prof.
Ishampal Chandra,Prof.Priyanka Rana , for their encouragement, insightful comments,
and hard questions.
My sincere thanks also goes to Dr. Sangram Bana for offering me the opportunities and
leading me working on diverse exciting projects.
I thank my fellow labmates in Roorkee College of engineering,Prince Sharma and Satya
Narayan Rai for the stimulating discussions, for the sleepless nights we were working
together before deadlines, and for all the fun we have had in the last few days.I am
grateful to prof. Shubham Sharma for enlightening me the first glance of research.
I would also like to thank my college ROORKEE COLLEGE OF ENGINEERING for
providing me a platform to show my talent and hardworks to others,and give my best to
my country.
Last but not the least, I would like to thank my family: my parents Meena and
Khursheed Ali for giving birth to me at the first place and supporting me spiritually
throughout my life.
ABSTRACT
In digital logic, an inverter or NOT gate is a logic gate which implements logical
negation. The truth table is shown on the right.
An inverter circuit outputs a voltage representing the opposite logic-level to its
input. Its main function is to invert the input signal applied. If the applied input
is low then the output becomes high and vice versa. Inverters can be
constructed using a single NMOS transistor or a single PMOS transistor coupled
with a resistor. Since this 'resistive-drain' approach uses only a single type of
transistor, it can be fabricated at low cost. However, because current flows
through the resistor in one of the two states, the resistive-drain configuration
is disadvantaged for power consumption and processing speed. Alternatively,
inverters can be constructed using two complementary transistors in a CMOS
configuration. This configuration greatly reduces power consumption since one
of the transistors is always off in both logic states. Processing speed can also be
improved due to the relatively low resistance compared to the NMOS-only or
PMOS-only type devices. Inverters can also be constructed with bipolar
junction transistors (BJT) in either a resistor–transistor logic (RTL) or a
transistor–transistor logic (TTL) configuration.
Digital electronics circuits operate at fixed voltage levels corresponding to a
logical 0 or 1 (see binary). An inverter circuit serves as the basic logic gate to
swap between those two voltage levels. Implementation determines the actual
voltage, but common levels include (0, +5V) for TTL circuits.
INTRODUCTION
Logic gates are the basic building blocks of digital logic circuits as well as digital
electronics. A gate is defined as a logic device which computes functionally on a
2 valued input signal. Logic gates are of many types such as OR, AND, NOR,
NAND, EX –OR and NOT etc. Among these, all gates have two inputs and one
output except NOT gate. NOT gate has only one input and one output. This gate
produces the reverse output of applied input. So this gate is also called as ‘Digital
Inverter’.
NOT Gate Logic Symbol and Boolean Expression
We know the NOT gate is an inverter, which inverts or reverses the input.. So
the output is represented by ‘-’ bar symbol of the input. The Boolean expression
of the NOT gate is Z =X ̅. Pronounced as “Z is equal to X bar”. The logic symbol of
the NOT gate is shown in below figure.
If X is the input and Z is the output, then if X = 0, then Z = 1
If X = 1, then Z = 0.
The bubble at the output port represents the inverting operation. That means
for high logic signal input, the output of the NOT gate will be LOW, similarly for
low logic signal input the output of NOT gate will be HIGH. We can easily
understand this by truth table stated below.
THEORY
Explanation of Not gate with light switch circuit
The NOT gate can be easily understood by using a LED (light emitted Diode)
circuit. This is also called Light switch circuit. In this circuit, NOT gate functions
like an electronic switch. When it got high input, the LED connected at the
output will be OFF, as the output of NOT gate becomes 0. In the same way, when
the logic gate is connected with LOW input, the LED will be ON, as the output
becomes 1. The Light switching circuit with NOT gate is shown below.
Here we connect an alterable switch with the NOT gate and the output of NOT
gate is connected to a LED. An LED is an electronic device which will ON and off
when it receives high voltage and low voltage respectively. When the switch is
connected to +5 V, the switch is on position so the LED emits light. When the
NOT gate is connected to Ground, the LED will OFF so it doesn’t emit any light.
Pulsed Operation
When we apply a pulse signal to the NOT gate, it will ON and OFF for HIGH and
LOW levels respectively. This means,
Not Gate using NPN Transistor
We can design a NOT gate by using a NPN transistor as shown in below picture.
The Base (B) of the NPN transistor is connected with the input signal X. we
connect a supply voltage of +5 V to the emitter (E) and the output Z is collected
at the emitter. When the low level voltage 0 V is connected to the input, then
the transistor will be OFF. So no current flows through it. This means the
supply voltage +5 V will be measured at the output port, which is considered as
HIGH state
Similarly, when the high level voltage +5 V is connected to the input, then the
transistor will be ON. So the total supply current will be drawn by transistor.
This means the no voltage is measured at the output port, which is considered
as LOW state.
At this situation the output voltage is measured as +5 V, which will be
considered as HIGH logic level. The transistor designed NOT gate is shown
below.
IMPLEMENTATION
Objective – To implement the logic NOT gate using NPN
transistor
Components Required –
1. A breadboard
2. A bunch of 5k and 10k resistors
3. A LED
4. Any NPN type transistors (for example 2N3904, BC547, BC548,
BC549 etc.)
5. Supply source
6. Voltage regulation IC 7805 if you are using 9 volt battery source.
7. Switches
Circuit Details:-
Concept about NOT GATE :-
It is a single input device which has an output level that is normally at logic
level “1” and goes “LOW” to a logic level “0” when its single input is at logic
level “1”, in other words it “inverts” (complements) its input signal. The
output from a NOT gate only returns “HIGH” again when its input is at logic
level “0” giving us the Boolean expression of: A = Q.
Then we can define the operation of a single input digital logic NOT gate as
being:
“If A is NOT true, then Q is true”
TRANSISTOR NOT GATE –
A simple 2-input logic NOT gate can be constructed using a RTL Resistor-
transistor switches as shown below with the input connected directly to the
transistor base. The transistor must be saturated “ON” for an inverted
output “OFF” at Q.
Logic NOT Gates are available using digital circuits to produce the desired
logical function. The standard NOT gate is given a symbol whose shape is
of a triangle pointing to the right with a circle at its end. This circle is known
as an “inversion bubble” and is used in NOT, NAND and NOR symbols at
their output to represent the logical operation of the NOT function. This
bubble denotes a signal inversion (complementation) of the signal and can
be present on either or both the output and/or the input terminals.
BIBLIOGRAPHY
 PROF.NISHA DHIMAN (ECE DEPT.) ROORKEE COLLEGE OF ENGINEERING.
 PROF.ISHAMPAL CHANDRA (ECE DEPT.) ROORKEE COLLEGE OF
ENGINEERING.
 PROF.PRIYANKA RANA (ECE DEPT.) ROORKEE COLLEGE OF ENGINEERING.
 www.electronicshub.com
 www.electrical4u.com
 www.wikipedia.com
 www.tutorialspoint.com
 INTEGRATED ELECTRONICS ANALOG AND DIGITAL SYSTEM-JACOM
MILLIMAN. CHRISTOS C.HALKIAS.
 ELECTRONIC DEVICES AND CIRCUIT THEORY-ROBERT L.BOYLSTAD LOUIS
NASHELSKY.

More Related Content

What's hot

Ujt uni junction transistor - basics
Ujt   uni junction transistor - basicsUjt   uni junction transistor - basics
Ujt uni junction transistor - basics
AtheenaPandian Enterprises
 
Latches and flip flop
Latches and flip flopLatches and flip flop
Latches and flip flop
Shuaib Hotak
 
Parity generator & checker
Parity generator & checkerParity generator & checker
Parity generator & checker
DEPARTMENT OF PHYSICS
 
ADC & DAC
ADC & DACADC & DAC
ADC & DAC
wewe mahir
 
Combinational circuit
Combinational circuitCombinational circuit
Combinational circuit
Satya P. Joshi
 
D Flip Flop
D Flip Flop D Flip Flop
D Flip Flop
Pradhan Rishi Sharma
 
Op amp(operational amplifier)
Op amp(operational amplifier)Op amp(operational amplifier)
Op amp(operational amplifier)
Kausik das
 
3.bipolar junction transistor (bjt)
3.bipolar junction transistor (bjt)3.bipolar junction transistor (bjt)
3.bipolar junction transistor (bjt)firozamin
 
Logic gate
Logic gateLogic gate
Logic gate
GargiKhanna1
 
Encoders and decoders
Encoders and decodersEncoders and decoders
Encoders and decoders
DeepikaDG1
 
Multiplexers
MultiplexersMultiplexers
Multiplexers
DrSonali Vyas
 
Synchronous Counter
Synchronous Counter Synchronous Counter
Synchronous Counter
Akhilesh Kushwaha
 
latches
 latches latches
latches
Unsa Shakir
 
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Satya P. Joshi
 
(D/A) and (A/D)conversion
(D/A) and (A/D)conversion(D/A) and (A/D)conversion
(D/A) and (A/D)conversion
Praveen Kumar
 
Microcontroller-8051.ppt
Microcontroller-8051.pptMicrocontroller-8051.ppt
Microcontroller-8051.ppt
Dr.YNM
 
4 bit Binary counter
4 bit Binary counter4 bit Binary counter
4 bit Binary counter
Jainee Solanki
 
Programming 8051 Timers
Programming 8051 Timers Programming 8051 Timers
Programming 8051 Timers ViVek Patel
 
Logic Gates
Logic GatesLogic Gates
Logic Gates
Adeel Rasheed
 
multiplexers and demultiplexers
 multiplexers and demultiplexers multiplexers and demultiplexers
multiplexers and demultiplexers
Unsa Shakir
 

What's hot (20)

Ujt uni junction transistor - basics
Ujt   uni junction transistor - basicsUjt   uni junction transistor - basics
Ujt uni junction transistor - basics
 
Latches and flip flop
Latches and flip flopLatches and flip flop
Latches and flip flop
 
Parity generator & checker
Parity generator & checkerParity generator & checker
Parity generator & checker
 
ADC & DAC
ADC & DACADC & DAC
ADC & DAC
 
Combinational circuit
Combinational circuitCombinational circuit
Combinational circuit
 
D Flip Flop
D Flip Flop D Flip Flop
D Flip Flop
 
Op amp(operational amplifier)
Op amp(operational amplifier)Op amp(operational amplifier)
Op amp(operational amplifier)
 
3.bipolar junction transistor (bjt)
3.bipolar junction transistor (bjt)3.bipolar junction transistor (bjt)
3.bipolar junction transistor (bjt)
 
Logic gate
Logic gateLogic gate
Logic gate
 
Encoders and decoders
Encoders and decodersEncoders and decoders
Encoders and decoders
 
Multiplexers
MultiplexersMultiplexers
Multiplexers
 
Synchronous Counter
Synchronous Counter Synchronous Counter
Synchronous Counter
 
latches
 latches latches
latches
 
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
 
(D/A) and (A/D)conversion
(D/A) and (A/D)conversion(D/A) and (A/D)conversion
(D/A) and (A/D)conversion
 
Microcontroller-8051.ppt
Microcontroller-8051.pptMicrocontroller-8051.ppt
Microcontroller-8051.ppt
 
4 bit Binary counter
4 bit Binary counter4 bit Binary counter
4 bit Binary counter
 
Programming 8051 Timers
Programming 8051 Timers Programming 8051 Timers
Programming 8051 Timers
 
Logic Gates
Logic GatesLogic Gates
Logic Gates
 
multiplexers and demultiplexers
 multiplexers and demultiplexers multiplexers and demultiplexers
multiplexers and demultiplexers
 

Similar to Digital logic, an inverter or NOT gate

Logic not gate tutorial with logic gate truth table
Logic not gate tutorial with logic gate truth tableLogic not gate tutorial with logic gate truth table
Logic not gate tutorial with logic gate truth table
guru nanak institute of technology
 
Digital electronics logic families
Digital electronics logic familiesDigital electronics logic families
Digital electronics logic families
BLESSINAR0
 
digitalelectronicslogicfamilies-190628101225-converted.pptx
digitalelectronicslogicfamilies-190628101225-converted.pptxdigitalelectronicslogicfamilies-190628101225-converted.pptx
digitalelectronicslogicfamilies-190628101225-converted.pptx
Bijay Sharma
 
Project on orientation programme
Project on orientation programmeProject on orientation programme
Project on orientation programme
Roorkee College of Engineering, Roorkee
 
PHYSICS PRACTICAL PROJECT (1).pdf
PHYSICS PRACTICAL PROJECT (1).pdfPHYSICS PRACTICAL PROJECT (1).pdf
PHYSICS PRACTICAL PROJECT (1).pdf
OmChaubey7
 
Logic families ppt eceb srp
Logic families ppt eceb srpLogic families ppt eceb srp
Logic families ppt eceb srp
Saikat Dutt
 
Logic families
Logic familiesLogic families
Logic families
SARITHA REDDY
 
Basic logic gates and buffers
Basic logic gates and buffersBasic logic gates and buffers
Basic logic gates and buffersEdmund Merren
 
Chapter 3.pptx
Chapter 3.pptxChapter 3.pptx
Chapter 3.pptx
EsubalewMulat2
 
Basic gates and functions
Basic gates and functionsBasic gates and functions
Basic gates and functions
pong_sk1
 
Not gate
Not gateNot gate
Not gate
Anupam Narang
 
Digital integrated circuits
Digital integrated circuitsDigital integrated circuits
Digital integrated circuits
Tamilarasan N
 
Logic families(unit 4)
Logic families(unit 4)Logic families(unit 4)
Logic families(unit 4)
SURBHI SAROHA
 
Class 12th Logic Gates
Class 12th Logic GatesClass 12th Logic Gates
Class 12th Logic Gates
Priyanka Jakhar
 
Unit 5 session 4
Unit 5 session 4Unit 5 session 4
Unit 5 session 4
SIVALAKSHMIPANNEERSE
 
Unit 5 session 4
Unit 5 session 4Unit 5 session 4
Unit 5 session 4
SIVALAKSHMIPANNEERSE
 
DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT VALUE WITH COST ANAL...
DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT  VALUE WITH COST ANAL...DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT  VALUE WITH COST ANAL...
DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT VALUE WITH COST ANAL...
sanjay kumar pediredla
 
PIC Microcontroller
PIC MicrocontrollerPIC Microcontroller
PIC Microcontroller
Divya Bansal
 

Similar to Digital logic, an inverter or NOT gate (20)

Logic not gate tutorial with logic gate truth table
Logic not gate tutorial with logic gate truth tableLogic not gate tutorial with logic gate truth table
Logic not gate tutorial with logic gate truth table
 
Digital electronics logic families
Digital electronics logic familiesDigital electronics logic families
Digital electronics logic families
 
digitalelectronicslogicfamilies-190628101225-converted.pptx
digitalelectronicslogicfamilies-190628101225-converted.pptxdigitalelectronicslogicfamilies-190628101225-converted.pptx
digitalelectronicslogicfamilies-190628101225-converted.pptx
 
Project on orientation programme
Project on orientation programmeProject on orientation programme
Project on orientation programme
 
PHYSICS PRACTICAL PROJECT (1).pdf
PHYSICS PRACTICAL PROJECT (1).pdfPHYSICS PRACTICAL PROJECT (1).pdf
PHYSICS PRACTICAL PROJECT (1).pdf
 
Logic families ppt eceb srp
Logic families ppt eceb srpLogic families ppt eceb srp
Logic families ppt eceb srp
 
Logic families
Logic familiesLogic families
Logic families
 
Basic logic gates and buffers
Basic logic gates and buffersBasic logic gates and buffers
Basic logic gates and buffers
 
Chapter 3.pptx
Chapter 3.pptxChapter 3.pptx
Chapter 3.pptx
 
Basic gates and functions
Basic gates and functionsBasic gates and functions
Basic gates and functions
 
Not gate
Not gateNot gate
Not gate
 
Digital integrated circuits
Digital integrated circuitsDigital integrated circuits
Digital integrated circuits
 
Logic families(unit 4)
Logic families(unit 4)Logic families(unit 4)
Logic families(unit 4)
 
Class 12th Logic Gates
Class 12th Logic GatesClass 12th Logic Gates
Class 12th Logic Gates
 
Unit 5 session 4
Unit 5 session 4Unit 5 session 4
Unit 5 session 4
 
Unit 5 session 4
Unit 5 session 4Unit 5 session 4
Unit 5 session 4
 
DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT VALUE WITH COST ANAL...
DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT  VALUE WITH COST ANAL...DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT  VALUE WITH COST ANAL...
DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT VALUE WITH COST ANAL...
 
PROJECT ENGINEERIING (1)
PROJECT ENGINEERIING (1)PROJECT ENGINEERIING (1)
PROJECT ENGINEERIING (1)
 
analog communication
analog communicationanalog communication
analog communication
 
PIC Microcontroller
PIC MicrocontrollerPIC Microcontroller
PIC Microcontroller
 

More from Roorkee College of Engineering, Roorkee

Cell phone detector
Cell phone detectorCell phone detector
Top Placement College in India
Top Placement College in IndiaTop Placement College in India
Top Placement College in India
Roorkee College of Engineering, Roorkee
 
Top Engineering Colleges in North India
Top Engineering Colleges in North IndiaTop Engineering Colleges in North India
Top Engineering Colleges in North India
Roorkee College of Engineering, Roorkee
 
List of Engineering Colleges in Uttarakhand
List of Engineering Colleges in UttarakhandList of Engineering Colleges in Uttarakhand
List of Engineering Colleges in Uttarakhand
Roorkee College of Engineering, Roorkee
 
Top 10 Engineering College in India
Top 10 Engineering  College in IndiaTop 10 Engineering  College in India
Top 10 Engineering College in India
Roorkee College of Engineering, Roorkee
 
Best college in India
Best college in IndiaBest college in India
Top 100 Colleges of India
Top 100 Colleges of IndiaTop 100 Colleges of India
Top 100 Colleges of India
Roorkee College of Engineering, Roorkee
 
Best Engineering College in North India
Best Engineering College in North IndiaBest Engineering College in North India
Best Engineering College in North India
Roorkee College of Engineering, Roorkee
 
Best Placement College in India
Best Placement College in IndiaBest Placement College in India
Best Placement College in India
Roorkee College of Engineering, Roorkee
 
Placement wise best Engineering College in India
Placement wise best Engineering College in IndiaPlacement wise best Engineering College in India
Placement wise best Engineering College in India
Roorkee College of Engineering, Roorkee
 
Top Private Engineering Colleges in India
Top Private Engineering Colleges in IndiaTop Private Engineering Colleges in India
Top Private Engineering Colleges in India
Roorkee College of Engineering, Roorkee
 
Top Engineering Colleges in North-East India
Top Engineering Colleges in North-East IndiaTop Engineering Colleges in North-East India
Top Engineering Colleges in North-East India
Roorkee College of Engineering, Roorkee
 
Carrer opportunities after 10+2 rce new
Carrer opportunities after 10+2 rce newCarrer opportunities after 10+2 rce new
Carrer opportunities after 10+2 rce new
Roorkee College of Engineering, Roorkee
 
Top Engineering Colleges in India
Top Engineering Colleges in IndiaTop Engineering Colleges in India
Top Engineering Colleges in India
Roorkee College of Engineering, Roorkee
 
Career counseling @rce nepal
Career counseling @rce nepalCareer counseling @rce nepal
Career counseling @rce nepal
Roorkee College of Engineering, Roorkee
 
Sunren automative ppt
Sunren automative pptSunren automative ppt
Carrer opportunities after 10+2 Presented by RCE ROORKEE
Carrer opportunities after 10+2 Presented by RCE ROORKEECarrer opportunities after 10+2 Presented by RCE ROORKEE
Carrer opportunities after 10+2 Presented by RCE ROORKEE
Roorkee College of Engineering, Roorkee
 
Indian Navy Pool Campus Drive
Indian Navy Pool Campus DriveIndian Navy Pool Campus Drive
Indian Navy Pool Campus Drive
Roorkee College of Engineering, Roorkee
 
Roorkee college of engineering
Roorkee college of engineeringRoorkee college of engineering
Roorkee college of engineering
Roorkee College of Engineering, Roorkee
 
Genpact ppt
Genpact pptGenpact ppt

More from Roorkee College of Engineering, Roorkee (20)

Cell phone detector
Cell phone detectorCell phone detector
Cell phone detector
 
Top Placement College in India
Top Placement College in IndiaTop Placement College in India
Top Placement College in India
 
Top Engineering Colleges in North India
Top Engineering Colleges in North IndiaTop Engineering Colleges in North India
Top Engineering Colleges in North India
 
List of Engineering Colleges in Uttarakhand
List of Engineering Colleges in UttarakhandList of Engineering Colleges in Uttarakhand
List of Engineering Colleges in Uttarakhand
 
Top 10 Engineering College in India
Top 10 Engineering  College in IndiaTop 10 Engineering  College in India
Top 10 Engineering College in India
 
Best college in India
Best college in IndiaBest college in India
Best college in India
 
Top 100 Colleges of India
Top 100 Colleges of IndiaTop 100 Colleges of India
Top 100 Colleges of India
 
Best Engineering College in North India
Best Engineering College in North IndiaBest Engineering College in North India
Best Engineering College in North India
 
Best Placement College in India
Best Placement College in IndiaBest Placement College in India
Best Placement College in India
 
Placement wise best Engineering College in India
Placement wise best Engineering College in IndiaPlacement wise best Engineering College in India
Placement wise best Engineering College in India
 
Top Private Engineering Colleges in India
Top Private Engineering Colleges in IndiaTop Private Engineering Colleges in India
Top Private Engineering Colleges in India
 
Top Engineering Colleges in North-East India
Top Engineering Colleges in North-East IndiaTop Engineering Colleges in North-East India
Top Engineering Colleges in North-East India
 
Carrer opportunities after 10+2 rce new
Carrer opportunities after 10+2 rce newCarrer opportunities after 10+2 rce new
Carrer opportunities after 10+2 rce new
 
Top Engineering Colleges in India
Top Engineering Colleges in IndiaTop Engineering Colleges in India
Top Engineering Colleges in India
 
Career counseling @rce nepal
Career counseling @rce nepalCareer counseling @rce nepal
Career counseling @rce nepal
 
Sunren automative ppt
Sunren automative pptSunren automative ppt
Sunren automative ppt
 
Carrer opportunities after 10+2 Presented by RCE ROORKEE
Carrer opportunities after 10+2 Presented by RCE ROORKEECarrer opportunities after 10+2 Presented by RCE ROORKEE
Carrer opportunities after 10+2 Presented by RCE ROORKEE
 
Indian Navy Pool Campus Drive
Indian Navy Pool Campus DriveIndian Navy Pool Campus Drive
Indian Navy Pool Campus Drive
 
Roorkee college of engineering
Roorkee college of engineeringRoorkee college of engineering
Roorkee college of engineering
 
Genpact ppt
Genpact pptGenpact ppt
Genpact ppt
 

Recently uploaded

Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
bennyroshan06
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
rosedainty
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
EduSkills OECD
 

Recently uploaded (20)

Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 

Digital logic, an inverter or NOT gate

  • 1. NOT GATE (INVERTER GATE) BY MONISH ANSARI B.TECH ELECTRICAL AND ELECTRONICS ENGINEERING ROORKEE COLLEGE OF ENGINEERING ROORKEE-247667
  • 2. TABLE OF CONTENT  ACKNOWLEDGEMENT  ABSTRACT  INTRODUCTION  THEORY  IMPLEMENTATION  BIBLIOGRAPHY
  • 3. ACKNOWLEDGEMENT Foremost, I would like to express my sincere gratitude to my advisor prof. Nisha Dhiman for the continuous support of my Project Orientation Program, for her patience, motivation, enthusiasm, and immense knowledge. Her guidance helped me in all the time of research and writing of this thesis. I could not have imagined having a better advisor and mentor for my POP. Besides my advisor, I would like to thank the rest of my thesis committee:Prof. Ishampal Chandra,Prof.Priyanka Rana , for their encouragement, insightful comments, and hard questions. My sincere thanks also goes to Dr. Sangram Bana for offering me the opportunities and leading me working on diverse exciting projects. I thank my fellow labmates in Roorkee College of engineering,Prince Sharma and Satya Narayan Rai for the stimulating discussions, for the sleepless nights we were working together before deadlines, and for all the fun we have had in the last few days.I am grateful to prof. Shubham Sharma for enlightening me the first glance of research. I would also like to thank my college ROORKEE COLLEGE OF ENGINEERING for providing me a platform to show my talent and hardworks to others,and give my best to my country. Last but not the least, I would like to thank my family: my parents Meena and Khursheed Ali for giving birth to me at the first place and supporting me spiritually throughout my life.
  • 4. ABSTRACT In digital logic, an inverter or NOT gate is a logic gate which implements logical negation. The truth table is shown on the right. An inverter circuit outputs a voltage representing the opposite logic-level to its input. Its main function is to invert the input signal applied. If the applied input is low then the output becomes high and vice versa. Inverters can be constructed using a single NMOS transistor or a single PMOS transistor coupled with a resistor. Since this 'resistive-drain' approach uses only a single type of transistor, it can be fabricated at low cost. However, because current flows through the resistor in one of the two states, the resistive-drain configuration is disadvantaged for power consumption and processing speed. Alternatively, inverters can be constructed using two complementary transistors in a CMOS configuration. This configuration greatly reduces power consumption since one of the transistors is always off in both logic states. Processing speed can also be
  • 5. improved due to the relatively low resistance compared to the NMOS-only or PMOS-only type devices. Inverters can also be constructed with bipolar junction transistors (BJT) in either a resistor–transistor logic (RTL) or a transistor–transistor logic (TTL) configuration. Digital electronics circuits operate at fixed voltage levels corresponding to a logical 0 or 1 (see binary). An inverter circuit serves as the basic logic gate to swap between those two voltage levels. Implementation determines the actual voltage, but common levels include (0, +5V) for TTL circuits.
  • 6. INTRODUCTION Logic gates are the basic building blocks of digital logic circuits as well as digital electronics. A gate is defined as a logic device which computes functionally on a 2 valued input signal. Logic gates are of many types such as OR, AND, NOR, NAND, EX –OR and NOT etc. Among these, all gates have two inputs and one output except NOT gate. NOT gate has only one input and one output. This gate produces the reverse output of applied input. So this gate is also called as ‘Digital Inverter’. NOT Gate Logic Symbol and Boolean Expression We know the NOT gate is an inverter, which inverts or reverses the input.. So the output is represented by ‘-’ bar symbol of the input. The Boolean expression of the NOT gate is Z =X ̅. Pronounced as “Z is equal to X bar”. The logic symbol of the NOT gate is shown in below figure. If X is the input and Z is the output, then if X = 0, then Z = 1 If X = 1, then Z = 0.
  • 7. The bubble at the output port represents the inverting operation. That means for high logic signal input, the output of the NOT gate will be LOW, similarly for low logic signal input the output of NOT gate will be HIGH. We can easily understand this by truth table stated below.
  • 8. THEORY Explanation of Not gate with light switch circuit The NOT gate can be easily understood by using a LED (light emitted Diode) circuit. This is also called Light switch circuit. In this circuit, NOT gate functions like an electronic switch. When it got high input, the LED connected at the output will be OFF, as the output of NOT gate becomes 0. In the same way, when the logic gate is connected with LOW input, the LED will be ON, as the output becomes 1. The Light switching circuit with NOT gate is shown below.
  • 9. Here we connect an alterable switch with the NOT gate and the output of NOT gate is connected to a LED. An LED is an electronic device which will ON and off when it receives high voltage and low voltage respectively. When the switch is connected to +5 V, the switch is on position so the LED emits light. When the NOT gate is connected to Ground, the LED will OFF so it doesn’t emit any light. Pulsed Operation When we apply a pulse signal to the NOT gate, it will ON and OFF for HIGH and LOW levels respectively. This means,
  • 10. Not Gate using NPN Transistor We can design a NOT gate by using a NPN transistor as shown in below picture. The Base (B) of the NPN transistor is connected with the input signal X. we connect a supply voltage of +5 V to the emitter (E) and the output Z is collected at the emitter. When the low level voltage 0 V is connected to the input, then the transistor will be OFF. So no current flows through it. This means the supply voltage +5 V will be measured at the output port, which is considered as HIGH state Similarly, when the high level voltage +5 V is connected to the input, then the transistor will be ON. So the total supply current will be drawn by transistor. This means the no voltage is measured at the output port, which is considered as LOW state. At this situation the output voltage is measured as +5 V, which will be considered as HIGH logic level. The transistor designed NOT gate is shown below.
  • 11. IMPLEMENTATION Objective – To implement the logic NOT gate using NPN transistor Components Required – 1. A breadboard 2. A bunch of 5k and 10k resistors 3. A LED 4. Any NPN type transistors (for example 2N3904, BC547, BC548, BC549 etc.) 5. Supply source 6. Voltage regulation IC 7805 if you are using 9 volt battery source. 7. Switches Circuit Details:-
  • 12. Concept about NOT GATE :- It is a single input device which has an output level that is normally at logic level “1” and goes “LOW” to a logic level “0” when its single input is at logic level “1”, in other words it “inverts” (complements) its input signal. The output from a NOT gate only returns “HIGH” again when its input is at logic level “0” giving us the Boolean expression of: A = Q. Then we can define the operation of a single input digital logic NOT gate as being: “If A is NOT true, then Q is true” TRANSISTOR NOT GATE – A simple 2-input logic NOT gate can be constructed using a RTL Resistor- transistor switches as shown below with the input connected directly to the transistor base. The transistor must be saturated “ON” for an inverted output “OFF” at Q.
  • 13. Logic NOT Gates are available using digital circuits to produce the desired logical function. The standard NOT gate is given a symbol whose shape is of a triangle pointing to the right with a circle at its end. This circle is known as an “inversion bubble” and is used in NOT, NAND and NOR symbols at their output to represent the logical operation of the NOT function. This bubble denotes a signal inversion (complementation) of the signal and can be present on either or both the output and/or the input terminals.
  • 14. BIBLIOGRAPHY  PROF.NISHA DHIMAN (ECE DEPT.) ROORKEE COLLEGE OF ENGINEERING.  PROF.ISHAMPAL CHANDRA (ECE DEPT.) ROORKEE COLLEGE OF ENGINEERING.  PROF.PRIYANKA RANA (ECE DEPT.) ROORKEE COLLEGE OF ENGINEERING.  www.electronicshub.com  www.electrical4u.com  www.wikipedia.com  www.tutorialspoint.com  INTEGRATED ELECTRONICS ANALOG AND DIGITAL SYSTEM-JACOM MILLIMAN. CHRISTOS C.HALKIAS.  ELECTRONIC DEVICES AND CIRCUIT THEORY-ROBERT L.BOYLSTAD LOUIS NASHELSKY.