SlideShare a Scribd company logo
PRESENTATION ON
OR, AND, NOT GATES
Created by
MD. NAZMUS SAQIB KHAN
ID 12075768
Contents
 FIRST SEGMENT
 INTRODUCTION TO LOGIC GATES
 BASIC GATES
 SECOND SEGMENT
 SOME OTHER GATES
 THIRD SEGMENT
 COMBINATIONS OF GATES
 EXAMPLES OF GATES
 REAL WORLD PROBLEM
INTRODUCTION TO LOGIC
GATES
Boolean algebra is used to model the circuitry of
electronic devices. Each input and each output of
such a device can be thought as a member of the set
{0,1}. A computer, or other electronic device, is
made up of a number of circuits. Each circuit can be
designed using the rules of Boolean algebra. The
basic elements of circuits are called gates. Each
type of gate implements a Boolean operation.
BASIC GATES
 OR GATE
 AND GATE
 NOT GATE
OR GATE
OR GATE: An OR gate is a circuit that has two
inputs and one output. The output voltage of an OR
gate is high(or 1) if either one or both of the input
voltages is high(1), and the output voltage is low(or
0) if both of the input voltages are low(0). Clearly,
the output signal of an OR gate corresponds to a
proposition which is the disjunction of the
propositions corresponding to the input signals. In
other words, the output of this gate is the Boolean
sum of the inputted variables. This is shown in the
following figure.
OR GATE
AND GATE
AND GATE: An AND gate is a circuit that has two
inputs and one output. The output voltage of an AND
gate is high(1) if both of the input voltages are high(1),
and the output voltage is low(0) if either one or both of
the input voltages is low(0). Clearly, the output signal
of an AND gate corresponds to a proposition which is
the conjunction of the propositions corresponding to
the input signals. In other words, the output of this gate
is the Boolean product of the inputted variables. This is
shown in the following figure.
AND GATE
NOT GATE
NOT GATE: A NOT gate, or an inverter, is a circuit
that has one input and one output. Its output voltage is
high(1) if the input voltage is low(0), and the output
voltage is low(0) if the input voltage is high(1). The
output signal of a NOT gate corresponds to a
proposition which is the negation of the proposition
corresponding to the input signal. In other words, the
output of this gate is the Boolean complement of the
inputted variable. This is shown in the following
figure.
NOT GATE
ANY QUESTIONS
IN THIS
SECTION??
SOME OTHER GATES
NAND Gate
NOR Gate
XOR Gate
XNOR Gate
NAND Gate
NAND Gate: A NAND gate is equivalent to an AND gate
followed by a NOT gate. The output voltage of an NAND gate
is high(1) if one or both of the input voltages are low(0), and the
output voltage is low(0) if both of the input voltages are high(1).
This is shown in the following figure.
NOR Gate
NOR Gate: A NOR gate is equivalent to an OR gate followed by a
NOT gate. The output voltage of a NOR gate is high(or 1) if both
of the input voltages are low(0), and the output voltage is low(or
0) if one or both of the input voltages are high(1). This is shown
in the following figure.
XOR Gate
Exclusive-OR Gate: An XOR gate is a circuit that has two inputs
and one output. The output voltage of an XOR gate is high(or 1)
if one, and only one, of the input voltages is high(1), and the
output voltage is low(or 0) if both input voltages are low (0) or
both are high(1). An XOR gate is shown in the following figure.
XNOR Gate
Exclusive-NOR Gate: An XNOR gate is equivalent to an
XOR gate followed by a NOT gate. The output voltage of an XNOR
gate is high(or 1) if both of the input voltages are the same, and the
output voltage is low(or 0) if one but not both of the input voltages
are high(1). An XNOR gate is shown in the following figure.
ANY QUESTIONS
IN THIS
SECTION??
COMBINATIONS OF GATES
Combinations of Gates:
Combinational circuits can be constructed using a combination
of inverters, OR gates, and AND gates. When combinations of
circuits are formed, some gates may share inputs. This is shown
in one of two ways in depiction of circuits. One method is to use
branchings that indicate all the gates that use a given input. The
other method is to indicate this input separately to each gate. Fig.
(d) illustrates the two ways of showing gates with the same input
values. Note also that output from a gate may be used as input by
one or more other elements, as shown in Fig.(d). Both drawings
in Fig.(d) depict the circuit that produces the output
COMBINATIONS OF
GATES
Example
Example 1 The following Figure shows the outputs: (a) ,
(b) , and (c)
Example of gates
Real World Problem
Suppose we want to design an electric circuit that will
sound a buzzer in a car if the speed of the car exceeds 100
km/h or if the car is in gear and the driver did not have
seat-belt buckled. Clearly, we have the relationship
or
where b is the proposition “sound the buzzer”, p is the
proposition “the speed of the car exceeds 100 km/h”, q
is the proposition “the car is in gear”, and r is the
proposition “driver’s seat belt is buckled”.
To build an electronic circuit that will
behave as described, we must first decide
upon a convention for representing
propositions by electronic signals. If the
proposition is true, it will be represented by
high voltage(or 1), and if the proposition is
false, it will be represented by low
voltage(or 0). We now see the result in the
truth table as well as in the figure.
Real World Problem
Truth Table:
1
1
1
1
0
0
0
0
1
0
1
0
1
0
1
0
1
1
0
0
1
1
0
0
0
0
1
1
0
0
1
1
0
0
1
0
0
0
1
0
1
1
1
1
0
0
1
0
= the speed of the car exceeds 100 km/h
= the car is in gear
= driver’s seat belt is buckled
= sound the buzzer
Real World Problem
REFERENCES
“Discrete Mathematics and its
Applications” – Kenneth H. Rosen
“Elements of Discrete Mathematics” –
C. L. Liu
 Wikipedia
