A sequential circuit has two JK flip-flops A and B, two inputs X and Y, and one output Z. The flip-flop input equations and output functions are as follows:
JA = BX + B*Y* KA = B*XY* Z = AXY +BX*Y*
JB = A*X KB = A + XY*
a) Generate the State Transition Table, which should include the binary( ones and zeroes) values of the Flip Flop inputs which then enable you to determine next states based on current states.
b) Draw the State Diagram for the system.