SlideShare a Scribd company logo
1 of 23
BO
O
LEAN
ALG
EBRA
2
Boolean Algebra
I will take an umbrella with me if it is raining
or the weather forecast is bad
3
Boolean Algebra
I will take an umbrella with me if it is raining
or the weather forecast is bad
4
Boolean Algebra
I will take an umbrella with me if it is raining
or the weather forecast is bad
A Simple Proposition
5
Boolean Algebra
I will take an umbrella with me if it is raining
or the weather forecast is bad
Propositions may be TRUE or FALSE, are functions of other
propositions, and connected by logical connections (AND, OR,
NOT)
6
Boolean Algebra
I will take an umbrella with me if it is raining
or the weather forecast is bad
Truth Table
7
Boolean Algebra
George Boole, the mathematician, developed
boolean algebra to simplify the handling of
complex connectives.
Boolean Algebra uses ordinary algebraic
notation, and 1 for True and 0 for False.
8
Boolean Algebra
I will take an umbrella with me if it is raining
or the weather forecast is bad
U = R + F
Boolean equation
Raining Bad Forecast Umbrella
0 0 0
0 1 1
1 0 1
1 1 1
9
Boolean Algebra
If I do not take the car then I will take an
umbrella if it is raining or the weather forecast
is bad
10
Boolean Algebra
If I do not take the car then I will take an
umbrella if it is raining or the weather forecast
is bad
11
Boolean Algebra
If I do not take the car then I will take an
umbrella if it is raining or the weather forecast
is bad
12
Boolean Algebra
If I do not take the car then I will take an
umbrella if it is raining or the weather forecast
is bad
U = C’. (W + R)
13
Boolean Algebra
U = C’. (W + R)
If I do not take the car then I will take an
umbrella if it is raining or the weather forecast
is bad
14
Boolean Identities
Basic boolean identities.
X + 0 = X X * 1 = X X + 1 = 1
X * 0 = 0 X + X = X X * X = X
X + X = 1 X = X X * X = 0
15
Basic Laws of Boolean Algebra
The basic laws of boolean algebra are:
Commutative Law:
X + Y = Y + X XY = YX
Associative Law:
X+(Y+Z) = (X+Y)+Z X(YZ)=(XY)Z
Distributive Law:
X(Y+Z) = XY + XZ X+YZ = (X+Y)(X+Z)
16
Boolean Laws and Identities
Reduce the boolean function F = X Y Z + X Y + X Y Z
17
Boolean Laws and Identities
Reduce the boolean function F = X Y Z + X Y + X Y Z
F = X Y (Z + Z) + X Y (Distributive and Commutative Laws)
18
Boolean Laws and Identities
Reduce the boolean function F = X Y Z + X Y + X Y Z
F = X Y (Z + Z) + X Y (Distributive and Commutative Laws)
F = X Y (Z + Z) + X Y (Identity)
= 1
19
Boolean Laws and Identities
Reduce the boolean function F = X Y Z + X Y + X Y Z
F = X Y (Z + Z) + X Y (Distributive and Commutative Laws)
F = X Y (Z + Z) + X Y (Identity)
= 1
F = X Y + X Y
20
Boolean Laws and Identities
Reduce the boolean function F = X Y Z + X Y + X Y Z
F = X Y (Z + Z) + X Y (Distributive and Commutative Laws)
F = X Y (Z + Z) + X Y (Identity)
= 1
F = X Y + X Y
F = (X + X) Y (Distributive Law)
21
Boolean Laws and Identities
Reduce the boolean function F = X Y Z + X Y + X Y Z
F = X Y (Z + Z) + X Y (Distributive and Commutative Laws)
F = X Y (Z + Z) + X Y (Identity)
= 1
F = X Y + X Y
F = (X + X) Y (Distributive Law)
F = (X + X) Y (Identity)
= 1
22
Boolean Laws and Identities
Reduce the boolean function F = X Y Z + X Y + X Y Z
F = X Y (Z + Z) + X Y (Distributive and Commutative Laws)
F = X Y (Z + Z) + X Y (Identity)
= 1
F = X Y + X Y
F = (X + X) Y (Distributive Law)
F = (X + X) Y (Identity)
= 1
F = Y
23
Advanced Boolean Laws
Here are some advanced laws of boolean algebra that
can be directly applied to the reduction of boolean
functions.
X + X Y = X
X Y + X Y = X
X + X Y = X + Y
X (X + Y) = X
(X + Y)(X + Y) = X
X (X + Y) = X

