SlideShare a Scribd company logo
IDEAL EYES BUSINESS COLLEGE 
A 
PRESENTATION 
ON 
BOOLEAN ALGEBRA 
& 
LOGIC GATE 
PRESENTED TO:- IEBC PRESENTED BY:- VIVEK KUMAR
CONTENT 
1. INTRODUCTION 
2. BOOLEAN LOGIC OPERATION 
3. LAWS& RULES OF BOOLEAN ALGEBRA 
4. DE MORGAN’S THEOREMS 
5. IMPLICATIONS OF DE MORGAN’S 
THEOREMS 
6. COMBINATIONAL LOGIC 
7. KARNAUGH MAPS 
8. LOGIC GATE
INTRODUCTION 
• 1854: Logical algebra was published by George 
Boole known today as “Boolean Algebra” 
• It’s a convenient way and systematic way of 
expressing and analyzing the operation of logic 
circuits. 
• 1938: Claude Shannon was the first to apply Boole’s 
work to the analysis and design of logic circuits. 
• A Boolean algebra value can be either true or false. 
• Digital logic uses 1 to represent true and 0 to 
represent false.
BOOLEAN LOGIC OPERATION 
 AND OPERATION 
OR OPERATION 
 NOT (COMPLEMENTATION ) OPERATION
AND OPERATION 
• It is a two variables cases. 
• It is written as Y=A.B. 
• Dot (.) symbol is the common symbol of AND 
gate. 
• When both input are 1 then output is also 1. 
• When both and also at list any input 0 then 
output is also 0. 
• We can also write as Y=AB.
AND OPERATION TRUTH TABLE
OR OPERATION 
• It is also two variables case. 
• It is written as Y=A+B. 
• Plus (+) symbol is the common symbol of OR 
gate. 
• When both input are 0 then output is also 0. 
• When both input 1 and at list any input 1 
then output is also 1.
OR OPERATION TRUTH TABLE
NOT (COMPLEMENTATION ) OPERATION 
•It is one variable case. 
•It has only one input. 
•It change any input to it’s compliment. 
•As like 1 to 0 & 0 to 1. 
•It is also written as A=A. 
•It is also called inverter.
LAWS & RULES OF BOOLEAN 
ALGEBRA 
OPERATIONS WITH 0 AND 1: 
• 1. X + 0 = X 1D. X • 1 = X 
• 2. X + 1 = 1 2D. X • 0 = 0 
• IDEMPOTENT LAWS 
• 3. X + X = X 3D. X • X = X 
CONTINUE
LAWS & RULES OF BOOLEAN 
ALGEBRA 
• 4. ( X' ) ' = X 
• LAWS OF COMPLEMENTARITY: 
• 5. X + X' = 1 5D. X • X' = 0 
• COMMUTATIVE LAWS: 
• 6. X + Y = Y + X 6D. X • Y = Y • X 
CONTINUE
LAWS & RULES OF BOOLEAN 
ALGEBRA 
• COMMUTATIVE LAWS: 
• 6. X + Y = Y + X 6D. X • Y = Y • X 
• ASSOCIATIVE LAWS: 
• 7. (X + Y) + Z = X + (Y + Z) 7D. (XY)Z = X(YZ) = XYZ 
• DISTRIBUTIVE LAWS: 
• 8. X( Y + Z ) = XY + XZ 8D. X + YZ = ( X + Y ) ( X + 
Z ) 
CONTINUE
LAWS & RULES OF BOOLEAN 
ALGEBRA 
• SIMPLIFICATION THEOREMS: 
• 9. X Y + X Y' = X 9D. ( X + Y ) ( X + Y' ) = X 
• 10. X + XY = X 10D. X ( X + Y ) = X 
• 11. ( X + Y' ) Y = XY 11D. XY' + Y = X + Y 
• DEMORGAN’S LAWS: 
• 12. ( X + Y + Z + … )' = X'Y'Z'… 12D. (X Y Z …)' = X' + Y' + Z' + … 
• 13. [ f ( X1, X2, … XN, 0, 1, +, • ) ]' = f ( X1', X2', … XN', 1, 0, •, + ) 
CONTINUE
IMPLIMANTATION OF DE MORGAN’S 
THEOREMS 
THEOREM 1 
A+B = A.B 
A 
B 
Y=A+B 
THEOREM 2 
A 
B 
Y=A.B
DE MORGAN’S THEOREMS 
• As An Example, We Prove De Morgan’s Laws.
COMBINATIONAL LOGIC 
 SOME OF PRODUCT (SOP) 
 PRODUCT OF SOMS (POS) 
