You are on page 1of 7

Significance of "Don't Care" Conditions:

These conditions denote the set of inputs that never occurs for given digital circuits. Therefore, to simplify the boolean output expressions, the 'don't care' are used.
Minimize the following function in SOP minimal form using K-Maps:
F(A, B, C, D) = ∑(1, 2, 6, 7, 8, 13, 14, 15) + d(3, 5, 12)
Explanation:

The SOP K-map for the given expression is:


Therefore,
f = AC'D' + A'D + A'C + AB

Note:
 We do not group only X.

 We can include X when it is used in grouping 1’s to make no. of 1’s ,a power of 2.

 Each group should be as large as possible.

1 1 1 1

1 1 1

Q1. Minimize the following boolean function-


F(A, B, C, D) = Σ(0, 1, 2, 5, 7, 8, 9, 10, 13, 15)

Solution-

 Since the given boolean expression has 4 variables, so we draw a 4 x 4 K Map.

 We fill the cells of K Map in accordance with the given boolean function.
 Then, we form the groups in accordance with the above rules.

Then, we have-

Thus, minimized Boolean expression is-


F(A, B, C, D) = BD + C’D + B’D’

Q. Minimize the following Boolean function-


F(A, B, C, D) = Σ(1, 3, 4, 6, 8, 9, 11, 13, 15)
d = ∑(0, 2, 14)

F(A, B, C, D) = ∑(1, 3, 4, 6, 8, 9, 11, 13, 15)


d = ∑(0, 2, 14)

Solution-

 Since the given Boolean expression has 4 variables, so we draw a 4 x 4 K Map.

 We fill the cells of K Map in accordance with the given Boolean function.
 Then, we form the groups in accordance with the above rules.

Then, we have-

Thus, minimized Boolean expression is- F(A, B, C, D) = AD + B’D + B’C’ + A’D’

You might also like