More Related Content

What's hot

Booths Multiplication Algorithm
Booths Multiplication AlgorithmBooths Multiplication Algorithm
Booths Multiplication Algorithmknightnick
 
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
 
carry look ahead adder
carry look ahead addercarry look ahead adder
carry look ahead adderASHISH MANI
 
Basic theorems and properties of boolean algebra
Basic theorems and properties of boolean algebraBasic theorems and properties of boolean algebra
Basic theorems and properties of boolean algebraHanu Kavi
 
Boolean algebra.pptx
Boolean algebra.pptxBoolean algebra.pptx
Boolean algebra.pptxMhhh7
 
Logic simplification sop and pos forms
Logic simplification sop and pos formsLogic simplification sop and pos forms
Logic simplification sop and pos formsManesh T
 
boolean algebra and logic simplification
boolean algebra and logic simplificationboolean algebra and logic simplification
boolean algebra and logic simplificationUnsa Shakir
 
BOOLEAN ALGEBRA AND LOGIC GATE
BOOLEAN ALGEBRA AND LOGIC GATE BOOLEAN ALGEBRA AND LOGIC GATE
BOOLEAN ALGEBRA AND LOGIC GATE Tamim Tanvir
 
Digital Logic Circuits
Digital Logic CircuitsDigital Logic Circuits
Digital Logic Circuitssathish sak
 
Basic gates and boolean algebra
Basic gates and boolean algebraBasic gates and boolean algebra
Basic gates and boolean algebraSudheesh S Madhav
 
BOOLEAN ALGEBRA
BOOLEAN ALGEBRA BOOLEAN ALGEBRA
BOOLEAN ALGEBRA Shaik Aman
 
Fixed point and floating-point numbers
Fixed point and  floating-point numbersFixed point and  floating-point numbers
Fixed point and floating-point numbersMOHAN MOHAN
 
Boolean expression org.
Boolean expression org.Boolean expression org.
Boolean expression org.mshoaib15
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmeticgavhays
 
Magnitude comparator
Magnitude comparatorMagnitude comparator
Magnitude comparatorSyed Saeed
 

What's hot (20)

Booths Multiplication Algorithm
Booths Multiplication AlgorithmBooths Multiplication Algorithm
Booths Multiplication Algorithm
 
Digital design chap 2
Digital design    chap 2Digital design    chap 2
Digital design chap 2
 
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.
 
carry look ahead adder
carry look ahead addercarry look ahead adder
carry look ahead adder
 
Basic theorems and properties of boolean algebra
Basic theorems and properties of boolean algebraBasic theorems and properties of boolean algebra
Basic theorems and properties of boolean algebra
 
Boolean algebra.pptx
Boolean algebra.pptxBoolean algebra.pptx
Boolean algebra.pptx
 
Logic simplification sop and pos forms
Logic simplification sop and pos formsLogic simplification sop and pos forms
Logic simplification sop and pos forms
 
boolean algebra and logic simplification
boolean algebra and logic simplificationboolean algebra and logic simplification
boolean algebra and logic simplification
 
What is discrete mathematics
What is discrete mathematicsWhat is discrete mathematics
What is discrete mathematics
 