Some Web Links
THANK YOU
ALL!
END OF THE
PRESENTATION
Ad

More Related Content

What's hot (20)

Logic gates
Logic gatesLogic gates
Logic gates
School of Design Engineering Fashion & Technology (DEFT), University of Wales, Newport
 
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
 
Report on-the-logic-gates
Report on-the-logic-gatesReport on-the-logic-gates
Report on-the-logic-gates
bhardubhai
 
Logic gates
Logic gatesLogic gates
Logic gates
Niläńjäň Ghóšh
 
basic logic gates
 basic logic gates basic logic gates
basic logic gates
vishal gupta
 
Practical Uses of Logic Gates
Practical Uses of Logic GatesPractical Uses of Logic Gates
Practical Uses of Logic Gates
Abiral Gautam
 
BOOLEAN ALGEBRA AND LOGIC GATE
BOOLEAN ALGEBRA AND LOGIC GATE BOOLEAN ALGEBRA AND LOGIC GATE
BOOLEAN ALGEBRA AND LOGIC GATE
Tamim Tanvir
 
Logic Gates
Logic GatesLogic Gates
Logic Gates
Adeel Rasheed
 
13 Boolean Algebra
13 Boolean Algebra13 Boolean Algebra
13 Boolean Algebra
Praveen M Jigajinni
 
Shift Registers
Shift RegistersShift Registers
Shift Registers
Abhilash Nair
 
Logic gates
Logic gatesLogic gates
Logic gates
THE CREATORS ACADEMY
 
Logic gates and NAND and NOR univarsal gates
Logic gates and NAND and NOR univarsal gatesLogic gates and NAND and NOR univarsal gates
Logic gates and NAND and NOR univarsal gates
Dhwanil Champaneria
 
latches
 latches latches
latches
Unsa Shakir
 
Chapter 2: Boolean Algebra and Logic Gates
Chapter 2: Boolean Algebra and Logic GatesChapter 2: Boolean Algebra and Logic Gates
Chapter 2: Boolean Algebra and Logic Gates
Er. Nawaraj Bhandari
 
Logic gates presentation
Logic gates presentationLogic gates presentation
Logic gates presentation
priyanka bisarya
 
Logic gates and logic circuits
Logic gates and logic circuitsLogic gates and logic circuits
Logic gates and logic circuits
jyoti_lakhani
 
