Q1. Consider the Boolean function F(x, y, z) = (x'y + xy') + z
a) Draw the logic circuit of the function F
b) Derive the truth table of the function F
c) Construct a timing diagram for the function F if the inputs x, y, z are 001, 101, 111 respectively. Consider 3 clock cycles
Q2. Draw the logic diagrams of the following Boolean functions.
a) F(x, y, z) = x + yz
b) F(x, y, z) = (x' + y')z
c) F(x, y) = x'y' + xy
d) F(x, y) = x'y + xy
e) F(x, y, z) = xy + xz + yz