3. The truth table for a Boolean expression is shown. Write the Boolean expression in sum-of-products
form.
F = x’y’z’ + x’y’z + x’yz’ + xy’z’ + xy’z
4. Draw the combinational circuit that directly implements the following Boolean expression:
F(x,y,z) = y’ + xy + y’z.
5. Consider the parity generator (even parity) shown in the truth table below. The parity bit Y is a function of Boolean variables A, B, and C. Represent this parity function in the following ways:
1. As a Boolean algebraic expression.
A’B’C + A’BC’ + AB’C’ + ABC
2. As a combinational logic diagram (logic circuit).