SlideShare a Scribd company logo
1 of 21
By,
Chethan N
I MCA.
Karnaugh Map :-
Karnaugh Map is also called K-Map.
K-Maps are graphical representation of Boolean function.
It provides a systematic method for the
simplification of Boolean expression.
It is composed of adjacent cells.
Adjacent cells are those which differ by a
single variable.
Each cell represents a combination of variables in
product/sum form.
Ordering Of Variables :-
• It means cell of adjacency(side by side).
• The cells in a K-Map are arranged so that there is only
a single variable change b/w adjacent cells.
• Adjacency is defined by a single variable change.
• For Ex: In the 3 variable map the 010 cell is adjacent to
the 000 cell but it is not adjacent to the 101 cell.
Adjacent Cell :-
Adjacent cells on a K-Map are those that differ
by only one variables.
Arrow point b/w adjacent cells.
2 -Variable K-Map :-
 The 2 – variable K-Map is an array of 4 cells, as shown
in the below (2^2=4).
 Binary values of A/B along the left side & the values of
B/A are across the top.
 The values of a given cell is the binary values of A/B at
the left in the same row combined with the binary
values of B/A at the top in the same column.
Format Of 2-Variable :-
K-Map SOP Minimization :-
For an SOP expression in standard form, a 1 is
placed on the K-Map for each product term in
Expression. Each 1 is placed in a cell
corresponding to the value of product term.
For Ex: Now we studying the two variable map.
Simplification Of Boolean
Expression Using K-Map For 2/3/4
Variables :-
A given expression can be simplified on to K-Map with
the help of the following steps ;
1.Plotting the expression on to the K-Map.
2.Grouping of cells.
3.Simplification.
1.Plotting The Expression
On To The K-Map :-
 A given expression can be plotted on to K-Map by
placing ‘1’ in each cell corresponding to a product term
present in the expression.
 For Ex: Z=f(A,B)=A’B’+AB’+A’B
Grouping :-
Adjacent cells can be combined together to form a group
using the following rules ,
• Adjacent cells are those which differ by a single variable.
• Adjacent cells can be combined in groups of 1,2,4,8,16,….
• Each group is extended by merging with the adjacent
groups so that it includes as many adjacent cells as
possible.
• Each group represents a product term.
3-Variable K-Map :-
* The 3-variable K-Map is an array of eight cells
as shown in below.
• In this case, binary values A&B/B&C are along the left
side and the values of C/A are across the top.
• The value of a given cell is the binary values of A & B at
the left in the same row combined with the value of C
at the top in the same column.
Format Of 3-Variable :-
Example Of 3-Variable :-
1.Plotting The Expression
On To The K-Map . 2.Grouping .
Consider the equation ;
Z=f(A,B,C)=A’B’C’+A’BC’+AB’C’
+AB’C
3.Simplification .
Z=A’B’C’.A’BC’+AB’C’.A’B’C
The simplified equation is,
Z= A’C’+A’B’
4-Variable K-Map :-
 The 4-variable K-Map is an array of sixteen cells, as
shown in below.
 Binary values of A&B/C&D are along the left side and
the values of C&D/A&B are across the top.
 The values of given cell is the binary values of A&B at
the left in the same row combined with the binary
values of C&D at the top in the same column.
Format Of 4-Variable :-
Simplification :-
Simplification involves the following steps ,
• Each group represents a product term composed of
variables in normal or in complemented form.
• In a term, if a variable presents both in normal and in
complemented form then it is discarded.
• The final simplified expression is the sum of all the
product terms.
• Z=A’B’A’B+AB’A’B’
• The simplified equation is Z=A’+B’.
Example Of 4-Variable :-
1.Plotting The Expression
On To The K-Map. 2.Grouping.
Consider a equation ,
Z=f(A,B)=A’BC’D+A’BCD+A’BC
D’+ABCD’+ABCD’+ABC’D
3.Simplification.
 Z=A’BC’D.A’BCD+A’BCD’.ABCD’+ABC’D.ABC’D’
 The Simplified Equation Is ,
 Z=A’BD+BCD’+ABC’
“ Don’t Care “ Condition :-
 Functions that have unspecified output for some input