BOOLEAN ALGEBRA AND LOGIC GATE
BOOLEAN ALGEBRA AND LOGIC GATE BOOLEAN ALGEBRA AND LOGIC GATE
BOOLEAN ALGEBRA AND LOGIC GATE
 
Digital Logic Circuits
Digital Logic CircuitsDigital Logic Circuits
Digital Logic Circuits
 
Basic gates and boolean algebra
Basic gates and boolean algebraBasic gates and boolean algebra
Basic gates and boolean algebra
 
BOOLEAN ALGEBRA
BOOLEAN ALGEBRA BOOLEAN ALGEBRA
BOOLEAN ALGEBRA
 
Fixed point and floating-point numbers
Fixed point and  floating-point numbersFixed point and  floating-point numbers
Fixed point and floating-point numbers
 
Logic gates presentation
Logic gates presentationLogic gates presentation
Logic gates presentation
 
Boolean expression org.
Boolean expression org.Boolean expression org.
Boolean expression org.
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
Subtractor
SubtractorSubtractor
Subtractor
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
 
Magnitude comparator
Magnitude comparatorMagnitude comparator
Magnitude comparator
 

Viewers also liked

Boolean algebra
Boolean algebraBoolean algebra
Boolean algebraGagan Deep
 
Boolean Algebra
Boolean AlgebraBoolean Algebra
Boolean Algebragavhays
 
Introduction to boolean algebra
Introduction to boolean algebraIntroduction to boolean algebra
Introduction to boolean algebraMediotype .
 
Jif 317 2015/2016 webex 1 slides
Jif 317 2015/2016 webex 1 slidesJif 317 2015/2016 webex 1 slides
Jif 317 2015/2016 webex 1 slidesKurenai Ryu
 
Material Science SNU korea chapter 1
Material Science SNU korea chapter 1Material Science SNU korea chapter 1
Material Science SNU korea chapter 1Kurenai Ryu
 
Jif 315 lesson 1 Laplace and fourier transform
Jif 315 lesson 1 Laplace and fourier transformJif 315 lesson 1 Laplace and fourier transform
Jif 315 lesson 1 Laplace and fourier transformKurenai Ryu
 
Data representation and boolean algebra
Data representation and boolean algebraData representation and boolean algebra
Data representation and boolean algebragourav kottawar
 
Number system utm notes
Number system utm notesNumber system utm notes
Number system utm notesKurenai Ryu
 
De Morgan Theorem B[1]
De Morgan Theorem B[1]De Morgan Theorem B[1]
De Morgan Theorem B[1]Mr. Bullerman
 
Digital logic gates and Boolean algebra
Digital logic gates and Boolean algebraDigital logic gates and Boolean algebra
Digital logic gates and Boolean algebraSARITHA REDDY
 
Ch4 Boolean Algebra And Logic Simplication1
Ch4 Boolean Algebra And Logic Simplication1Ch4 Boolean Algebra And Logic Simplication1
Ch4 Boolean Algebra And Logic Simplication1Qundeel
 

Viewers also liked (20)

Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
Theorems in DE
Theorems in DETheorems in DE
Theorems in DE
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
Boolean algebra
 Boolean algebra Boolean algebra
Boolean algebra
 
07 boolean algebra
07 boolean algebra07 boolean algebra
07 boolean algebra
 
Boolean Algebra
Boolean AlgebraBoolean Algebra
Boolean Algebra
 
Introduction to boolean algebra
Introduction to boolean algebraIntroduction to boolean algebra
Introduction to boolean algebra
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
Multsim pertama
Multsim pertamaMultsim pertama
Multsim pertama
 
Jif 317 2015/2016 webex 1 slides
Jif 317 2015/2016 webex 1 slidesJif 317 2015/2016 webex 1 slides
Jif 317 2015/2016 webex 1 slides
 
Material Science SNU korea chapter 1
Material Science SNU korea chapter 1Material Science SNU korea chapter 1
Material Science SNU korea chapter 1
 
