24. Boolean algebra Flashcards
In addition to de Morgan’s laws how many rules of Boolean algebra are there?
17
How many general rules of Boolean algebra are there?
9
X . 0 = ?
0
X . 1 = ?
X
X . X = ?
X
X . notX = ?
0
What does ‘+’ stand for?, when looking at boolean algebra
OR
What does ‘ . ‘ stand for?, when looking at boolean algebra
AND
X + 0 = ?
X
X + 1 = ?
1
X + X = ?
X
X + notX = ?
1
((not)notX) = X
X
Name the 4 other titles that the rules of boolean algebra fall under, excluding general rules.
Commutative rules
Associative rules
Distributive rules
Absorption rules
X . Y = ?
Y . X
X + Y = ?
Y + X
X . (Y . Z) = ?
(X . Y) . Z
X + (Y + Z) = ?
(X + Y) + Z
X . (Y + Z) = ?
X . Y + X . Z
(X + Y) . (W + Z) = ?
X . W + X . Z + Y . W + Y . Z
X + (X . Y) = ?
X
X . (X + Y) = ?
X