Combinational circuits
Combinational circuits Combinational circuits
Combinational circuits
DrSonali Vyas
 
Combinational Circuits & Sequential Circuits
Combinational Circuits & Sequential CircuitsCombinational Circuits & Sequential Circuits
Combinational Circuits & Sequential Circuits
gourav kottawar
 
Half adder & full adder
Half adder & full adderHalf adder & full adder
Half adder & full adder
Gaditek
 
Logic gates
Logic gatesLogic gates
Logic gates
prasanna chitra
 

Viewers also liked (15)

Презентация Cмазочные материалы для ГПУ
Презентация Cмазочные материалы для ГПУПрезентация Cмазочные материалы для ГПУ
Презентация Cмазочные материалы для ГПУ
Mikhail Martynov
 
Movie maker
Movie makerMovie maker
Movie maker
José Ruiz
 
Презентация смазочные материалы Petro canada для легкового транспорта
Презентация смазочные материалы Petro canada для легкового транспортаПрезентация смазочные материалы Petro canada для легкового транспорта
Презентация смазочные материалы Petro canada для легкового транспорта
Mikhail Martynov
 
Plan de accion para el control de la trasmisión del zika en el estado Mérida.
Plan de accion para el control de la trasmisión del zika en el estado Mérida.Plan de accion para el control de la trasmisión del zika en el estado Mérida.
Plan de accion para el control de la trasmisión del zika en el estado Mérida.
Universidad de Los Andes / Instituto de Altos Estudios en Salud Dr. Arnoldo Gabaldón /MPPS
 
Com
ComCom
Com
chanakan12
 
Certificate_of_participation_SL
Certificate_of_participation_SLCertificate_of_participation_SL
Certificate_of_participation_SL
Lehel Simon
 
CURRICULUM VITAE-LIAQAT ALI
CURRICULUM VITAE-LIAQAT ALICURRICULUM VITAE-LIAQAT ALI
CURRICULUM VITAE-LIAQAT ALI
liaqat ali
 
Contrato de obra
Contrato de obraContrato de obra
Contrato de obra
Bolcha Cecilia Guzmán Pinto
 
φίδι
φίδιφίδι
φίδι
avramaki
 
Как написать гайд для исследования на заданную тему
Как написать гайд для исследования на заданную темуКак написать гайд для исследования на заданную тему
Как написать гайд для исследования на заданную тему
LAZOVOY
 
Торговые центры как элемент городской структуры часть 2
Торговые центры как элемент городской структуры часть 2Торговые центры как элемент городской структуры часть 2
Торговые центры как элемент городской структуры часть 2
LAZOVOY
 
Αχερουσία
ΑχερουσίαΑχερουσία
Αχερουσία
avramaki
 
Презентация Cмазочные материалы для ГПУ
Презентация Cмазочные материалы для ГПУПрезентация Cмазочные материалы для ГПУ
Презентация Cмазочные материалы для ГПУ
Mikhail Martynov
 
Презентация смазочные материалы Petro canada для легкового транспорта
Презентация смазочные материалы Petro canada для легкового транспортаПрезентация смазочные материалы Petro canada для легкового транспорта
Презентация смазочные материалы Petro canada для легкового транспорта
Mikhail Martynov
 
Certificate_of_participation_SL
Certificate_of_participation_SLCertificate_of_participation_SL
Certificate_of_participation_SL
Lehel Simon
 
CURRICULUM VITAE-LIAQAT ALI
CURRICULUM VITAE-LIAQAT ALICURRICULUM VITAE-LIAQAT ALI
CURRICULUM VITAE-LIAQAT ALI
liaqat ali
 
Как написать гайд для исследования на заданную тему
Как написать гайд для исследования на заданную темуКак написать гайд для исследования на заданную тему
Как написать гайд для исследования на заданную тему
LAZOVOY
 
Торговые центры как элемент городской структуры часть 2
Торговые центры как элемент городской структуры часть 2Торговые центры как элемент городской структуры часть 2
Торговые центры как элемент городской структуры часть 2
LAZOVOY
 
Αχερουσία
ΑχερουσίαΑχερουσία
Αχερουσία
avramaki
 
