SlideShare une entreprise Scribd logo
1  sur  68
Télécharger pour lire hors ligne
Digital Logic and Design
Karnaugh Map
Recap: Boolean Algebra
 Simplification of Boolean expressions are
done through Boolean algebra.
 The method wasn’t effective.
 Solving a problem through Boolean
algebra was a bit tricky
 Need skill of applying rules and law.
 Doesn’t guarantee simplest form of expression
Karnaugh Map
 K-map provides a systematic method
 For simplifying Boolean expressions and minimizing
expressions.
 If properly used, will produce the simplest SOP and
POS.
 Similar to truth table, presents all possible values of
input variables and resulting output for each value.
Karnaugh Map
 Karnaugh map is an array of cells in which each cell
represents a binary value of input variables.
 The cells are managed in a way so that simplification of
a given expression is simply a matter of properly
grouping the cells.
 Karnaugh maps can be used for expression with two,
three, four and five variables, but we will discuss only 3-
variable and 4-varable situations to illustrate the
principles.
Karnaugh Map
2-variable K-map
3-variable karnaugh map
 The 3-variable karnaugh map is an array
of eight cells.
 In this case A, B and C are used for the
variables although other letters could be
used.
 Binary values of A is along the left side
and the value of B and C is across the top.
The 3-variable Karnaugh map
 The value of a given cell is the binary
values of A at the left in the same row
combined with the value of B and C at
the top in the same column.
 For example: the cell in the upper left
corner has a binary value of 000 and the
cell in the lower right corner has a binary
value of 110.
3-Variable K-map
ABC 0 1
00 0 1
01 2 3
11 6 7
10 4 5
ABC 00 01 11 10
0 0 1 3 2
1 4 5 7 6
The 4-variable karnaugh map
 The 4-variable karnaugh map is an array
of sixteen cells
 Binary values of A and B are along the left
side and the values of C and D are across
the top.
 The value of a given cell is the binary
value of A and B at the left in the same row
combined with the binary values of C and
D at the top of the same column.
4-Variable K-map
ABCD 00 01 11 10
00 0 1 3 2
01 4 5 7 6
11 12 13 15 14
10 8 9 11 10
Grouping & Adjacent Cells
 K-map is considered to be wrapped around
 All sides are adjacent to each other
 Adjacent cells which has 1’s in SOP can be grouped
together in 2’s power.
 2 adjacent cells can be grouped (pair)
 4 adjacent cells can be grouped (Quads)
 8 adjacent cells can be grouped (octets)
 Groups can be row, column, square or rectangular.
 Groups of diagonal cells are not allowed
Mapping of Standard SOP
expression
 Selecting n-variable K-map
 1 marked in cell for each minterm
Mapping of Standard SOP
expression
 SOP expression CBACBACAB 
ABC 00 01 11 10
0 0 0 0 1
1 1 0 0 1
Cell Adjacency
 The cells in a karnaugh map are arranged
so that there is only a single-variable
change between adjacent cells.
 Adjacency is defined by a single variable
change.
 Cells with values that differ by more than
one variable are not adjacent.
Cell Adjacency
Continued ( simplification
through K maps)
 Karnaugh map is used for simplifying
Boolean expressions to their minimum
form.
 A minimized SOP expression contains the
fewest possible terms with the fewest
possible variables per term.
 Generally a minimum SOP expression can
