A . NOT(A) =
0
A . A =
A
A+A =
A
A + NOT(A) =
1
A + 0 =
A
A + 1 =
1
A . 0 =
0
A . 1 =
A
Commutative rule
YX = XY Y+X = X+Y
Associative rule
X(YZ) = (XY)Z X+(Y+Z) = (X+Y)+Z
A(BC) =
(AB)C
Distributive rule
X(Y+Z) = XY + XZ
(X+Y)(W+Z) =
XW + XZ +YW +YZ
De Morgan’s Law
NOT(AB) = NOT(A) + NOT(B)
OR to AND/AND to OR and invert the NOTs
Why is the NAND gate universal?
Any type of gate can be formed from NANDS alone.
Why minimise the number of gate types used?