c0mbinations are called incompletely specified functions.
 Unspecified minterms of a functions are called “don’t care”
conditions. We simply don’t care whether the value of
‘zero’ or ‘one’ is assigned to Z for particular minterm.
 Don’t care conditions are represented by X in the K-Map.
NOTE :Don’t care conditions play a central role in the
specification and optimization of logic circuits as they
represent the degrees of freedom of transforming a
network into a functionally equivalent one.
Example :-
 Simplify the Boolean equation ;
Z = f(A,B,C,D) = €(1,3,7,11,15)
Without Using Don’t Care ,
• Z = A’B’C’D.A’B’CD
+ A’B’CD.A’BCD.ABCD.AB’CD
 The simplified equation is ,
Z = A’B’D+CD
With Using Don’t Care ,
• Z = A’B’C’D’.A’B’C’D.A’B’CD.A’B’CD’
+ A’B’CD.A’BCD.ABCD.AB’CD
• The simplified equation is ,
Z = A’B’+CD
THANK YOU

More Related Content

What's hot (20)

K - Map
  K - Map    K - Map
K - Map
 
K map
K mapK map
K map
 
Karnaughmaprev1 130728135103-phpapp01
Karnaughmaprev1 130728135103-phpapp01Karnaughmaprev1 130728135103-phpapp01
Karnaughmaprev1 130728135103-phpapp01
 
Basic array in c programming
Basic array in c programmingBasic array in c programming
Basic array in c programming
 
Half adder and full adder
Half adder and full adderHalf adder and full adder
Half adder and full adder
 
Presentation on Karnaugh Map
Presentation  on Karnaugh MapPresentation  on Karnaugh Map
Presentation on Karnaugh Map
 
KMAP
KMAPKMAP
KMAP
 
SOP POS, Minterm and Maxterm
SOP POS, Minterm and MaxtermSOP POS, Minterm and Maxterm
SOP POS, Minterm and Maxterm
 
Binary arithmetic
Binary arithmeticBinary arithmetic
Binary arithmetic
 
stack presentation
stack presentationstack presentation
stack presentation
 
Subtractor
SubtractorSubtractor
Subtractor
 
Applications of stack
Applications of stackApplications of stack
Applications of stack
 
Karnaugh Map (K-map)
Karnaugh Map (K-map)Karnaugh Map (K-map)
Karnaugh Map (K-map)
 
K map
K mapK map
K map
 
BOOLEAN ALGEBRA
BOOLEAN ALGEBRA BOOLEAN ALGEBRA
BOOLEAN ALGEBRA
 
What are Flip Flops and Its types.
What are Flip Flops and Its types.What are Flip Flops and Its types.
What are Flip Flops and Its types.
 
Data Structure (Stack)
Data Structure (Stack)Data Structure (Stack)
Data Structure (Stack)
 
BOOLEAN ALGEBRA AND LOGIC GATE
BOOLEAN ALGEBRA AND LOGIC GATE BOOLEAN ALGEBRA AND LOGIC GATE
BOOLEAN ALGEBRA AND LOGIC GATE
 
Stack
StackStack
Stack
 
sorting and its types
sorting and its typessorting and its types
sorting and its types
 

Similar to K map.

ECE 3rd_Unit No. 1_K-Map_DSD.ppt
ECE 3rd_Unit No. 1_K-Map_DSD.pptECE 3rd_Unit No. 1_K-Map_DSD.ppt
ECE 3rd_Unit No. 1_K-Map_DSD.pptsonusreekumar
 
Boolean variables r010
Boolean variables   r010Boolean variables   r010
Boolean variables r010arunachalamr16
 
All aboutcircuits karnaugh maps
All aboutcircuits karnaugh mapsAll aboutcircuits karnaugh maps
All aboutcircuits karnaugh mapsmarangburu42
 
Engineering electronics and electrical 3 K-Maps.pptx
Engineering electronics and electrical 3 K-Maps.pptxEngineering electronics and electrical 3 K-Maps.pptx
Engineering electronics and electrical 3 K-Maps.pptxxenxavy2
 
IS 151 Lecture 6
IS 151 Lecture 6IS 151 Lecture 6
IS 151 Lecture 6wajanga
 