be implemented with fewer logic gates
than a standard expression.
Mapping SOP expression
Mapping entries in K-map
Class activity
Solution
Mapping a non standard SOP
expression
Mapping a non standard SOP
expression
Numerical expansion of the given
expression can be done as follows
Mapping non standard SOP into K-map
Continued…
Continued…
0 1
00
01
11
10
AB
C
Cells are usually labeled using 0’s and 1’s to represent the
variable and its complement.
Gray
code
Karnaugh maps
Ones are read as the true variable
and zeros are read as the
complemented variable.
The numbers are entered in gray
code, to force adjacent cells to be
different by only one variable.
1. Group the 1’s into two overlapping
groups as indicated.
2. Read each group by eliminating any
variable that changes across a
boundary.
3. The vertical group is read AC.
K-maps can simplify combinational logic by grouping
cells and eliminating variables that change.
Karnaugh maps
1
1 1
AB
C
00
01
11
10
0 1
1
1 1
AB
C
00
01
11
10
0 1
Group the 1’s on the map and read the minimum logic.
B changes
across this
boundary
C changes
across this
boundary
4. The horizontal group is read AB.
X = AC +AB
X
Karnaugh maps
Group the 1’s on the map and read the minimum logic.
1. Group the 1’s into two separate
groups as indicated.
2. Read each group by eliminating
any variable that changes across a
boundary.
3. The upper (yellow) group is read as
AD.
4. The lower (green) group is read as
AD.
AB
CD
00
01
11
10
00 01 11 10
1 1
1 1
1
1
1
1
AB
CD
00
01
11
10
00 01 11 10
1 1
1 1
1
1
1
1
X = AD +AD
B changes
C changes
B changes
C changes across
outer boundary
Related Example
 Minimize the following SOP expression,
 F(x, y, z) = Σ(0,2,6,7)
 F(x, y, z) = Σ(0,2,3,4,6)
 F(x, y, z) = Σ(0,1,2,3,7)
 F(x, y, z) = Σ(3,5,6,7)
 F(x, y, z) = Σ(0,1,5,7)
 F(x, y, z) = Σ(0,1,6,7)
 F(x, y, z) = Σ(1,2,3,6,7)
SOLUTION(1-7)
Don’t care conditions
END OF LECTURE

Contenu connexe

Tendances

Tendances (20)

Karnaugh Map
Karnaugh MapKarnaugh Map
Karnaugh Map
 
BOOLEAN ALGEBRA & LOGIC GATE
BOOLEAN ALGEBRA & LOGIC GATEBOOLEAN ALGEBRA & LOGIC GATE
BOOLEAN ALGEBRA & LOGIC GATE
 
Don't care conditions
Don't care conditionsDon't care conditions
Don't care conditions
 
Number system in Digital Electronics
Number system in Digital ElectronicsNumber system in Digital Electronics
Number system in Digital Electronics
 
SOP POS, Minterm and Maxterm
SOP POS, Minterm and MaxtermSOP POS, Minterm and Maxterm
SOP POS, Minterm and Maxterm
 
Karnaugh map
Karnaugh mapKarnaugh map
Karnaugh map
 
KMAP
KMAPKMAP
KMAP
 
Logic gates presentation
Logic gates presentationLogic gates presentation
Logic gates presentation
 
Rules of Karnaugh Map
Rules of Karnaugh MapRules of Karnaugh Map
Rules of Karnaugh Map
 
Logic gates
Logic gatesLogic gates
Logic gates
 
Quine Mc Clusky (Tabular) method
Quine Mc Clusky (Tabular) methodQuine Mc Clusky (Tabular) method
Quine Mc Clusky (Tabular) method
 
Karnaugh Map (K-map)
Karnaugh Map (K-map)Karnaugh Map (K-map)
Karnaugh Map (K-map)
 
Subtractor (1)
Subtractor (1)Subtractor (1)
Subtractor (1)
 
Digital Logic Design
Digital Logic Design Digital Logic Design
Digital Logic Design
 
Minimization of Boolean Functions
Minimization of Boolean FunctionsMinimization of Boolean Functions
Minimization of Boolean Functions
 
K Map Simplification
K Map SimplificationK Map Simplification
K Map Simplification
 
Half adder and full adder
Half adder and full adderHalf adder and full adder
Half adder and full adder
 
Encoder and decoder
Encoder and decoderEncoder and decoder
Encoder and decoder
 
Boolean Algebra
Boolean AlgebraBoolean Algebra
Boolean Algebra
 
Decoders-Digital Electronics
Decoders-Digital ElectronicsDecoders-Digital Electronics
Decoders-Digital Electronics
 

Similaire à Kmap..(karnaugh map)

All aboutcircuits karnaugh maps
All aboutcircuits karnaugh mapsAll aboutcircuits karnaugh maps
All aboutcircuits karnaugh maps
marangburu42
 
