Karnaugh Maps and Logic Gates Flashcards
1
Q
A
2
Q
V
A
OR
3
Q
¬
A
NOT
4
Q
V_
A
XOR (exclusively or)
5
Q
Where do brackets go when simplifying expressions?
A
In between the V (ORs)
6
Q
Karnaugh Maps Steps
A
1) Draw grid of possible inputs (¬A¬B)
3) For each bracket in the expression, add in the 1s
4) Discard what changes, keep what stays the same
5) Write the keep expressions with an OR in between them