IS 151 Lecture 6
IS 151 Lecture 6IS 151 Lecture 6
IS 151 Lecture 6wajanga
 
karnaughmaprev1-130728135103-phpapp01.ppt
karnaughmaprev1-130728135103-phpapp01.pptkarnaughmaprev1-130728135103-phpapp01.ppt
karnaughmaprev1-130728135103-phpapp01.pptmichaelaaron25322
 
Karnaugh map
Karnaugh mapKarnaugh map
Karnaugh mapchandkec
 
NOTA TOPIK 2_SSK20152 (3).pptx
NOTA TOPIK 2_SSK20152 (3).pptxNOTA TOPIK 2_SSK20152 (3).pptx
NOTA TOPIK 2_SSK20152 (3).pptxeedayaya1
 
Karnaugh maps
Karnaugh mapsKarnaugh maps
Karnaugh mapsAJAL A J
 
Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Rai University
 

Similar to K map. (20)

ECE 3rd_Unit No. 1_K-Map_DSD.ppt
ECE 3rd_Unit No. 1_K-Map_DSD.pptECE 3rd_Unit No. 1_K-Map_DSD.ppt
ECE 3rd_Unit No. 1_K-Map_DSD.ppt
 
Boolean variables r010
Boolean variables   r010Boolean variables   r010
Boolean variables r010
 
All aboutcircuits karnaugh maps
All aboutcircuits karnaugh mapsAll aboutcircuits karnaugh maps
All aboutcircuits karnaugh maps
 
K Maps.pptx
K Maps.pptxK Maps.pptx
K Maps.pptx
 
Chapter-3.pdf
Chapter-3.pdfChapter-3.pdf
Chapter-3.pdf
 
Chapter-3.pdf
Chapter-3.pdfChapter-3.pdf
Chapter-3.pdf
 
KARNAUGH MAPS
KARNAUGH MAPSKARNAUGH MAPS
KARNAUGH MAPS
 
Karnaugh maps
Karnaugh mapsKarnaugh maps
Karnaugh maps
 
Engineering electronics and electrical 3 K-Maps.pptx
Engineering electronics and electrical 3 K-Maps.pptxEngineering electronics and electrical 3 K-Maps.pptx
Engineering electronics and electrical 3 K-Maps.pptx
 
IS 151 Lecture 6
IS 151 Lecture 6IS 151 Lecture 6
IS 151 Lecture 6
 
IS 151 Lecture 6
IS 151 Lecture 6IS 151 Lecture 6
IS 151 Lecture 6
 
Karnaugh
KarnaughKarnaugh
Karnaugh
 
karnaughmaprev1-130728135103-phpapp01.ppt
karnaughmaprev1-130728135103-phpapp01.pptkarnaughmaprev1-130728135103-phpapp01.ppt
karnaughmaprev1-130728135103-phpapp01.ppt
 
Karnaugh map
Karnaugh mapKarnaugh map
Karnaugh map
 
pos and do not care ppt.pptx
pos and do not care ppt.pptxpos and do not care ppt.pptx
pos and do not care ppt.pptx
 
NOTA TOPIK 2_SSK20152 (3).pptx
NOTA TOPIK 2_SSK20152 (3).pptxNOTA TOPIK 2_SSK20152 (3).pptx
NOTA TOPIK 2_SSK20152 (3).pptx
 
KARNAUGH MAP
KARNAUGH MAPKARNAUGH MAP
KARNAUGH MAP
 
DCF - K map
DCF - K mapDCF - K map
DCF - K map
 
Karnaugh maps
Karnaugh mapsKarnaugh maps
Karnaugh maps
 
Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -
 

Recently uploaded

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
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
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
 
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
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
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
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 

Recently uploaded (20)

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 ...
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
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
 
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
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri 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🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
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
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 