Ad

Similar to OR, AND, NOT Gates (20)

Digital logic
Digital logicDigital logic
Digital logic
Madhu Bala
 
assignment_mathematics.pptx
assignment_mathematics.pptxassignment_mathematics.pptx
assignment_mathematics.pptx
AravindaAKumar1
 
Lecture 04-Digital logic gates.pptx
Lecture 04-Digital logic gates.pptxLecture 04-Digital logic gates.pptx
Lecture 04-Digital logic gates.pptx
WilliamJosephat1
 
fundamentals - week1 to week 4 slide.pptx
fundamentals - week1 to week 4 slide.pptxfundamentals - week1 to week 4 slide.pptx
fundamentals - week1 to week 4 slide.pptx
YahayaAbubakartakala
 
Basic gates and functions
Basic gates and functionsBasic gates and functions
Basic gates and functions
pong_sk1
 
combinational-circuit____gates_456788 (2).docx
combinational-circuit____gates_456788 (2).docxcombinational-circuit____gates_456788 (2).docx
combinational-circuit____gates_456788 (2).docx
Ajanya5
 
chapter 3 Boolean algebra (2).pptx
chapter 3 Boolean algebra (2).pptxchapter 3 Boolean algebra (2).pptx
chapter 3 Boolean algebra (2).pptx
RithinA1
 
logic gates
logic gateslogic gates
logic gates
Syeda Zermeen Fatima
 
Chapter+13.ppt
Chapter+13.pptChapter+13.ppt
Chapter+13.ppt
DiviyaTharshini
 
Logic gates operation and their truth tables
Logic gates operation and their  truth tablesLogic gates operation and their  truth tables
Logic gates operation and their truth tables
Dineshkumar281116
 
Logic gates
Logic gatesLogic gates
Logic gates
Rahul Thukral
 
Exclusive OR GAte
Exclusive OR GAteExclusive OR GAte
Exclusive OR GAte
awais ahmad
 
Logic gates
Logic gatesLogic gates
Logic gates
Edmund Merren
 
FYBSC IT Digital Electronics Unit II Chapter I Boolean Algebra and Logic Gates
FYBSC IT Digital Electronics Unit II Chapter I Boolean Algebra and Logic GatesFYBSC IT Digital Electronics Unit II Chapter I Boolean Algebra and Logic Gates
FYBSC IT Digital Electronics Unit II Chapter I Boolean Algebra and Logic Gates
Arti Parab Academics
 
Basic Logic Gates with Truth Tables.pdf
Basic Logic Gates with Truth Tables.pdfBasic Logic Gates with Truth Tables.pdf
Basic Logic Gates with Truth Tables.pdf
KINGZzofYouTube
 
PHYSICS PRACTICAL PROJECT (1).pdf
PHYSICS PRACTICAL PROJECT (1).pdfPHYSICS PRACTICAL PROJECT (1).pdf
PHYSICS PRACTICAL PROJECT (1).pdf
OmChaubey7
 
6_2019_04_09!08_59_48_PM logic gate_.ppt
6_2019_04_09!08_59_48_PM logic gate_.ppt6_2019_04_09!08_59_48_PM logic gate_.ppt
6_2019_04_09!08_59_48_PM logic gate_.ppt
naghamallella
 
basic logic gate presentation date23.ppt
basic logic gate presentation date23.pptbasic logic gate presentation date23.ppt
basic logic gate presentation date23.ppt
naghamallella
 
practical of hypothesis logic gates .ppt
practical of hypothesis logic gates .pptpractical of hypothesis logic gates .ppt
practical of hypothesis logic gates .ppt
MrsLara1
 
1,basic and derived logic gates.pdf
1,basic and derived logic gates.pdf1,basic and derived logic gates.pdf
1,basic and derived logic gates.pdf
DamotTesfaye
 
assignment_mathematics.pptx
assignment_mathematics.pptxassignment_mathematics.pptx
assignment_mathematics.pptx
AravindaAKumar1
 
Lecture 04-Digital logic gates.pptx
Lecture 04-Digital logic gates.pptxLecture 04-Digital logic gates.pptx
Lecture 04-Digital logic gates.pptx
WilliamJosephat1
 