Jif 315 lesson 1 Laplace and fourier transform
Jif 315 lesson 1 Laplace and fourier transformJif 315 lesson 1 Laplace and fourier transform
Jif 315 lesson 1 Laplace and fourier transform
 
Data representation and boolean algebra
Data representation and boolean algebraData representation and boolean algebra
Data representation and boolean algebra
 
Number system utm notes
Number system utm notesNumber system utm notes
Number system utm notes
 
De Morgan Theorem B[1]
De Morgan Theorem B[1]De Morgan Theorem B[1]
De Morgan Theorem B[1]
 
boolean algebra
boolean algebraboolean algebra
boolean algebra
 
1s and 2s complement
1s and 2s complement1s and 2s complement
1s and 2s complement
 
Digital logic gates and Boolean algebra
Digital logic gates and Boolean algebraDigital logic gates and Boolean algebra
Digital logic gates and Boolean algebra
 
Ch4 Boolean Algebra And Logic Simplication1
Ch4 Boolean Algebra And Logic Simplication1Ch4 Boolean Algebra And Logic Simplication1
Ch4 Boolean Algebra And Logic Simplication1
 

Similar to Boolean algebra

Introduction-to-Boolean-Algebra.ppt
Introduction-to-Boolean-Algebra.pptIntroduction-to-Boolean-Algebra.ppt
Introduction-to-Boolean-Algebra.pptSanjay446332
 
Boolean Algebra SOP POS_Computer Architecture.pdf
Boolean Algebra SOP POS_Computer Architecture.pdfBoolean Algebra SOP POS_Computer Architecture.pdf
Boolean Algebra SOP POS_Computer Architecture.pdfSangitaBose2
 
Boolean Algebra logic and De Morgan theorem
Boolean Algebra logic and De Morgan theoremBoolean Algebra logic and De Morgan theorem
Boolean Algebra logic and De Morgan theorembalafet
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebramdaglis
 
Admission in india 2015
Admission in india 2015Admission in india 2015
Admission in india 2015Edhole.com
 
M3 PPT 22ESC143.docx
M3 PPT 22ESC143.docxM3 PPT 22ESC143.docx
M3 PPT 22ESC143.docxJyothi122118
 
M3 PPT 22ESC143.docx
M3 PPT 22ESC143.docxM3 PPT 22ESC143.docx
M3 PPT 22ESC143.docxJyothi122118
 
DM2020 boolean algebra
DM2020 boolean algebraDM2020 boolean algebra
DM2020 boolean algebraRobert Geofroy
 
Chapter2 (1).pptx
Chapter2 (1).pptxChapter2 (1).pptx
Chapter2 (1).pptxMitKumar2
 
BooleanAlgebra.ppt
BooleanAlgebra.pptBooleanAlgebra.ppt
BooleanAlgebra.pptKarthi Keyan
 

Similar to Boolean algebra (16)

Introduction-to-Boolean-Algebra.ppt
Introduction-to-Boolean-Algebra.pptIntroduction-to-Boolean-Algebra.ppt
Introduction-to-Boolean-Algebra.ppt
 
Boolean Algebra SOP POS_Computer Architecture.pdf
Boolean Algebra SOP POS_Computer Architecture.pdfBoolean Algebra SOP POS_Computer Architecture.pdf
Boolean Algebra SOP POS_Computer Architecture.pdf
 
boolean.pdf
boolean.pdfboolean.pdf
boolean.pdf
 
Boolean Algebra logic and De Morgan theorem
Boolean Algebra logic and De Morgan theoremBoolean Algebra logic and De Morgan theorem
Boolean Algebra logic and De Morgan theorem
 
Digital Electronics
Digital ElectronicsDigital Electronics
Digital Electronics
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
boolean algebra
boolean algebraboolean algebra
boolean algebra
 
Admission in india 2015
Admission in india 2015Admission in india 2015
Admission in india 2015
 