HOW TO CHANGE SOP TO POS & POS TO SOP 
 CANONICAL FORMS
SOME OF PRODUCT (SOP) 
• When two or more product terms are summed by 
Boolean addition, 
• the resulting expression is a sum-of-products (SOP). 
Some examples are: 
• AB + ABC 
• ABC + CDE + BCD 
• AB + BCD + AC 
• Also, an SOP expression can contain a single-variable 
term, as in 
• A + ABC + BCD. 
.
SOME OF PRODUCT (SOP) 
• Example 
• Convert each of the following Boolean expressions 
to SOP form: 
• (a) AB + B(CD + EF)
PRODUCT OF SOMS (POS) 
When two or more sum terms are 
multiplied the resulting expression is a 
product-of-sums (POS). 
Some examples are:- 
1 (A + B)(B + C + D)(A + C). 
2 (A + B + C)( C + D + E)(B + C + D) 
3 (A + B)(A + B + C)(A + C)
PRODUCT OF SUMS (POS) 
(A+B)(B+C+D)(A+C)
HOW TO CHANGE SOP TO POS & 
POS TO SOP 
• SOP TO POS 
EX:- AB + B(CD + EF) 
Every (+) Sign Change Into( *) & Every * Sign 
Change In to (+) Sign. 
Result Will Be 
(A+B)(B+C+D)(B+E+F)
HOW TO CHANGE SOP TO POS & 
POS TO SOP 
• POS TO SOP 
Ex:- (A+B)(B+C+D)(B+E+F) 
Every (*) Sign Change Into( +) & Every (+)Sign 
Change In Yo (*) Sign. 
Result Will Be 
AB + BCD + BEF
CANONICAL FORMS 
1 To Place A SOP Equation Into Canonical From Using 
Boolean Algebra We Do The Following. 
 Identify The Missing Variable In Each AND Terms. 
 AND the missing terms and its complement with the 
original AND term AB(C+C) because C+C =1,the 
original AND term value is not changed. 
 Expand the term by application of the proparty of 
the distribution, ABC+ABC
CANONICAL FORMS 
2. To Place A POS Equation Into Canonical From Using 
Boolean Algebra We Do The Following. 
 Identify The Missing Variable In Each OR Terms. 
OR the missing terms and its complement with the 
original OR term A+B+CC because CC =0,the original 
OR term value is not changed. 
 Expand the term by application of the proparty of 
the distribution, (A+B+C)(A+B+C).
CANONICAL FORMS 
EX:- Convert A+B To Minterms. 
Solution:- A+B = A.1 + B.1 
=A(B+B)+B(A+A) 
=AB+AB+BA+BA 
minterms Y = A+B = AB+AB+BA 
maxterms Y = A+B = (A+B)(A+B)(B+A)
K-MAPS INTRODUCTION 
A Karnaugh map provides a systematic 
method for simplifying Boolean 
expressions and, if properly used, will 
produce the simplest SOP or POS 
expression possible, known as the 
minimum expression & maximum 
expression.
K-MAPS INTRODUCTION 
Number cells in k-maps depends upon the 
number of variables of boolean expression. K-maps 
can be used for any number of variables. 
But it is used upto six variables beyond which it 
is not very convenient, 
1. 2-variable map contains 4 cells. 
2. 3-variable map contains 8 cells. 
3. 4-variable map contains 16 cells. 
4. n-variable map contains 2 on power n cells.
LOGIC GATE 
 AND GATE 
OR GATE 
 NOT GATE 
 NAND GATE 
 NOR GATE 
 EX-OR GATE 
 EX-NOR GATE 
 TRUTH TABLE 
 LOGIC DIGRAM
