

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This handout provides a step-by-step guide on how to use karnaugh maps to minimize boolean expressions with 2, 3, or 4 variables. The concept of k-maps, their forms (sum of product and product of sum), and the process of solving expressions using the k-map. It also covers the k-map fill order, grouping rules, and the concept of minterms and maxterms.
Typology: Schemes and Mind Maps
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Handout
Handout
Minterms Maxterms X Y Z Product Terms Sum Terms 0 0 0 m 0 = ๐ โ ๐ โ ๐ = min( ๐, ๐, ๐ ) M 0 = ๐ + ๐ + ๐ = max( ๐, ๐, ๐ ) 0 0 1 m 1 = ๐ โ ๐ โ ๐ = min( ๐, ๐, ๐ ) M 1 = ๐ + ๐ + ๐ = max( ๐, ๐, ๐ ) 0 1 0 m 2 = ๐ โ ๐ โ ๐ = min( ๐, ๐, ๐ ) M 2 = ๐ + ๐ + ๐ = max( ๐, ๐, ๐ ) 0 1 1 m 3 = ๐ โ ๐ โ ๐ = min( ๐, ๐, ๐ ) M 3 = ๐ + ๐ + ๐ = max( ๐, ๐, ๐ ) 1 0 0 m 4 = ๐ โ ๐ โ ๐ = min( ๐, ๐, ๐ ) M 4 = ๐ + ๐ + ๐ = max( ๐, ๐, ๐ ) 1 0 1 m 5 = ๐ โ ๐ โ ๐ = min( ๐, ๐, ๐ ) M 5 = ๐ + ๐ + ๐ = max( ๐, ๐, ๐ ) 1 1 0 m 6 = ๐ โ ๐ โ ๐ = min( ๐, ๐, ๐ ) M 6 = ๐ + ๐ + ๐ = max( ๐, ๐, ๐ ) 1 1 1 m 7 = ๐ โ ๐ โ ๐ = min( ๐, ๐, ๐ ) M 7 = ๐ + ๐ + ๐ = max( ๐, ๐, ๐ ) From the table above, it is clear that minterm is expressed in product format and maxterm is expressed in sum format.