M3 PPT 22ESC143.docx
M3 PPT 22ESC143.docxM3 PPT 22ESC143.docx
M3 PPT 22ESC143.docx
 
M3 PPT 22ESC143.docx
M3 PPT 22ESC143.docxM3 PPT 22ESC143.docx
M3 PPT 22ESC143.docx
 
DM2020 boolean algebra
DM2020 boolean algebraDM2020 boolean algebra
DM2020 boolean algebra
 
Boolean Algebra DLD
Boolean Algebra DLDBoolean Algebra DLD
Boolean Algebra DLD
 
Chapter2 (1).pptx
Chapter2 (1).pptxChapter2 (1).pptx
Chapter2 (1).pptx
 
BooleanAlgebra.ppt
BooleanAlgebra.pptBooleanAlgebra.ppt
BooleanAlgebra.ppt
 
Boolean alebra
Boolean alebraBoolean alebra
Boolean alebra
 
Chapter 2.pptx
Chapter 2.pptxChapter 2.pptx
Chapter 2.pptx
 

More from Rania H

Puberty in Islam for Boys
Puberty in Islam for BoysPuberty in Islam for Boys
Puberty in Islam for BoysRania H
 
Passive filters
Passive filtersPassive filters
Passive filtersRania H
 
Women and Youth affairs @ICOB
Women and Youth affairs @ICOBWomen and Youth affairs @ICOB
Women and Youth affairs @ICOBRania H
 
Image segmentation
Image segmentationImage segmentation
Image segmentationRania H
 
Islam 101
Islam 101Islam 101
Islam 101Rania H
 
Puberty for girls in Islam
Puberty for girls in IslamPuberty for girls in Islam
Puberty for girls in IslamRania H
 
Women In Islam
Women In IslamWomen In Islam
Women In IslamRania H
 
Many Cultures One Community May 2012
Many Cultures One Community May 2012Many Cultures One Community May 2012
Many Cultures One Community May 2012Rania H
 

More from Rania H (8)

Puberty in Islam for Boys
Puberty in Islam for BoysPuberty in Islam for Boys
Puberty in Islam for Boys
 
Passive filters
Passive filtersPassive filters
Passive filters
 
Women and Youth affairs @ICOB
Women and Youth affairs @ICOBWomen and Youth affairs @ICOB
Women and Youth affairs @ICOB
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Islam 101
Islam 101Islam 101
Islam 101
 
Puberty for girls in Islam
Puberty for girls in IslamPuberty for girls in Islam
Puberty for girls in Islam
 
Women In Islam
Women In IslamWomen In Islam
Women In Islam
 
Many Cultures One Community May 2012
Many Cultures One Community May 2012Many Cultures One Community May 2012
Many Cultures One Community May 2012
 

Recently uploaded

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 

Recently uploaded (20)

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 