AND FUNCTION 
Output Y is TRUE if inputs A AND 
B are TRUE, else it is FALSE. 
Text Description  
Logic Symbol  
Truth Table  
Boolean Expression  
AND 
A 
B 
Y 
INPUTS OUTPUT 
A B Y 
0 0 0 
0 1 0 
1 0 0 
1 1 1 
AND Gate Truth Table 
AND Symbol 
Y = A x B = A • B = AB
OR FUNCTION 
Output Y Is TRUE If Input A OR B Is TRUE or 
both are TURE, Else It Is FALSE. 
Text Description  
Logic Symbol  
Truth Table  
Boolean Expression  Y = A + B 
OR Symbol 
A 
B 
OR Y 
INPUTS OUTPUT 
A B Y 
0 0 0 
0 1 1 
1 0 1 
1 1 1 
OR Gate Truth Table
NOT FUNCTION (INVERTER) 
Output Y Is TRUE If Input A Is FALSE, Else It Is 
FALSE. Y Is The Inverse Of A. 
Text Description  
Logic Symbol  
Truth Table  
A NOT Y 
INPUT OUTPUT 
A Y 
0 1 
1 0 
NOT Gate Truth Table 
Boolean Expression  
Y = A
NAND FUNCTION 
Output Y is FALSE if inputs A AND B are TRUE, 
else it is TRUE. 
Text Description  
Logic Symbol  
Truth Table  
Boolean Expression  
A 
B 
NAND Y 
A bubble is an inverter 
This is an AND Gate with an inverted output 
INPUTS OUTPUT 
A B Y 
0 0 1 
0 1 1 
1 0 1 
1 1 0 
NAND Gate Truth Table 
Y=AB
NOR FUNCTION 
Output Y is FALSE if input A OR B is TRUE, or 
both are TURE, else it is TRUE. 
Text Description  
Logic Symbol  
Truth Table  
A 
B 
NOR Y 
Boolean Expression  
A bubble is an inverter. 
This is an OR Gate with its output inverted. 
INPUTS OUTPUT 
A B Y 
0 0 1 
0 1 0 
1 0 0 
1 1 0 
NOR Gate Truth Table 
Y =A+B
BOOLEAN ALGEBRA & LOGIC GATE

More Related Content

What's hot

Multiplexers & Demultiplexers
Multiplexers & DemultiplexersMultiplexers & Demultiplexers
Multiplexers & Demultiplexers
Jayanshu Gundaniya
 
Boolean Algebra
Boolean AlgebraBoolean Algebra
Boolean Algebra
Hau Moy
 
Half adder & full adder
Half adder & full adderHalf adder & full adder
Half adder & full adder
Gaditek
 
Boolean Algebra
Boolean AlgebraBoolean Algebra
Boolean Algebra
blaircomp2003
 
Boolean algebra And Logic Gates
Boolean algebra And Logic GatesBoolean algebra And Logic Gates
Boolean algebra And Logic GatesKumar
 
latches
 latches latches
latches
Unsa Shakir
 
Digital Logic circuit
Digital Logic circuitDigital Logic circuit
Digital Logic circuit
kavitha muneeshwaran
 
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
ISMT College
 
multiplexers and demultiplexers
 multiplexers and demultiplexers multiplexers and demultiplexers
multiplexers and demultiplexers
Unsa Shakir
 
Combinational circuit
Combinational circuitCombinational circuit
Combinational circuit
Satya P. Joshi
 
SOP POS, Minterm and Maxterm
SOP POS, Minterm and MaxtermSOP POS, Minterm and Maxterm
SOP POS, Minterm and Maxterm
Self-employed
 
Digital logic gates and Boolean algebra
Digital logic gates and Boolean algebraDigital logic gates and Boolean algebra
Digital logic gates and Boolean algebra
SARITHA REDDY
 
boolean algebra and logic simplification
boolean algebra and logic simplificationboolean algebra and logic simplification
boolean algebra and logic simplification
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
 
Design half ,full Adder and Subtractor
Design half ,full Adder and SubtractorDesign half ,full Adder and Subtractor
Design half ,full Adder and Subtractor
Jaimin@prt.ltd.
 
Encoders and decoders
Encoders and decodersEncoders and decoders
Encoders and decoders
DeepikaDG1
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
SARITHA REDDY
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
Jamnas Mundakkutty A
 
Multiplexer and DeMultiplexer
Multiplexer and DeMultiplexerMultiplexer and DeMultiplexer
Multiplexer and DeMultiplexer
Estiak Khan
 

What's hot (20)

Multiplexers & Demultiplexers
Multiplexers & DemultiplexersMultiplexers & Demultiplexers
Multiplexers & Demultiplexers
 
Boolean Algebra
Boolean AlgebraBoolean Algebra
Boolean Algebra
 
Half adder & full adder
Half adder & full adderHalf adder & full adder
Half adder & full adder
 
Boolean Algebra
Boolean AlgebraBoolean Algebra
Boolean Algebra
 
