DLD Lecture 05
DLD Lecture 05
UNIVERSITY OF HARIPUR
INTRODUCTION – THE K-MAP METHOD
A Karnaugh map or a K-map refers to a pictorial method that is utilised to minimise various
Boolean expressions without using the Boolean algebra theorems along with the equation
manipulations
The K map can also be described as a special arrangement of a truth table.
THE K-MAP METHOD
CHOICE OF BLOCKS
A single one or group of one’s (power of 2) which are adjacent can be combined in the
K-map known as Implicants
PRIME IMPLICANT
The largest group of one's which can be combined to form a group is known as Prime
Implicant.
PRIME IMPLICANT
ESSENTIAL PRIME IMPLICANT
A prime implicant with at least one element that is not covered by one or more prime
implicants
ESSENTIAL PRIME IMPLICANT
NON ESSENTIAL OR REDUNDANT PRIME IMPLICANT
Prime implicant that has no element that cannot be covered by other prime implicant
NON ESSENTIAL OR REDUNDANT PRIME IMPLICANT
PROCEDURE FOR FINDING THE MINIMAL FUNCTION VIA K-
MAPS
F= x1’x2’+x1’x2+x1x2
3-VARIABLE K MAP
3-VARIABLE K MAP EXAMPLE 1
3-VARIABLE K MAP EXAMPLE 2
3-VARIABLE K MAP EXAMPLE 3
3-VARIABLE K MAP EXAMPLE 4
3-VARIABLE K MAP EXAMPLE 5
3-VARIABLE K MAP EXAMPLE 6
SELF TASKS