Boolean algebra

  • 2. 2 Boolean Algebra I will take an umbrella with me if it is raining or the weather forecast is bad
  • 3. 3 Boolean Algebra I will take an umbrella with me if it is raining or the weather forecast is bad
  • 4. 4 Boolean Algebra I will take an umbrella with me if it is raining or the weather forecast is bad A Simple Proposition
  • 5. 5 Boolean Algebra I will take an umbrella with me if it is raining or the weather forecast is bad Propositions may be TRUE or FALSE, are functions of other propositions, and connected by logical connections (AND, OR, NOT)
  • 6. 6 Boolean Algebra I will take an umbrella with me if it is raining or the weather forecast is bad Truth Table
  • 7. 7 Boolean Algebra George Boole, the mathematician, developed boolean algebra to simplify the handling of complex connectives. Boolean Algebra uses ordinary algebraic notation, and 1 for True and 0 for False.
  • 8. 8 Boolean Algebra I will take an umbrella with me if it is raining or the weather forecast is bad U = R + F Boolean equation Raining Bad Forecast Umbrella 0 0 0 0 1 1 1 0 1 1 1 1
  • 9. 9 Boolean Algebra If I do not take the car then I will take an umbrella if it is raining or the weather forecast is bad
  • 10. 10 Boolean Algebra If I do not take the car then I will take an umbrella if it is raining or the weather forecast is bad
  • 11. 11 Boolean Algebra If I do not take the car then I will take an umbrella if it is raining or the weather forecast is bad
  • 12. 12 Boolean Algebra If I do not take the car then I will take an umbrella if it is raining or the weather forecast is bad U = C’. (W + R)
  • 13. 13 Boolean Algebra U = C’. (W + R) If I do not take the car then I will take an umbrella if it is raining or the weather forecast is bad
  • 14. 14 Boolean Identities Basic boolean identities. X + 0 = X X * 1 = X X + 1 = 1 X * 0 = 0 X + X = X X * X = X X + X = 1 X = X X * X = 0
  • 15. 15 Basic Laws of Boolean Algebra The basic laws of boolean algebra are: Commutative Law: X + Y = Y + X XY = YX Associative Law: X+(Y+Z) = (X+Y)+Z X(YZ)=(XY)Z Distributive Law: X(Y+Z) = XY + XZ X+YZ = (X+Y)(X+Z)
  • 16. 16 Boolean Laws and Identities Reduce the boolean function F = X Y Z + X Y + X Y Z
  • 17. 17 Boolean Laws and Identities Reduce the boolean function F = X Y Z + X Y + X Y Z F = X Y (Z + Z) + X Y (Distributive and Commutative Laws)
  • 18. 18 Boolean Laws and Identities Reduce the boolean function F = X Y Z + X Y + X Y Z F = X Y (Z + Z) + X Y (Distributive and Commutative Laws) F = X Y (Z + Z) + X Y (Identity) = 1
  • 19. 19 Boolean Laws and Identities Reduce the boolean function F = X Y Z + X Y + X Y Z F = X Y (Z + Z) + X Y (Distributive and Commutative Laws) F = X Y (Z + Z) + X Y (Identity) = 1 F = X Y + X Y
  • 20. 20 Boolean Laws and Identities Reduce the boolean function F = X Y Z + X Y + X Y Z F = X Y (Z + Z) + X Y (Distributive and Commutative Laws) F = X Y (Z + Z) + X Y (Identity) = 1 F = X Y + X Y F = (X + X) Y (Distributive Law)
  • 21. 21 Boolean Laws and Identities Reduce the boolean function F = X Y Z + X Y + X Y Z F = X Y (Z + Z) + X Y (Distributive and Commutative Laws) F = X Y (Z + Z) + X Y (Identity) = 1 F = X Y + X Y F = (X + X) Y (Distributive Law) F = (X + X) Y (Identity) = 1
  • 22. 22 Boolean Laws and Identities Reduce the boolean function F = X Y Z + X Y + X Y Z F = X Y (Z + Z) + X Y (Distributive and Commutative Laws) F = X Y (Z + Z) + X Y (Identity) = 1 F = X Y + X Y F = (X + X) Y (Distributive Law) F = (X + X) Y (Identity) = 1 F = Y
  • 23. 23 Advanced Boolean Laws Here are some advanced laws of boolean algebra that can be directly applied to the reduction of boolean functions. X + X Y = X X Y + X Y = X X + X Y = X + Y X (X + Y) = X (X + Y)(X + Y) = X X (X + Y) = X

Editor's Notes

  1. http://www.doc.ic.ac.uk/~dfg/hardware/HardwareLecture01.pdf
  2. http://www.doc.ic.ac.uk/~dfg/hardware/HardwareLecture01.pdf
  3. http://www.doc.ic.ac.uk/~dfg/hardware/HardwareLecture01.pdf
  4. http://www.doc.ic.ac.uk/~dfg/hardware/HardwareLecture01.pdf