Boolean algebra And Logic Gates
Boolean algebra And Logic GatesBoolean algebra And Logic Gates
Boolean algebra And Logic Gates
 
latches
 latches latches
latches
 
Digital Logic circuit
Digital Logic circuitDigital Logic circuit
Digital Logic circuit
 
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
 
multiplexers and demultiplexers
 multiplexers and demultiplexers multiplexers and demultiplexers
multiplexers and demultiplexers
 
Logic gates presentation
Logic gates presentationLogic gates presentation
Logic gates presentation
 
Combinational circuit
Combinational circuitCombinational circuit
Combinational circuit
 
SOP POS, Minterm and Maxterm
SOP POS, Minterm and MaxtermSOP POS, Minterm and Maxterm
SOP POS, Minterm and Maxterm
 
Digital logic gates and Boolean algebra
Digital logic gates and Boolean algebraDigital logic gates and Boolean algebra
Digital logic gates and Boolean algebra
 
boolean algebra and logic simplification
boolean algebra and logic simplificationboolean algebra and logic simplification
boolean algebra and logic simplification
 
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
 
Design half ,full Adder and Subtractor
Design half ,full Adder and SubtractorDesign half ,full Adder and Subtractor
Design half ,full Adder and Subtractor
 
Encoders and decoders
Encoders and decodersEncoders and decoders
Encoders and decoders
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
 
Multiplexer and DeMultiplexer
Multiplexer and DeMultiplexerMultiplexer and DeMultiplexer
Multiplexer and DeMultiplexer
 

Viewers also liked

Boolean algebra
Boolean algebraBoolean algebra
Boolean algebraGagan Deep
 
Ch4 Boolean Algebra And Logic Simplication1
Ch4 Boolean Algebra And Logic Simplication1Ch4 Boolean Algebra And Logic Simplication1
Ch4 Boolean Algebra And Logic Simplication1Qundeel
 
BOOLEAN ALGEBRA
BOOLEAN ALGEBRA BOOLEAN ALGEBRA
BOOLEAN ALGEBRA
Shaik Aman
 
CBSE XII Boolean Algebra
CBSE XII Boolean AlgebraCBSE XII Boolean Algebra
CBSE XII Boolean Algebra
Guru Ji
 
Boolean Algebra
Boolean AlgebraBoolean Algebra
Boolean Algebragavhays
 
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational CircuitsCOMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
Vanitha Chandru
 
Chapter 06 boolean algebra
Chapter 06 boolean algebraChapter 06 boolean algebra
Chapter 06 boolean algebra
Hareem Aslam
 
Karnaugh map
Karnaugh mapKarnaugh map
Karnaugh map
Vanitha Chandru
 
Logic gates
Logic gatesLogic gates
simplification of boolean algebra
simplification of boolean algebrasimplification of boolean algebra
simplification of boolean algebra
mayannpolisticoLNU
 
Logic Gates
Logic GatesLogic Gates
Logic Gates
Ramasubbu .P
 
Basic logic gates
Basic logic gatesBasic logic gates
Basic logic gatesKumar
 
Logic simplification sop and pos forms
Logic simplification sop and pos formsLogic simplification sop and pos forms
Logic simplification sop and pos forms
Manesh T
 
binary arithmetic rules
binary arithmetic rulesbinary arithmetic rules
binary arithmetic rules
student
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmeticgavhays
 
Logic gate class 12
Logic gate class 12Logic gate class 12
Logic gate class 12
Nipun Shah
 

Viewers also liked (20)

Boolean algebra
Boolean algebraBoolean algebra
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
 
BOOLEAN ALGEBRA
BOOLEAN ALGEBRA BOOLEAN ALGEBRA
BOOLEAN ALGEBRA
 
CBSE XII Boolean Algebra
CBSE XII Boolean AlgebraCBSE XII Boolean Algebra
CBSE XII Boolean Algebra
 
Boolean Algebra
Boolean AlgebraBoolean Algebra
Boolean Algebra
 
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational CircuitsCOMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
Chapter 06 boolean algebra
Chapter 06 boolean algebraChapter 06 boolean algebra
Chapter 06 boolean algebra
 
Karnaugh map
Karnaugh mapKarnaugh map
Karnaugh map
 
Logic gates
Logic gatesLogic gates
Logic gates
 
simplification of boolean algebra
simplification of boolean algebrasimplification of boolean algebra
simplification of boolean algebra
 
