Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:
A K-map is a structured arrangement of truth table entries using Gray code ordering to place adjacent minterms next to each other, making common implicants visually obvious for simplification.
Given Data / Assumptions:
Concept / Approach:
The K-map preserves truth table information but rearranges it on a grid so that adjacency corresponds to single-literal differences. This enables grouping of 1s (or 0s in POS) into powers-of-two blocks to eliminate literals.
Step-by-Step Solution:
Verification / Alternative check:
Back-translate K-map groupings to an equivalent truth table; the outputs match by construction.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting wrap-around adjacency on K-map edges, which can miss larger groups.
Final Answer:
Correct
Discussion & Comments