Digital Circuits
-
Draw a logic circuit (using AND, OR, and NOT gates) that implements the
following expression. Do not attempt to minimize the expression.
-
Find a disjunctive normal form expression that represents the function
given in the following truth table:
_ _ _ _
x y z + x y z + x y z + x y z
-
Minimize the following DNF using Boolean algebra:
_
_ _ _ _
_
x y z + x y z + x y z + x y z + x y z
_
_ _ _
_
= x z(y + y) + y z(x + x) + x z(y + y)
_
_
= x z + y z + x z
_
_
= x(z + z) + y z
_
= x + y z
-
Minimize the following DNF using a Karnaugh map.
minimized expression: x + y