Boolean algebra
 Boolean algebra Boolean algebra
Boolean algebra
 
boolean algebra
boolean algebraboolean algebra
boolean algebra
 
Logic Gates
Logic GatesLogic Gates
Logic Gates
 
Basic logic gates
Basic logic gatesBasic logic gates
Basic logic gates
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
Logic simplification sop and pos forms
Logic simplification sop and pos formsLogic simplification sop and pos forms
Logic simplification sop and pos forms
 
binary arithmetic rules
binary arithmetic rulesbinary arithmetic rules
binary arithmetic rules
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
 
Logic gate class 12
Logic gate class 12Logic gate class 12
Logic gate class 12
 

Similar to BOOLEAN ALGEBRA & LOGIC GATE

B sc ii sem unit 2(b) ba
B sc ii sem unit 2(b) baB sc ii sem unit 2(b) ba
B sc ii sem unit 2(b) ba
MahiboobAliMulla
 
9402730.ppt
9402730.ppt9402730.ppt
9402730.ppt
qquwandiq19
 
Boolean Algebra DLD
Boolean Algebra DLDBoolean Algebra DLD
Boolean Algebra DLD
Rokonuzzaman Rony
 
B sc cs i bo-de u-ii logic gates
B sc cs i bo-de u-ii logic gatesB sc cs i bo-de u-ii logic gates
B sc cs i bo-de u-ii logic gates
Rai University
 
Boolen Algebra Lecture Notes.pdf
Boolen Algebra Lecture Notes.pdfBoolen Algebra Lecture Notes.pdf
Boolen Algebra Lecture Notes.pdf
nyamuonatinashe
 
Chapter 2 Boolean Algebra (part 2)
Chapter 2 Boolean Algebra (part 2)Chapter 2 Boolean Algebra (part 2)
Chapter 2 Boolean Algebra (part 2)
Frankie Jones
 
B sc3 unit 3 boolean algebra
B sc3 unit 3 boolean algebraB sc3 unit 3 boolean algebra
B sc3 unit 3 boolean algebra
MahiboobAliMulla
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
Manish Kumar
 
DigitalLogic_BooleanAlgebra_P.pdf
DigitalLogic_BooleanAlgebra_P.pdfDigitalLogic_BooleanAlgebra_P.pdf
DigitalLogic_BooleanAlgebra_P.pdf
k vimal kumar
 
13 Boolean Algebra
13 Boolean Algebra13 Boolean Algebra
13 Boolean Algebra
Praveen M Jigajinni
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
praveenkaundal
 
boolean-algebra.pdf
boolean-algebra.pdfboolean-algebra.pdf
boolean-algebra.pdf
RameshK531901
 
1Boolean Alegebra 3booleanalgebraold-160325120651.pdf
1Boolean Alegebra 3booleanalgebraold-160325120651.pdf1Boolean Alegebra 3booleanalgebraold-160325120651.pdf
1Boolean Alegebra 3booleanalgebraold-160325120651.pdf
siliconvalley6203
 
NOTA TOPIK 2_SSK20152 (3).pptx
NOTA TOPIK 2_SSK20152 (3).pptxNOTA TOPIK 2_SSK20152 (3).pptx
NOTA TOPIK 2_SSK20152 (3).pptx
eedayaya1
 
K-map Digital Logic Design DLD Theory l
K-map  Digital Logic Design DLD Theory lK-map  Digital Logic Design DLD Theory l
K-map Digital Logic Design DLD Theory l
khanyz4884
 
Lect 2 boolean algebra (4 5-21)
Lect 2 boolean algebra (4 5-21)Lect 2 boolean algebra (4 5-21)
Lect 2 boolean algebra (4 5-21)
MeghaSharma513
 
booleanalgebra-140914001141-phpapp01 (1).ppt
booleanalgebra-140914001141-phpapp01 (1).pptbooleanalgebra-140914001141-phpapp01 (1).ppt
booleanalgebra-140914001141-phpapp01 (1).ppt
michaelaaron25322
 
18 pc09 1.2_ digital logic gates _ boolean algebra_basic theorems
18 pc09 1.2_ digital logic gates _ boolean algebra_basic theorems18 pc09 1.2_ digital logic gates _ boolean algebra_basic theorems
18 pc09 1.2_ digital logic gates _ boolean algebra_basic theorems
arunachalamr16
 

Similar to BOOLEAN ALGEBRA & LOGIC GATE (20)

