KARNAUGH MAP

SCORE
0/0

Simplify this K-map into a boolean expression.

CD \ AB
00
01
11
10
00
01
11
10
HOW TO USE
  • 1. Click cells with 1s to select them, then press ADD GROUP
  • 2. Groups must be power-of-2 rectangles (1,2,4,8 cells) — wrapping allowed
  • 3. Type the simplified expression using + between terms and ' for NOT
  • 4. Example: A'B + CD'
NOTATION GUIDE
Textbooks use for AND and for OR and ¬ for NOT.
Here, use concatenation for AND, + for OR, ' for NOT.
Textbook: (A ∧ B) ∨ (A ∧ ¬C) ∨ (A ∧ ¬B)
Enter as: AB + AC' + AB'

PROGRESS

Score:0/0
Accuracy:0%

HISTORY

No attempts yet

Start answering questions!