fundamentals - week1 to week 4 slide.pptx
fundamentals - week1 to week 4 slide.pptxfundamentals - week1 to week 4 slide.pptx
fundamentals - week1 to week 4 slide.pptx
YahayaAbubakartakala
 
Basic gates and functions
Basic gates and functionsBasic gates and functions
Basic gates and functions
pong_sk1
 
combinational-circuit____gates_456788 (2).docx
combinational-circuit____gates_456788 (2).docxcombinational-circuit____gates_456788 (2).docx
combinational-circuit____gates_456788 (2).docx
Ajanya5
 
chapter 3 Boolean algebra (2).pptx
chapter 3 Boolean algebra (2).pptxchapter 3 Boolean algebra (2).pptx
chapter 3 Boolean algebra (2).pptx
RithinA1
 
Logic gates operation and their truth tables
Logic gates operation and their  truth tablesLogic gates operation and their  truth tables
Logic gates operation and their truth tables
Dineshkumar281116
 
Exclusive OR GAte
Exclusive OR GAteExclusive OR GAte
Exclusive OR GAte
awais ahmad
 
FYBSC IT Digital Electronics Unit II Chapter I Boolean Algebra and Logic Gates
FYBSC IT Digital Electronics Unit II Chapter I Boolean Algebra and Logic GatesFYBSC IT Digital Electronics Unit II Chapter I Boolean Algebra and Logic Gates
FYBSC IT Digital Electronics Unit II Chapter I Boolean Algebra and Logic Gates
Arti Parab Academics
 
Basic Logic Gates with Truth Tables.pdf
Basic Logic Gates with Truth Tables.pdfBasic Logic Gates with Truth Tables.pdf
Basic Logic Gates with Truth Tables.pdf
KINGZzofYouTube
 
PHYSICS PRACTICAL PROJECT (1).pdf
PHYSICS PRACTICAL PROJECT (1).pdfPHYSICS PRACTICAL PROJECT (1).pdf
PHYSICS PRACTICAL PROJECT (1).pdf
OmChaubey7
 
6_2019_04_09!08_59_48_PM logic gate_.ppt
6_2019_04_09!08_59_48_PM logic gate_.ppt6_2019_04_09!08_59_48_PM logic gate_.ppt
6_2019_04_09!08_59_48_PM logic gate_.ppt
naghamallella
 
basic logic gate presentation date23.ppt
basic logic gate presentation date23.pptbasic logic gate presentation date23.ppt
basic logic gate presentation date23.ppt
naghamallella
 
practical of hypothesis logic gates .ppt
practical of hypothesis logic gates .pptpractical of hypothesis logic gates .ppt
practical of hypothesis logic gates .ppt
MrsLara1
 
1,basic and derived logic gates.pdf
1,basic and derived logic gates.pdf1,basic and derived logic gates.pdf
1,basic and derived logic gates.pdf
DamotTesfaye
 
Ad

Recently uploaded (20)

To study Digestive system of insect.pptx
To study Digestive system of insect.pptxTo study Digestive system of insect.pptx
To study Digestive system of insect.pptx
Arshad Shaikh
 
YSPH VMOC Special Report - Measles Outbreak Southwest US 4-30-2025.pptx
YSPH VMOC Special Report - Measles Outbreak  Southwest US 4-30-2025.pptxYSPH VMOC Special Report - Measles Outbreak  Southwest US 4-30-2025.pptx
YSPH VMOC Special Report - Measles Outbreak Southwest US 4-30-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
 
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Library Association of Ireland
 
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Library Association of Ireland
 
Understanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s GuideUnderstanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s Guide
GS Virdi
 
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - WorksheetCBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
Sritoma Majumder
 
Unit 6_Introduction_Phishing_Password Cracking.pdf
Unit 6_Introduction_Phishing_Password Cracking.pdfUnit 6_Introduction_Phishing_Password Cracking.pdf
Unit 6_Introduction_Phishing_Password Cracking.pdf
KanchanPatil34
 