B sc ii sem unit 2(b) ba
B sc ii sem unit 2(b) baB sc ii sem unit 2(b) ba
B sc ii sem unit 2(b) ba
 
9402730.ppt
9402730.ppt9402730.ppt
9402730.ppt
 
Boolean Algebra DLD
Boolean Algebra DLDBoolean Algebra DLD
Boolean Algebra DLD
 
B sc cs i bo-de u-ii logic gates
B sc cs i bo-de u-ii logic gatesB sc cs i bo-de u-ii logic gates
B sc cs i bo-de u-ii logic gates
 
Boolen Algebra Lecture Notes.pdf
Boolen Algebra Lecture Notes.pdfBoolen Algebra Lecture Notes.pdf
Boolen Algebra Lecture Notes.pdf
 
07 boolean algebra
07 boolean algebra07 boolean algebra
07 boolean algebra
 
Chapter 2 Boolean Algebra (part 2)
Chapter 2 Boolean Algebra (part 2)Chapter 2 Boolean Algebra (part 2)
Chapter 2 Boolean Algebra (part 2)
 
B sc3 unit 3 boolean algebra
B sc3 unit 3 boolean algebraB sc3 unit 3 boolean algebra
B sc3 unit 3 boolean algebra
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
DigitalLogic_BooleanAlgebra_P.pdf
DigitalLogic_BooleanAlgebra_P.pdfDigitalLogic_BooleanAlgebra_P.pdf
DigitalLogic_BooleanAlgebra_P.pdf
 
13 Boolean Algebra
13 Boolean Algebra13 Boolean Algebra
13 Boolean Algebra
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
boolean-algebra.pdf
boolean-algebra.pdfboolean-algebra.pdf
boolean-algebra.pdf
 
1Boolean Alegebra 3booleanalgebraold-160325120651.pdf
1Boolean Alegebra 3booleanalgebraold-160325120651.pdf1Boolean Alegebra 3booleanalgebraold-160325120651.pdf
1Boolean Alegebra 3booleanalgebraold-160325120651.pdf
 
NOTA TOPIK 2_SSK20152 (3).pptx
NOTA TOPIK 2_SSK20152 (3).pptxNOTA TOPIK 2_SSK20152 (3).pptx
NOTA TOPIK 2_SSK20152 (3).pptx
 
K-map Digital Logic Design DLD Theory l
K-map  Digital Logic Design DLD Theory lK-map  Digital Logic Design DLD Theory l
K-map Digital Logic Design DLD Theory l
 
Lect 2 boolean algebra (4 5-21)
Lect 2 boolean algebra (4 5-21)Lect 2 boolean algebra (4 5-21)
Lect 2 boolean algebra (4 5-21)
 
booleanalgebra-140914001141-phpapp01 (1).ppt
booleanalgebra-140914001141-phpapp01 (1).pptbooleanalgebra-140914001141-phpapp01 (1).ppt
booleanalgebra-140914001141-phpapp01 (1).ppt
 
18 pc09 1.2_ digital logic gates _ boolean algebra_basic theorems
18 pc09 1.2_ digital logic gates _ boolean algebra_basic theorems18 pc09 1.2_ digital logic gates _ boolean algebra_basic theorems
18 pc09 1.2_ digital logic gates _ boolean algebra_basic theorems
 
2dig circ
2dig circ2dig circ
2dig circ
 

Recently uploaded

How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
Celine George
 
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
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
AzmatAli747758
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
Excellence Foundation for South Sudan
 
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.
 
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
 
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
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
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
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
Steve Thomason
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
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
 

Recently uploaded (20)

How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 
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
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
 
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
 
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...
 
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
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
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
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
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
 

