Draw a not gate and its truth tables
Draw an and gate and its truth tables
Draw a xor gate and its truth tables
1 | 1 = 0
draw a nand gate and its truth tables
draw a nor gate and its truth tables
Draw an or gate and its truth tables
A.0
0
A.1
A
A.A
A
A . !A
0
A + 0
A
A + 1
1
A + A
A
A + !A
1
What is the distributive law
A.(B+C) = AB + AC
A + (B.C) = (A+B) . ( A+C)
What is commutative law
A.B = B.A
A+B = B + A
What is the associative law
(A+B)+C = A+(B+C) = A+B+C
(A.B).C = A.(B.C) = A.B.C
What is de morgans law
(A+B ) = A . B
(A.B ) = A + B
A + A.B =
A
A + A . B =
A + B