SlideShare a Scribd company logo
1 of 12
Digital Logic Design
By
Jalpa Maheshwari
1
What is Boolean Expression?
A Boolean expression is a logical statement that is either TRUE or FALSE.
What is Truth Table?
 Logic
A diagram in rows and columns showing how the truth or falsity of a proposition varies with
that of its components.
 Electronics
A diagram of the outputs from all possible combinations of input.
 Truth table can be constructed using Boolean expressions and vice versa.
Truth Tables and Boolean Expression
Thursday,
August 23, 2018
2
Truth table and Boolean Expression using Logic Diagram:
 Logic Diagram:
 Truth Table:
Truth Tables and Boolean Expression
3
Thursday,
August 23, 2018
Inputs Outputs
A B C = A. B D = A ⊕ B Q=C ⊕ D
0 0 1 0 0
0 1 1 1 1
1 0 1 1 1
1 1 0 0 1
Truth Tables and Boolean Expression
4
Thursday,
August 23, 2018
 Boolean Expression
𝐶 = 𝐴. 𝐵
𝐷 = 𝐴 ⊕ 𝐵
𝑄 = 𝐶 ⊕ 𝐷
Logic diagram and Truth table using Boolean Expression:
 Boolean Expression:
 Logic Diagram:
Truth Tables and Boolean Expression
5
Thursday,
August 23, 2018
A. B. C + A. (B + C
Truth Table:
Truth Tables and Boolean Expression
6
Thursday,
August 23, 2018
Inputs Outputs
A B C A.B.C 𝐁 𝐂 𝐁 + 𝐂 𝐀. ( 𝐁 + 𝐂 𝐀. 𝐁. 𝐂 + 𝐀. ( 𝐁 + 𝐂
0 0 0 0 1 1 1 0 0
0 0 1 0 1 0 1 0 0
0 1 0 0 0 1 1 0 0
0 1 1 0 0 0 0 0 0
1 0 0 0 1 1 1 1 1
1 0 1 0 1 0 1 1 1
1 1 0 0 0 1 1 1 1
1 1 1 1 0 0 0 0 1
Maxterm and Minterm:
 Minterms are those terms, where output Y is high. It is represented by ‘m’. The order of
inputs A, B and C does matter.
 Maxterms are those terms, where output Y is low. It is represented by ‘M’.
Minterm and Maxterm
7
Thursday,
August 23, 2018
Inputs Outputs
A B C Y
𝑚0 0 0 0 1
𝑚1 0 0 1 0
𝑚2 0 1 0 1
𝑚3 0 1 1 1
𝑚4 1 0 0 0
𝑚5 1 0 1 0
𝑚6 1 1 0 1
𝑚7 1 1 1 1
𝑦 𝐴, 𝐵, 𝐶 = 𝜋𝑀(1,4,5
 Minterm:
𝑦 𝐴, 𝐵, 𝐶 = Ʃ𝑚(0,2,3,6,7
 Maxterm:
Sum of Products and Product of Sums:
Sum of Products:
Convention
A = 0
A = 1
Lets take the previous problem, we want to represent the output ‘Y’ into SOP form.
Take those inputs in considerations, where output ‘Y’ is high.
SOP and POS
8
Thursday,
August 23, 2018
𝑦 = (𝐴. 𝐵. 𝐶 + 𝐴. 𝐵. 𝐶 + 𝐴. 𝐵. 𝐶 + 𝐴. 𝐵. 𝐶 + (𝐴. 𝐵. 𝐶
This form is known as Canonical SOP (CSOP) Form, each
minterm contains actual variable and its complement form.
So, this equation can be reduced to Minimal SOP (MSOP)
using Boolean Algebra, K-map or any reduction method.
Properties
9
Thursday,
August 23, 2018
Boolean Algebra Properties
Commutative a + b = b + a a. b = b. a
Associative 𝑎 + 𝑏 + 𝑐 = 𝑎 + (𝑏 + 𝑐 𝑎. 𝑏 . 𝑐 = 𝑎. (𝑏. 𝑐
Distributive 𝑎. 𝑏 + 𝑐
= 𝑎. 𝑏 + (𝑎. 𝑐
𝑎 + 𝑏. 𝑐
= 𝑎 + 𝑏 . (𝑎 + 𝑐
Idempotent 𝑎 + 𝑎 = 𝑎 𝑎. 𝑎 = 𝑎
Identity 𝑎 + 0 = 𝑎 𝑎. 1 = 𝑎
Annihilate 𝑎 + 1 = 1
𝑎 + 𝑎 = 1
𝑎. 0 = 0
𝑎. 𝑎 = 0
De-Morgan Theorem 𝑎 + 𝑏 = 𝑎. 𝑏 𝑎. 𝑏 = 𝑎 + 𝑏
Inverse 𝑎 = 𝑎
CSOP reduction to MSOP:
SOP and POS
10
Thursday,
August 23, 2018
𝑦 = (𝐴. 𝐵. 𝐶 + 𝐴. 𝐵. 𝐶 + 𝐴. 𝐵. 𝐶 + 𝐴. 𝐵. 𝐶 + 𝐴. 𝐵. 𝐶
𝑦 = (𝐴. 𝐵. 𝐶 + 𝐴. 𝐵 𝐶 + 𝐶 + 𝐴. 𝐵( 𝐶 + 𝐶
𝑈𝑠𝑖𝑛𝑔 𝐴𝑛𝑛𝑖ℎ𝑖𝑙𝑎𝑡𝑒 𝑝𝑟𝑜𝑝𝑒𝑟𝑡𝑦: 𝑎 + 𝑎 = 1
𝑦 = (𝐴. 𝐵. 𝐶 + 𝐴. 𝐵 + 𝐴. 𝐵
𝑦 = (𝐴. 𝐵. 𝐶 + 𝐵( 𝐴 + 𝐴
𝑦 = (𝐴. 𝐵. 𝐶 + 𝐵
𝑙𝑒𝑡𝑠 𝑠𝑢𝑝𝑝𝑜𝑠𝑒 𝑥 = 𝐴 𝐶
𝑦 = 𝑥. 𝐵 + 𝐵
𝑈𝑠𝑖𝑛𝑔 𝑝𝑟𝑜𝑝𝑒𝑟𝑡𝑦 𝑜𝑓 𝐷𝑖𝑠𝑡𝑟𝑖𝑏𝑢𝑡𝑖𝑐𝑒 𝑙𝑎𝑤:
𝑦 = 𝑥 + 𝐵
𝑦 = 𝐴 𝐶 + B Minimal SOP
Product of Sum:
From previous example
Convention:
A = 1
A = 0
Take inputs terms, where output ‘y’ is low.
SOP and POS
11
Thursday,
August 23, 2018
𝑦 = 𝐴 + 𝐵 + 𝐶 . 𝐴 + 𝐵 + 𝐶 . ( 𝐴 + 𝐵 + 𝐶
Canonical Product of sum
12

More Related Content

What's hot

Applied physics iii lecture2 number_systemsii
Applied physics iii lecture2 number_systemsiiApplied physics iii lecture2 number_systemsii
Applied physics iii lecture2 number_systemsiiJaphet Munnah
 
Section 1.2
Section 1.2Section 1.2
Section 1.2pketkar
 
Impact-Driven Process Model Repair
Impact-Driven Process Model RepairImpact-Driven Process Model Repair
Impact-Driven Process Model RepairArtem Polyvyanyy
 
8th pre alg -l9
8th pre alg -l98th pre alg -l9
8th pre alg -l9jdurst65
 
7th pre alg -l9
7th pre alg -l97th pre alg -l9
7th pre alg -l9jdurst65
 
Cebit - 2013 - Germany
Cebit - 2013 - GermanyCebit - 2013 - Germany
Cebit - 2013 - GermanyeScan
 
平成30年度川崎市都市ブランド推進事業二次審査提案書
平成30年度川崎市都市ブランド推進事業二次審査提案書平成30年度川崎市都市ブランド推進事業二次審査提案書
平成30年度川崎市都市ブランド推進事業二次審査提案書克彦 岡本
 
Kotaa Krishna Kamath, Software Product Architect – Infrastructure Projects, S...
Kotaa Krishna Kamath, Software Product Architect – Infrastructure Projects, S...Kotaa Krishna Kamath, Software Product Architect – Infrastructure Projects, S...
Kotaa Krishna Kamath, Software Product Architect – Infrastructure Projects, S...ESurveying Softech (India) Pvt. Ltd.,
 
1 ESO - Unit 04 - Exercises 1.4.3. - Integer Multiplication and Division.
1  ESO - Unit 04 - Exercises 1.4.3. - Integer Multiplication and Division.1  ESO - Unit 04 - Exercises 1.4.3. - Integer Multiplication and Division.
1 ESO - Unit 04 - Exercises 1.4.3. - Integer Multiplication and Division.Gogely The Great
 
Finding volume of a boba cup by integration
Finding volume of a boba cup by integrationFinding volume of a boba cup by integration
Finding volume of a boba cup by integrationsheryltheophila
 

What's hot (13)

Riemannian Geometry in Egison
Riemannian Geometry in EgisonRiemannian Geometry in Egison
Riemannian Geometry in Egison
 
Applied physics iii lecture2 number_systemsii
Applied physics iii lecture2 number_systemsiiApplied physics iii lecture2 number_systemsii
Applied physics iii lecture2 number_systemsii
 
Section 1.2
Section 1.2Section 1.2
Section 1.2
 
Mathematics and computing assignment help
Mathematics and computing assignment helpMathematics and computing assignment help
Mathematics and computing assignment help
 
Impact-Driven Process Model Repair
Impact-Driven Process Model RepairImpact-Driven Process Model Repair
Impact-Driven Process Model Repair
 
8th pre alg -l9
8th pre alg -l98th pre alg -l9
8th pre alg -l9
 
7th pre alg -l9
7th pre alg -l97th pre alg -l9
7th pre alg -l9
 
Cebit - 2013 - Germany
Cebit - 2013 - GermanyCebit - 2013 - Germany
Cebit - 2013 - Germany
 
平成30年度川崎市都市ブランド推進事業二次審査提案書
平成30年度川崎市都市ブランド推進事業二次審査提案書平成30年度川崎市都市ブランド推進事業二次審査提案書
平成30年度川崎市都市ブランド推進事業二次審査提案書
 
Kotaa Krishna Kamath, Software Product Architect – Infrastructure Projects, S...
Kotaa Krishna Kamath, Software Product Architect – Infrastructure Projects, S...Kotaa Krishna Kamath, Software Product Architect – Infrastructure Projects, S...
Kotaa Krishna Kamath, Software Product Architect – Infrastructure Projects, S...
 
1 ESO - Unit 04 - Exercises 1.4.3. - Integer Multiplication and Division.
1  ESO - Unit 04 - Exercises 1.4.3. - Integer Multiplication and Division.1  ESO - Unit 04 - Exercises 1.4.3. - Integer Multiplication and Division.
1 ESO - Unit 04 - Exercises 1.4.3. - Integer Multiplication and Division.
 
Offer Extension Synkota LABS .PDF
Offer Extension Synkota LABS .PDFOffer Extension Synkota LABS .PDF
Offer Extension Synkota LABS .PDF
 
Finding volume of a boba cup by integration
Finding volume of a boba cup by integrationFinding volume of a boba cup by integration
Finding volume of a boba cup by integration
 

Similar to Digital Logic Design Explained Through Boolean Expressions, Truth Tables and Logic Diagrams

Introduction to Half and Full Adder Circuit - Part 01 | Digital Logic Design |
Introduction to Half and Full Adder Circuit - Part 01 | Digital Logic Design |Introduction to Half and Full Adder Circuit - Part 01 | Digital Logic Design |
Introduction to Half and Full Adder Circuit - Part 01 | Digital Logic Design |JalpaMaheshwari1
 
1Boolean Alegebra 3booleanalgebraold-160325120651.pdf
1Boolean Alegebra 3booleanalgebraold-160325120651.pdf1Boolean Alegebra 3booleanalgebraold-160325120651.pdf
1Boolean Alegebra 3booleanalgebraold-160325120651.pdfsiliconvalley6203
 
Final Report
Final ReportFinal Report
Final ReportBrian Wu
 
Mathematics TAKS Exit Level Review
Mathematics TAKS Exit Level ReviewMathematics TAKS Exit Level Review
Mathematics TAKS Exit Level Reviewguest3f17823
 
A geometrical approach in Linear Programming Problems
A geometrical approach in Linear Programming ProblemsA geometrical approach in Linear Programming Problems
A geometrical approach in Linear Programming ProblemsRaja Agrawal
 
EXPONENTIAL FUNCTION.pptx
EXPONENTIAL FUNCTION.pptxEXPONENTIAL FUNCTION.pptx
EXPONENTIAL FUNCTION.pptxperlitoperezjr
 
Pricing optimization poster version 2 (1)
Pricing optimization poster version 2 (1)Pricing optimization poster version 2 (1)
Pricing optimization poster version 2 (1)Alex Potocki
 
Digital electronics lesson 2
Digital electronics lesson 2Digital electronics lesson 2
Digital electronics lesson 2Sukriti Dhang
 
SAT based planning for multiagent systems
SAT based planning for multiagent systemsSAT based planning for multiagent systems
SAT based planning for multiagent systemsRavi Kuril
 
Unit 4--probability and probability distribution (1).pptx
Unit 4--probability and probability distribution (1).pptxUnit 4--probability and probability distribution (1).pptx
Unit 4--probability and probability distribution (1).pptxakshay353895
 
CMSC 56 | Lecture 17: Matrices
CMSC 56 | Lecture 17: MatricesCMSC 56 | Lecture 17: Matrices
CMSC 56 | Lecture 17: Matricesallyn joy calcaben
 
Hidden Markov Model in Natural Language Processing
Hidden Markov Model in Natural Language ProcessingHidden Markov Model in Natural Language Processing
Hidden Markov Model in Natural Language Processingsachinmaskeen211
 
IN ORDER TO IMPLEMENT A SET OF RULES / TUTORIALOUTLET DOT COM
IN ORDER TO IMPLEMENT A SET OF RULES / TUTORIALOUTLET DOT COMIN ORDER TO IMPLEMENT A SET OF RULES / TUTORIALOUTLET DOT COM
IN ORDER TO IMPLEMENT A SET OF RULES / TUTORIALOUTLET DOT COMjorge0050
 

Similar to Digital Logic Design Explained Through Boolean Expressions, Truth Tables and Logic Diagrams (20)

Introduction to Half and Full Adder Circuit - Part 01 | Digital Logic Design |
Introduction to Half and Full Adder Circuit - Part 01 | Digital Logic Design |Introduction to Half and Full Adder Circuit - Part 01 | Digital Logic Design |
Introduction to Half and Full Adder Circuit - Part 01 | Digital Logic Design |
 
1Boolean Alegebra 3booleanalgebraold-160325120651.pdf
1Boolean Alegebra 3booleanalgebraold-160325120651.pdf1Boolean Alegebra 3booleanalgebraold-160325120651.pdf
1Boolean Alegebra 3booleanalgebraold-160325120651.pdf
 
Final Report
Final ReportFinal Report
Final Report
 
Slides ub-7
Slides ub-7Slides ub-7
Slides ub-7
 
Mathematics TAKS Exit Level Review
Mathematics TAKS Exit Level ReviewMathematics TAKS Exit Level Review
Mathematics TAKS Exit Level Review
 
A geometrical approach in Linear Programming Problems
A geometrical approach in Linear Programming ProblemsA geometrical approach in Linear Programming Problems
A geometrical approach in Linear Programming Problems
 
EXPONENTIAL FUNCTION.pptx
EXPONENTIAL FUNCTION.pptxEXPONENTIAL FUNCTION.pptx
EXPONENTIAL FUNCTION.pptx
 
13 Boolean Algebra
13 Boolean Algebra13 Boolean Algebra
13 Boolean Algebra
 
Pricing optimization poster version 2 (1)
Pricing optimization poster version 2 (1)Pricing optimization poster version 2 (1)
Pricing optimization poster version 2 (1)
 
Regression
RegressionRegression
Regression
 
Class7 calculus i
Class7 calculus iClass7 calculus i
Class7 calculus i
 
Digital electronics lesson 2
Digital electronics lesson 2Digital electronics lesson 2
Digital electronics lesson 2
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
SAT based planning for multiagent systems
SAT based planning for multiagent systemsSAT based planning for multiagent systems
SAT based planning for multiagent systems
 
Unit 4--probability and probability distribution (1).pptx
Unit 4--probability and probability distribution (1).pptxUnit 4--probability and probability distribution (1).pptx
Unit 4--probability and probability distribution (1).pptx
 
CMSC 56 | Lecture 17: Matrices
CMSC 56 | Lecture 17: MatricesCMSC 56 | Lecture 17: Matrices
CMSC 56 | Lecture 17: Matrices
 
Class6 statisticsii
Class6 statisticsiiClass6 statisticsii
Class6 statisticsii
 
Hidden Markov Model in Natural Language Processing
Hidden Markov Model in Natural Language ProcessingHidden Markov Model in Natural Language Processing
Hidden Markov Model in Natural Language Processing
 
IN ORDER TO IMPLEMENT A SET OF RULES / TUTORIALOUTLET DOT COM
IN ORDER TO IMPLEMENT A SET OF RULES / TUTORIALOUTLET DOT COMIN ORDER TO IMPLEMENT A SET OF RULES / TUTORIALOUTLET DOT COM
IN ORDER TO IMPLEMENT A SET OF RULES / TUTORIALOUTLET DOT COM
 
Regression
Regression  Regression
Regression
 

More from JalpaMaheshwari1

Finding determinant of 4X4 Matrix
Finding determinant of 4X4 MatrixFinding determinant of 4X4 Matrix
Finding determinant of 4X4 MatrixJalpaMaheshwari1
 
Digital Clock Using Logic Gates
Digital Clock Using Logic GatesDigital Clock Using Logic Gates
Digital Clock Using Logic GatesJalpaMaheshwari1
 
Square of an Input Number - Digital Logic Design | Lecture 5
Square of an Input Number - Digital Logic Design | Lecture 5Square of an Input Number - Digital Logic Design | Lecture 5
Square of an Input Number - Digital Logic Design | Lecture 5JalpaMaheshwari1
 
Design using Loft and Pattern features.
Design using Loft and Pattern features.Design using Loft and Pattern features.
Design using Loft and Pattern features.JalpaMaheshwari1
 

More from JalpaMaheshwari1 (8)

Finding determinant of 4X4 Matrix
Finding determinant of 4X4 MatrixFinding determinant of 4X4 Matrix
Finding determinant of 4X4 Matrix
 
Digital Clock Using Logic Gates
Digital Clock Using Logic GatesDigital Clock Using Logic Gates
Digital Clock Using Logic Gates
 
Unseen Beauty in Pakistan
Unseen Beauty in PakistanUnseen Beauty in Pakistan
Unseen Beauty in Pakistan
 
Square of an Input Number - Digital Logic Design | Lecture 5
Square of an Input Number - Digital Logic Design | Lecture 5Square of an Input Number - Digital Logic Design | Lecture 5
Square of an Input Number - Digital Logic Design | Lecture 5
 
Design using Loft and Pattern features.
Design using Loft and Pattern features.Design using Loft and Pattern features.
Design using Loft and Pattern features.
 
Propeller Tutorial
Propeller TutorialPropeller Tutorial
Propeller Tutorial
 
Solid Works Exercises
Solid Works Exercises  Solid Works Exercises
Solid Works Exercises
 
Digital Logic Design
Digital Logic DesignDigital Logic Design
Digital Logic Design
 

Recently uploaded

(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 

Digital Logic Design Explained Through Boolean Expressions, Truth Tables and Logic Diagrams

  • 2. What is Boolean Expression? A Boolean expression is a logical statement that is either TRUE or FALSE. What is Truth Table?  Logic A diagram in rows and columns showing how the truth or falsity of a proposition varies with that of its components.  Electronics A diagram of the outputs from all possible combinations of input.  Truth table can be constructed using Boolean expressions and vice versa. Truth Tables and Boolean Expression Thursday, August 23, 2018 2
  • 3. Truth table and Boolean Expression using Logic Diagram:  Logic Diagram:  Truth Table: Truth Tables and Boolean Expression 3 Thursday, August 23, 2018 Inputs Outputs A B C = A. B D = A ⊕ B Q=C ⊕ D 0 0 1 0 0 0 1 1 1 1 1 0 1 1 1 1 1 0 0 1
  • 4. Truth Tables and Boolean Expression 4 Thursday, August 23, 2018  Boolean Expression 𝐶 = 𝐴. 𝐵 𝐷 = 𝐴 ⊕ 𝐵 𝑄 = 𝐶 ⊕ 𝐷
  • 5. Logic diagram and Truth table using Boolean Expression:  Boolean Expression:  Logic Diagram: Truth Tables and Boolean Expression 5 Thursday, August 23, 2018 A. B. C + A. (B + C
  • 6. Truth Table: Truth Tables and Boolean Expression 6 Thursday, August 23, 2018 Inputs Outputs A B C A.B.C 𝐁 𝐂 𝐁 + 𝐂 𝐀. ( 𝐁 + 𝐂 𝐀. 𝐁. 𝐂 + 𝐀. ( 𝐁 + 𝐂 0 0 0 0 1 1 1 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 1 1 1 1 0 1 0 1 0 1 1 1 1 1 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 1
  • 7. Maxterm and Minterm:  Minterms are those terms, where output Y is high. It is represented by ‘m’. The order of inputs A, B and C does matter.  Maxterms are those terms, where output Y is low. It is represented by ‘M’. Minterm and Maxterm 7 Thursday, August 23, 2018 Inputs Outputs A B C Y 𝑚0 0 0 0 1 𝑚1 0 0 1 0 𝑚2 0 1 0 1 𝑚3 0 1 1 1 𝑚4 1 0 0 0 𝑚5 1 0 1 0 𝑚6 1 1 0 1 𝑚7 1 1 1 1 𝑦 𝐴, 𝐵, 𝐶 = 𝜋𝑀(1,4,5  Minterm: 𝑦 𝐴, 𝐵, 𝐶 = Ʃ𝑚(0,2,3,6,7  Maxterm:
  • 8. Sum of Products and Product of Sums: Sum of Products: Convention A = 0 A = 1 Lets take the previous problem, we want to represent the output ‘Y’ into SOP form. Take those inputs in considerations, where output ‘Y’ is high. SOP and POS 8 Thursday, August 23, 2018 𝑦 = (𝐴. 𝐵. 𝐶 + 𝐴. 𝐵. 𝐶 + 𝐴. 𝐵. 𝐶 + 𝐴. 𝐵. 𝐶 + (𝐴. 𝐵. 𝐶 This form is known as Canonical SOP (CSOP) Form, each minterm contains actual variable and its complement form. So, this equation can be reduced to Minimal SOP (MSOP) using Boolean Algebra, K-map or any reduction method.
  • 9. Properties 9 Thursday, August 23, 2018 Boolean Algebra Properties Commutative a + b = b + a a. b = b. a Associative 𝑎 + 𝑏 + 𝑐 = 𝑎 + (𝑏 + 𝑐 𝑎. 𝑏 . 𝑐 = 𝑎. (𝑏. 𝑐 Distributive 𝑎. 𝑏 + 𝑐 = 𝑎. 𝑏 + (𝑎. 𝑐 𝑎 + 𝑏. 𝑐 = 𝑎 + 𝑏 . (𝑎 + 𝑐 Idempotent 𝑎 + 𝑎 = 𝑎 𝑎. 𝑎 = 𝑎 Identity 𝑎 + 0 = 𝑎 𝑎. 1 = 𝑎 Annihilate 𝑎 + 1 = 1 𝑎 + 𝑎 = 1 𝑎. 0 = 0 𝑎. 𝑎 = 0 De-Morgan Theorem 𝑎 + 𝑏 = 𝑎. 𝑏 𝑎. 𝑏 = 𝑎 + 𝑏 Inverse 𝑎 = 𝑎
  • 10. CSOP reduction to MSOP: SOP and POS 10 Thursday, August 23, 2018 𝑦 = (𝐴. 𝐵. 𝐶 + 𝐴. 𝐵. 𝐶 + 𝐴. 𝐵. 𝐶 + 𝐴. 𝐵. 𝐶 + 𝐴. 𝐵. 𝐶 𝑦 = (𝐴. 𝐵. 𝐶 + 𝐴. 𝐵 𝐶 + 𝐶 + 𝐴. 𝐵( 𝐶 + 𝐶 𝑈𝑠𝑖𝑛𝑔 𝐴𝑛𝑛𝑖ℎ𝑖𝑙𝑎𝑡𝑒 𝑝𝑟𝑜𝑝𝑒𝑟𝑡𝑦: 𝑎 + 𝑎 = 1 𝑦 = (𝐴. 𝐵. 𝐶 + 𝐴. 𝐵 + 𝐴. 𝐵 𝑦 = (𝐴. 𝐵. 𝐶 + 𝐵( 𝐴 + 𝐴 𝑦 = (𝐴. 𝐵. 𝐶 + 𝐵 𝑙𝑒𝑡𝑠 𝑠𝑢𝑝𝑝𝑜𝑠𝑒 𝑥 = 𝐴 𝐶 𝑦 = 𝑥. 𝐵 + 𝐵 𝑈𝑠𝑖𝑛𝑔 𝑝𝑟𝑜𝑝𝑒𝑟𝑡𝑦 𝑜𝑓 𝐷𝑖𝑠𝑡𝑟𝑖𝑏𝑢𝑡𝑖𝑐𝑒 𝑙𝑎𝑤: 𝑦 = 𝑥 + 𝐵 𝑦 = 𝐴 𝐶 + B Minimal SOP
  • 11. Product of Sum: From previous example Convention: A = 1 A = 0 Take inputs terms, where output ‘y’ is low. SOP and POS 11 Thursday, August 23, 2018 𝑦 = 𝐴 + 𝐵 + 𝐶 . 𝐴 + 𝐵 + 𝐶 . ( 𝐴 + 𝐵 + 𝐶 Canonical Product of sum
  • 12. 12