K map.

  • 2. Karnaugh Map :- Karnaugh Map is also called K-Map. K-Maps are graphical representation of Boolean function. It provides a systematic method for the simplification of Boolean expression. It is composed of adjacent cells. Adjacent cells are those which differ by a single variable. Each cell represents a combination of variables in product/sum form.
  • 3. Ordering Of Variables :- • It means cell of adjacency(side by side). • The cells in a K-Map are arranged so that there is only a single variable change b/w adjacent cells. • Adjacency is defined by a single variable change. • For Ex: In the 3 variable map the 010 cell is adjacent to the 000 cell but it is not adjacent to the 101 cell.
  • 4. Adjacent Cell :- Adjacent cells on a K-Map are those that differ by only one variables. Arrow point b/w adjacent cells.
  • 5. 2 -Variable K-Map :-  The 2 – variable K-Map is an array of 4 cells, as shown in the below (2^2=4).  Binary values of A/B along the left side & the values of B/A are across the top.  The values of a given cell is the binary values of A/B at the left in the same row combined with the binary values of B/A at the top in the same column.
  • 7. K-Map SOP Minimization :- For an SOP expression in standard form, a 1 is placed on the K-Map for each product term in Expression. Each 1 is placed in a cell corresponding to the value of product term. For Ex: Now we studying the two variable map.
  • 8. Simplification Of Boolean Expression Using K-Map For 2/3/4 Variables :- A given expression can be simplified on to K-Map with the help of the following steps ; 1.Plotting the expression on to the K-Map. 2.Grouping of cells. 3.Simplification.
  • 9. 1.Plotting The Expression On To The K-Map :-  A given expression can be plotted on to K-Map by placing ‘1’ in each cell corresponding to a product term present in the expression.  For Ex: Z=f(A,B)=A’B’+AB’+A’B
  • 10. Grouping :- Adjacent cells can be combined together to form a group using the following rules , • Adjacent cells are those which differ by a single variable. • Adjacent cells can be combined in groups of 1,2,4,8,16,…. • Each group is extended by merging with the adjacent groups so that it includes as many adjacent cells as possible. • Each group represents a product term.
  • 11. 3-Variable K-Map :- * The 3-variable K-Map is an array of eight cells as shown in below. • In this case, binary values A&B/B&C are along the left side and the values of C/A are across the top. • The value of a given cell is the binary values of A & B at the left in the same row combined with the value of C at the top in the same column.
  • 13. Example Of 3-Variable :- 1.Plotting The Expression On To The K-Map . 2.Grouping . Consider the equation ; Z=f(A,B,C)=A’B’C’+A’BC’+AB’C’ +AB’C 3.Simplification . Z=A’B’C’.A’BC’+AB’C’.A’B’C The simplified equation is, Z= A’C’+A’B’
  • 14. 4-Variable K-Map :-  The 4-variable K-Map is an array of sixteen cells, as shown in below.  Binary values of A&B/C&D are along the left side and the values of C&D/A&B are across the top.  The values of given cell is the binary values of A&B at the left in the same row combined with the binary values of C&D at the top in the same column.
  • 16. Simplification :- Simplification involves the following steps , • Each group represents a product term composed of variables in normal or in complemented form. • In a term, if a variable presents both in normal and in complemented form then it is discarded. • The final simplified expression is the sum of all the product terms. • Z=A’B’A’B+AB’A’B’ • The simplified equation is Z=A’+B’.
  • 17. Example Of 4-Variable :- 1.Plotting The Expression On To The K-Map. 2.Grouping. Consider a equation , Z=f(A,B)=A’BC’D+A’BCD+A’BC D’+ABCD’+ABCD’+ABC’D
  • 19. “ Don’t Care “ Condition :-  Functions that have unspecified output for some input c0mbinations are called incompletely specified functions.  Unspecified minterms of a functions are called “don’t care” conditions. We simply don’t care whether the value of ‘zero’ or ‘one’ is assigned to Z for particular minterm.  Don’t care conditions are represented by X in the K-Map. NOTE :Don’t care conditions play a central role in the specification and optimization of logic circuits as they represent the degrees of freedom of transforming a network into a functionally equivalent one.
  • 20. Example :-  Simplify the Boolean equation ; Z = f(A,B,C,D) = €(1,3,7,11,15) Without Using Don’t Care , • Z = A’B’C’D.A’B’CD + A’B’CD.A’BCD.ABCD.AB’CD  The simplified equation is , Z = A’B’D+CD With Using Don’t Care , • Z = A’B’C’D’.A’B’C’D.A’B’CD.A’B’CD’ + A’B’CD.A’BCD.ABCD.AB’CD • The simplified equation is , Z = A’B’+CD