SPRING FESTIVITIES - UK AND USA -
SPRING FESTIVITIES - UK AND USA            -SPRING FESTIVITIES - UK AND USA            -
SPRING FESTIVITIES - UK AND USA -
Colégio Santa Teresinha
 
How to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of saleHow to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of sale
Celine George
 
New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
milanasargsyan5
 
How to Manage Opening & Closing Controls in Odoo 17 POS
How to Manage Opening & Closing Controls in Odoo 17 POSHow to Manage Opening & Closing Controls in Odoo 17 POS
How to Manage Opening & Closing Controls in Odoo 17 POS
Celine George
 
One Hot encoding a revolution in Machine learning
One Hot encoding a revolution in Machine learningOne Hot encoding a revolution in Machine learning
One Hot encoding a revolution in Machine learning
momer9505
 
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 AccountingHow to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
Celine George
 
Quality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdfQuality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdf
Dr. Bindiya Chauhan
 
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
larencebapu132
 
2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx
contactwilliamm2546
 
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
Celine George
 
Sinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_NameSinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_Name
keshanf79
 
Geography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjectsGeography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjects
ProfDrShaikhImran
 
Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025
Mebane Rash
 
To study Digestive system of insect.pptx
To study Digestive system of insect.pptxTo study Digestive system of insect.pptx
To study Digestive system of insect.pptx
Arshad Shaikh
 
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Library Association of Ireland
 
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Library Association of Ireland
 
Understanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s GuideUnderstanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s Guide
GS Virdi
 
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - WorksheetCBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
Sritoma Majumder
 
Unit 6_Introduction_Phishing_Password Cracking.pdf
Unit 6_Introduction_Phishing_Password Cracking.pdfUnit 6_Introduction_Phishing_Password Cracking.pdf
Unit 6_Introduction_Phishing_Password Cracking.pdf
KanchanPatil34
 
How to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of saleHow to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of sale
Celine George
 
New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
milanasargsyan5
 
How to Manage Opening & Closing Controls in Odoo 17 POS
How to Manage Opening & Closing Controls in Odoo 17 POSHow to Manage Opening & Closing Controls in Odoo 17 POS
How to Manage Opening & Closing Controls in Odoo 17 POS
Celine George
 
One Hot encoding a revolution in Machine learning
One Hot encoding a revolution in Machine learningOne Hot encoding a revolution in Machine learning
One Hot encoding a revolution in Machine learning
momer9505
 
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 AccountingHow to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
Celine George
 
Quality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdfQuality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdf
Dr. Bindiya Chauhan
 
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
larencebapu132
 
2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx
contactwilliamm2546
 
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
Celine George
 
Sinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_NameSinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_Name
keshanf79
 
Geography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjectsGeography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjects
ProfDrShaikhImran
 
Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025
Mebane Rash
 

