Questions: Karnaugh Map Simplification

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

In a 4-variable K-map, a group of 4 cells all have A=1 and C=0, while B and D take all four combinations (00, 01, 10, 11). The simplified Boolean term for this group is:

AA + C' (sum of the variables that are constant across the group)
BAC' (product of the variables that stay constant — A=1, C=0)
CB'D' (product of the variables that happen to be 0 somewhere in the group)
DABCD' (all four variables included to be safe)
Question 2 Multiple Choice

A K-map has a 1 that can be included in a group of 2 or grouped with more 1s and don't-cares to form a group of 4. The better choice for minimizing the expression is:

AThe group of 2 — smaller groups represent more specific (and therefore more correct) terms
BThe group of 4 — larger groups eliminate more variables and produce a simpler expression
CIt doesn't matter — both groupings produce an equally minimal result
DThe group of 2 — don't-care conditions should be avoided to prevent unintended outputs
Question 3 True / False

In a Karnaugh map, cells in the leftmost column are adjacent to cells in the rightmost column (wrap-around adjacency).

TTrue
FFalse
Question 4 True / False

Don't-care conditions (marked X) in a K-map should generally be included in a group whenever they are adjacent to a 1.

TTrue
FFalse
Question 5 Short Answer

Why does a larger group in a K-map always correspond to a simpler Boolean expression? What is the relationship between group size and variables eliminated?

Think about your answer, then reveal below.