06. Karnaugh Map - II
06. Karnaugh Map - II
A Karnaugh map can be a special version of the truth table. We can easily minimise
various expressions that have 2 to 4 variables using a K-map.
3. For SOP, put the 1’s in the blocks of the K-map with respect to the minterms
(elsewhere 0’s).
4. For POS, putting 0’s in the blocks of the K-map with respect to the maxterms
(elsewhere 1’s).
5. Making rectangular groups that contain the total terms in the power of two, such as
2,4,8 ..(except 1) and trying to cover as many numbers of elements as we can in a
single group.
6. From the groups that have been created in step 5, find the product terms and then
sum them up for the SOP form.
1|Page
Digital Logic(U-I) @RKS
SOP FORM
1. 3 variables K-map:
F (A, B, C) = ∑ (1, 3, 6, 7)
If we sum these product terms, then we will get this final expression
F = (A’C + AB)
2|Page
Digital Logic(U-I) @RKS
2. 4 variables K-map:
F (A, B, C, D) = ∑(0, 2, 5, 7, 8, 10, 13, 15)
If we sum these product terms, then we will get this final expression
F = (BD + B’D’)
3|Page
Digital Logic(U-I) @RKS
POS FORM
1. 3 variables K-map
F (A, B, C) = π(0,3,6,7)
If we take the product of these three terms, then we will get this final expression –
4|Page
Digital Logic(U-I) @RKS
2. 4 variables K-map
F (A, B, C, D) = π (3, 5, 7, 8, 10, 11, 12, 13)
5|Page
Digital Logic(U-I) @RKS
a) 8 b) 18 c) 16 d) 12
2. The don’t care condition could be used in order to simplify the Boolean expressions in
the ___________.
3. Logic gates can be widely used in the _______________ design and are therefore
available in the IC form.
6|Page