UNIT-II -DIGITAL SYSTEM DESIGN
UNIT-II -DIGITAL SYSTEM DESIGNUNIT-II -DIGITAL SYSTEM DESIGN
UNIT-II -DIGITAL SYSTEM DESIGN
Dr.YNM
 

Similaire à Kmap..(karnaugh map) (20)

karnaughmaprev1-130728135103-phpapp01.ppt
karnaughmaprev1-130728135103-phpapp01.pptkarnaughmaprev1-130728135103-phpapp01.ppt
karnaughmaprev1-130728135103-phpapp01.ppt
 
Karnaughmaprev1 130728135103-phpapp01
Karnaughmaprev1 130728135103-phpapp01Karnaughmaprev1 130728135103-phpapp01
Karnaughmaprev1 130728135103-phpapp01
 
All aboutcircuits karnaugh maps
All aboutcircuits karnaugh mapsAll aboutcircuits karnaugh maps
All aboutcircuits karnaugh maps
 
Karnaugh map (k map)
Karnaugh map (k map)Karnaugh map (k map)
Karnaugh map (k map)
 
Chapter-3.pdf
Chapter-3.pdfChapter-3.pdf
Chapter-3.pdf
 
Chapter-3.pdf
Chapter-3.pdfChapter-3.pdf
Chapter-3.pdf
 
DCF - K map
DCF - K mapDCF - K map
DCF - 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.ppt
 
K Maps.pptx
K Maps.pptxK Maps.pptx
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 mapping allaboutcircuits
Karnaugh mapping allaboutcircuitsKarnaugh mapping allaboutcircuits
Karnaugh mapping allaboutcircuits
 
Karnaugh maps
Karnaugh mapsKarnaugh maps
Karnaugh maps
 
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
 
KARNAUGH MAP
KARNAUGH MAPKARNAUGH MAP
KARNAUGH MAP
 
Boolean variables r010
Boolean variables   r010Boolean variables   r010
Boolean variables r010
 
Karnaugh
KarnaughKarnaugh
Karnaugh
 
UNIT-II -DIGITAL SYSTEM DESIGN
UNIT-II -DIGITAL SYSTEM DESIGNUNIT-II -DIGITAL SYSTEM DESIGN
UNIT-II -DIGITAL SYSTEM DESIGN
 
UNIT-II : SEQUENTIAL CIRCUIT DESIGN
UNIT-II  : SEQUENTIAL CIRCUIT DESIGN UNIT-II  : SEQUENTIAL CIRCUIT DESIGN
UNIT-II : SEQUENTIAL CIRCUIT DESIGN
 
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
 

Dernier

Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 

Dernier (20)

ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 