BOOLEAN ALGEBRA & LOGIC GATE

  • 1. IDEAL EYES BUSINESS COLLEGE A PRESENTATION ON BOOLEAN ALGEBRA & LOGIC GATE PRESENTED TO:- IEBC PRESENTED BY:- VIVEK KUMAR
  • 2. CONTENT 1. INTRODUCTION 2. BOOLEAN LOGIC OPERATION 3. LAWS& RULES OF BOOLEAN ALGEBRA 4. DE MORGAN’S THEOREMS 5. IMPLICATIONS OF DE MORGAN’S THEOREMS 6. COMBINATIONAL LOGIC 7. KARNAUGH MAPS 8. LOGIC GATE
  • 3. INTRODUCTION • 1854: Logical algebra was published by George Boole known today as “Boolean Algebra” • It’s a convenient way and systematic way of expressing and analyzing the operation of logic circuits. • 1938: Claude Shannon was the first to apply Boole’s work to the analysis and design of logic circuits. • A Boolean algebra value can be either true or false. • Digital logic uses 1 to represent true and 0 to represent false.
  • 4. BOOLEAN LOGIC OPERATION  AND OPERATION OR OPERATION  NOT (COMPLEMENTATION ) OPERATION
  • 5. AND OPERATION • It is a two variables cases. • It is written as Y=A.B. • Dot (.) symbol is the common symbol of AND gate. • When both input are 1 then output is also 1. • When both and also at list any input 0 then output is also 0. • We can also write as Y=AB.
  • 7. OR OPERATION • It is also two variables case. • It is written as Y=A+B. • Plus (+) symbol is the common symbol of OR gate. • When both input are 0 then output is also 0. • When both input 1 and at list any input 1 then output is also 1.
  • 9. NOT (COMPLEMENTATION ) OPERATION •It is one variable case. •It has only one input. •It change any input to it’s compliment. •As like 1 to 0 & 0 to 1. •It is also written as A=A. •It is also called inverter.
  • 10. LAWS & RULES OF BOOLEAN ALGEBRA OPERATIONS WITH 0 AND 1: • 1. X + 0 = X 1D. X • 1 = X • 2. X + 1 = 1 2D. X • 0 = 0 • IDEMPOTENT LAWS • 3. X + X = X 3D. X • X = X CONTINUE
  • 11. LAWS & RULES OF BOOLEAN ALGEBRA • 4. ( X' ) ' = X • LAWS OF COMPLEMENTARITY: • 5. X + X' = 1 5D. X • X' = 0 • COMMUTATIVE LAWS: • 6. X + Y = Y + X 6D. X • Y = Y • X CONTINUE
  • 12. LAWS & RULES OF BOOLEAN ALGEBRA • COMMUTATIVE LAWS: • 6. X + Y = Y + X 6D. X • Y = Y • X • ASSOCIATIVE LAWS: • 7. (X + Y) + Z = X + (Y + Z) 7D. (XY)Z = X(YZ) = XYZ • DISTRIBUTIVE LAWS: • 8. X( Y + Z ) = XY + XZ 8D. X + YZ = ( X + Y ) ( X + Z ) CONTINUE
  • 13. LAWS & RULES OF BOOLEAN ALGEBRA • SIMPLIFICATION THEOREMS: • 9. X Y + X Y' = X 9D. ( X + Y ) ( X + Y' ) = X • 10. X + XY = X 10D. X ( X + Y ) = X • 11. ( X + Y' ) Y = XY 11D. XY' + Y = X + Y • DEMORGAN’S LAWS: • 12. ( X + Y + Z + … )' = X'Y'Z'… 12D. (X Y Z …)' = X' + Y' + Z' + … • 13. [ f ( X1, X2, … XN, 0, 1, +, • ) ]' = f ( X1', X2', … XN', 1, 0, •, + ) CONTINUE
  • 14. IMPLIMANTATION OF DE MORGAN’S THEOREMS THEOREM 1 A+B = A.B A B Y=A+B THEOREM 2 A B Y=A.B
  • 15. DE MORGAN’S THEOREMS • As An Example, We Prove De Morgan’s Laws.
  • 16. COMBINATIONAL LOGIC  SOME OF PRODUCT (SOP)  PRODUCT OF SOMS (POS) HOW TO CHANGE SOP TO POS & POS TO SOP  CANONICAL FORMS
  • 17. SOME OF PRODUCT (SOP) • When two or more product terms are summed by Boolean addition, • the resulting expression is a sum-of-products (SOP). Some examples are: • AB + ABC • ABC + CDE + BCD • AB + BCD + AC • Also, an SOP expression can contain a single-variable term, as in • A + ABC + BCD. .
  • 18. SOME OF PRODUCT (SOP) • Example • Convert each of the following Boolean expressions to SOP form: • (a) AB + B(CD + EF)
  • 19. PRODUCT OF SOMS (POS) When two or more sum terms are multiplied the resulting expression is a product-of-sums (POS). Some examples are:- 1 (A + B)(B + C + D)(A + C). 2 (A + B + C)( C + D + E)(B + C + D) 3 (A + B)(A + B + C)(A + C)
  • 20. PRODUCT OF SUMS (POS) (A+B)(B+C+D)(A+C)
  • 21. HOW TO CHANGE SOP TO POS & POS TO SOP • SOP TO POS EX:- AB + B(CD + EF) Every (+) Sign Change Into( *) & Every * Sign Change In to (+) Sign. Result Will Be (A+B)(B+C+D)(B+E+F)
  • 22. HOW TO CHANGE SOP TO POS & POS TO SOP • POS TO SOP Ex:- (A+B)(B+C+D)(B+E+F) Every (*) Sign Change Into( +) & Every (+)Sign Change In Yo (*) Sign. Result Will Be AB + BCD + BEF
  • 23. CANONICAL FORMS 1 To Place A SOP Equation Into Canonical From Using Boolean Algebra We Do The Following.  Identify The Missing Variable In Each AND Terms.  AND the missing terms and its complement with the original AND term AB(C+C) because C+C =1,the original AND term value is not changed.  Expand the term by application of the proparty of the distribution, ABC+ABC
  • 24. CANONICAL FORMS 2. To Place A POS Equation Into Canonical From Using Boolean Algebra We Do The Following.  Identify The Missing Variable In Each OR Terms. OR the missing terms and its complement with the original OR term A+B+CC because CC =0,the original OR term value is not changed.  Expand the term by application of the proparty of the distribution, (A+B+C)(A+B+C).
  • 25. CANONICAL FORMS EX:- Convert A+B To Minterms. Solution:- A+B = A.1 + B.1 =A(B+B)+B(A+A) =AB+AB+BA+BA minterms Y = A+B = AB+AB+BA maxterms Y = A+B = (A+B)(A+B)(B+A)
  • 26. K-MAPS INTRODUCTION A Karnaugh map provides a systematic method for simplifying Boolean expressions and, if properly used, will produce the simplest SOP or POS expression possible, known as the minimum expression & maximum expression.
  • 27. K-MAPS INTRODUCTION Number cells in k-maps depends upon the number of variables of boolean expression. K-maps can be used for any number of variables. But it is used upto six variables beyond which it is not very convenient, 1. 2-variable map contains 4 cells. 2. 3-variable map contains 8 cells. 3. 4-variable map contains 16 cells. 4. n-variable map contains 2 on power n cells.
  • 28. LOGIC GATE  AND GATE OR GATE  NOT GATE  NAND GATE  NOR GATE  EX-OR GATE  EX-NOR GATE  TRUTH TABLE  LOGIC DIGRAM
  • 29. AND FUNCTION Output Y is TRUE if inputs A AND B are TRUE, else it is FALSE. Text Description  Logic Symbol  Truth Table  Boolean Expression  AND A B Y INPUTS OUTPUT A B Y 0 0 0 0 1 0 1 0 0 1 1 1 AND Gate Truth Table AND Symbol Y = A x B = A • B = AB
  • 30. OR FUNCTION Output Y Is TRUE If Input A OR B Is TRUE or both are TURE, Else It Is FALSE. Text Description  Logic Symbol  Truth Table  Boolean Expression  Y = A + B OR Symbol A B OR Y INPUTS OUTPUT A B Y 0 0 0 0 1 1 1 0 1 1 1 1 OR Gate Truth Table
  • 31. NOT FUNCTION (INVERTER) Output Y Is TRUE If Input A Is FALSE, Else It Is FALSE. Y Is The Inverse Of A. Text Description  Logic Symbol  Truth Table  A NOT Y INPUT OUTPUT A Y 0 1 1 0 NOT Gate Truth Table Boolean Expression  Y = A
  • 32. NAND FUNCTION Output Y is FALSE if inputs A AND B are TRUE, else it is TRUE. Text Description  Logic Symbol  Truth Table  Boolean Expression  A B NAND Y A bubble is an inverter This is an AND Gate with an inverted output INPUTS OUTPUT A B Y 0 0 1 0 1 1 1 0 1 1 1 0 NAND Gate Truth Table Y=AB
  • 33. NOR FUNCTION Output Y is FALSE if input A OR B is TRUE, or both are TURE, else it is TRUE. Text Description  Logic Symbol  Truth Table  A B NOR Y Boolean Expression  A bubble is an inverter. This is an OR Gate with its output inverted. INPUTS OUTPUT A B Y 0 0 1 0 1 0 1 0 0 1 1 0 NOR Gate Truth Table Y =A+B