Microprocess Assignment 1
Microprocess Assignment 1
1. Inverter
(a) Refer to video (link).
(b) Include truth table.
(c) Write down the Boolean expression.
(d) Save your file as Inv.
9. DeMorgan’s Theorems
(a) Develop your logic circuit to show (A·B)’ = A ’ + B ’ and (A+B) ’ = A ’ B ’.
(b) Include truth table.
(c) Save your file as DM-1, DM-2, respectively.
10. Distributive law
(a) Develop your logic circuit to show A(B+C) = AB + AC.
(b) Include truth table.
(c) Save your file as DL.