Kmap..(karnaugh map)

  • 1. Digital Logic and Design Karnaugh Map
  • 2. Recap: Boolean Algebra  Simplification of Boolean expressions are done through Boolean algebra.  The method wasn’t effective.  Solving a problem through Boolean algebra was a bit tricky  Need skill of applying rules and law.  Doesn’t guarantee simplest form of expression
  • 3. Karnaugh Map  K-map provides a systematic method  For simplifying Boolean expressions and minimizing expressions.  If properly used, will produce the simplest SOP and POS.  Similar to truth table, presents all possible values of input variables and resulting output for each value.
  • 4. Karnaugh Map  Karnaugh map is an array of cells in which each cell represents a binary value of input variables.  The cells are managed in a way so that simplification of a given expression is simply a matter of properly grouping the cells.  Karnaugh maps can be used for expression with two, three, four and five variables, but we will discuss only 3- variable and 4-varable situations to illustrate the principles.
  • 7. 3-variable karnaugh map  The 3-variable karnaugh map is an array of eight cells.  In this case A, B and C are used for the variables although other letters could be used.  Binary values of A is along the left side and the value of B and C is across the top.
  • 8. The 3-variable Karnaugh map  The value of a given cell is the binary values of A at the left in the same row combined with the value of B and C at the top in the same column.  For example: the cell in the upper left corner has a binary value of 000 and the cell in the lower right corner has a binary value of 110.
  • 9. 3-Variable K-map ABC 0 1 00 0 1 01 2 3 11 6 7 10 4 5 ABC 00 01 11 10 0 0 1 3 2 1 4 5 7 6
  • 10. The 4-variable karnaugh map  The 4-variable karnaugh map is an array of sixteen cells  Binary values of A and B are along the left side and the values of C and D are across the top.  The value of a given cell is the binary value of A and B at the left in the same row combined with the binary values of C and D at the top of the same column.
  • 11. 4-Variable K-map ABCD 00 01 11 10 00 0 1 3 2 01 4 5 7 6 11 12 13 15 14 10 8 9 11 10
  • 12. Grouping & Adjacent Cells  K-map is considered to be wrapped around  All sides are adjacent to each other  Adjacent cells which has 1’s in SOP can be grouped together in 2’s power.  2 adjacent cells can be grouped (pair)  4 adjacent cells can be grouped (Quads)  8 adjacent cells can be grouped (octets)  Groups can be row, column, square or rectangular.  Groups of diagonal cells are not allowed
  • 13. Mapping of Standard SOP expression  Selecting n-variable K-map  1 marked in cell for each minterm
  • 14. Mapping of Standard SOP expression  SOP expression CBACBACAB  ABC 00 01 11 10 0 0 0 0 1 1 1 0 0 1
  • 15. Cell Adjacency  The cells in a karnaugh map are arranged so that there is only a single-variable change between adjacent cells.  Adjacency is defined by a single variable change.  Cells with values that differ by more than one variable are not adjacent.
  • 17. Continued ( simplification through K maps)  Karnaugh map is used for simplifying Boolean expressions to their minimum form.  A minimized SOP expression contains the fewest possible terms with the fewest possible variables per term.  Generally a minimum SOP expression can be implemented with fewer logic gates than a standard expression.
  • 18.
  • 20.
  • 24.
  • 25.
  • 26.
  • 27. Mapping a non standard SOP expression
  • 28.
  • 29. Mapping a non standard SOP expression
  • 30. Numerical expansion of the given expression can be done as follows
  • 31. Mapping non standard SOP into K-map
  • 32.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41. 0 1 00 01 11 10 AB C Cells are usually labeled using 0’s and 1’s to represent the variable and its complement. Gray code Karnaugh maps Ones are read as the true variable and zeros are read as the complemented variable. The numbers are entered in gray code, to force adjacent cells to be different by only one variable.
  • 42.
  • 43. 1. Group the 1’s into two overlapping groups as indicated. 2. Read each group by eliminating any variable that changes across a boundary. 3. The vertical group is read AC. K-maps can simplify combinational logic by grouping cells and eliminating variables that change. Karnaugh maps 1 1 1 AB C 00 01 11 10 0 1 1 1 1 AB C 00 01 11 10 0 1 Group the 1’s on the map and read the minimum logic. B changes across this boundary C changes across this boundary 4. The horizontal group is read AB. X = AC +AB
  • 44. X Karnaugh maps Group the 1’s on the map and read the minimum logic. 1. Group the 1’s into two separate groups as indicated. 2. Read each group by eliminating any variable that changes across a boundary. 3. The upper (yellow) group is read as AD. 4. The lower (green) group is read as AD. AB CD 00 01 11 10 00 01 11 10 1 1 1 1 1 1 1 1 AB CD 00 01 11 10 00 01 11 10 1 1 1 1 1 1 1 1 X = AD +AD B changes C changes B changes C changes across outer boundary
  • 45. Related Example  Minimize the following SOP expression,  F(x, y, z) = Σ(0,2,6,7)  F(x, y, z) = Σ(0,2,3,4,6)  F(x, y, z) = Σ(0,1,2,3,7)  F(x, y, z) = Σ(3,5,6,7)  F(x, y, z) = Σ(0,1,5,7)  F(x, y, z) = Σ(0,1,6,7)  F(x, y, z) = Σ(1,2,3,6,7)
  • 47.
  • 48.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53.
  • 54.
  • 55.
  • 56.
  • 57.
  • 58.
  • 59.
  • 60.
  • 61.
  • 62.
  • 64.
  • 65.
  • 66.
  • 67.