A sequential circuit with two D flip flops, two inputs x and y, and one output z is specified by the following next state and output equations:
A(t + 1) = xy + x'B
B(t + 1) = y'A' + yB
z = B'
a) Draw the logic diagram of the circuit.
b) List the state table for the sequential circuit.
c) Draw the corresponding state diagram.