OR, AND, NOT Gates

  • 1. PRESENTATION ON OR, AND, NOT GATES Created by MD. NAZMUS SAQIB KHAN ID 12075768
  • 2. Contents  FIRST SEGMENT  INTRODUCTION TO LOGIC GATES  BASIC GATES  SECOND SEGMENT  SOME OTHER GATES  THIRD SEGMENT  COMBINATIONS OF GATES  EXAMPLES OF GATES  REAL WORLD PROBLEM
  • 3. INTRODUCTION TO LOGIC GATES Boolean algebra is used to model the circuitry of electronic devices. Each input and each output of such a device can be thought as a member of the set {0,1}. A computer, or other electronic device, is made up of a number of circuits. Each circuit can be designed using the rules of Boolean algebra. The basic elements of circuits are called gates. Each type of gate implements a Boolean operation.
  • 4. BASIC GATES  OR GATE  AND GATE  NOT GATE
  • 5. OR GATE OR GATE: An OR gate is a circuit that has two inputs and one output. The output voltage of an OR gate is high(or 1) if either one or both of the input voltages is high(1), and the output voltage is low(or 0) if both of the input voltages are low(0). Clearly, the output signal of an OR gate corresponds to a proposition which is the disjunction of the propositions corresponding to the input signals. In other words, the output of this gate is the Boolean sum of the inputted variables. This is shown in the following figure.
  • 7. AND GATE AND GATE: An AND gate is a circuit that has two inputs and one output. The output voltage of an AND gate is high(1) if both of the input voltages are high(1), and the output voltage is low(0) if either one or both of the input voltages is low(0). Clearly, the output signal of an AND gate corresponds to a proposition which is the conjunction of the propositions corresponding to the input signals. In other words, the output of this gate is the Boolean product of the inputted variables. This is shown in the following figure.
  • 9. NOT GATE NOT GATE: A NOT gate, or an inverter, is a circuit that has one input and one output. Its output voltage is high(1) if the input voltage is low(0), and the output voltage is low(0) if the input voltage is high(1). The output signal of a NOT gate corresponds to a proposition which is the negation of the proposition corresponding to the input signal. In other words, the output of this gate is the Boolean complement of the inputted variable. This is shown in the following figure.
  • 12. SOME OTHER GATES NAND Gate NOR Gate XOR Gate XNOR Gate
  • 13. NAND Gate NAND Gate: A NAND gate is equivalent to an AND gate followed by a NOT gate. The output voltage of an NAND gate is high(1) if one or both of the input voltages are low(0), and the output voltage is low(0) if both of the input voltages are high(1). This is shown in the following figure.
  • 14. NOR Gate NOR Gate: A NOR gate is equivalent to an OR gate followed by a NOT gate. The output voltage of a NOR gate is high(or 1) if both of the input voltages are low(0), and the output voltage is low(or 0) if one or both of the input voltages are high(1). This is shown in the following figure.
  • 15. XOR Gate Exclusive-OR Gate: An XOR gate is a circuit that has two inputs and one output. The output voltage of an XOR gate is high(or 1) if one, and only one, of the input voltages is high(1), and the output voltage is low(or 0) if both input voltages are low (0) or both are high(1). An XOR gate is shown in the following figure.
  • 16. XNOR Gate Exclusive-NOR Gate: An XNOR gate is equivalent to an XOR gate followed by a NOT gate. The output voltage of an XNOR gate is high(or 1) if both of the input voltages are the same, and the output voltage is low(or 0) if one but not both of the input voltages are high(1). An XNOR gate is shown in the following figure.
  • 18. COMBINATIONS OF GATES Combinations of Gates: Combinational circuits can be constructed using a combination of inverters, OR gates, and AND gates. When combinations of circuits are formed, some gates may share inputs. This is shown in one of two ways in depiction of circuits. One method is to use branchings that indicate all the gates that use a given input. The other method is to indicate this input separately to each gate. Fig. (d) illustrates the two ways of showing gates with the same input values. Note also that output from a gate may be used as input by one or more other elements, as shown in Fig.(d). Both drawings in Fig.(d) depict the circuit that produces the output
  • 20. Example Example 1 The following Figure shows the outputs: (a) , (b) , and (c)
  • 22. Real World Problem Suppose we want to design an electric circuit that will sound a buzzer in a car if the speed of the car exceeds 100 km/h or if the car is in gear and the driver did not have seat-belt buckled. Clearly, we have the relationship or where b is the proposition “sound the buzzer”, p is the proposition “the speed of the car exceeds 100 km/h”, q is the proposition “the car is in gear”, and r is the proposition “driver’s seat belt is buckled”.
  • 23. To build an electronic circuit that will behave as described, we must first decide upon a convention for representing propositions by electronic signals. If the proposition is true, it will be represented by high voltage(or 1), and if the proposition is false, it will be represented by low voltage(or 0). We now see the result in the truth table as well as in the figure.
  • 24. Real World Problem Truth Table: 1 1 1 1 0 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 1 1 1 0 0 1 0 = the speed of the car exceeds 100 km/h = the car is in gear = driver’s seat belt is buckled = sound the buzzer
  • 26. REFERENCES “Discrete Mathematics and its Applications” – Kenneth H. Rosen “Elements of Discrete Mathematics” – C. L. Liu  Wikipedia Some Web Links
  • 27. THANK YOU ALL! END OF THE PRESENTATION