Problem:
A sequential circuit has 2J(K)/(f), one input x, and one output y. The logic diagram
is shown below. Derive the state table and state diagram.
Get the expression of the (f)/(f) inputs (based on present states and external input)
Based on present state and (f)/(f) inputs get the next state
JA=B,KA=B^('),JB=(A\times xOR^(x))^('),KB=(A\times xORx)^(')
Y=x xor A xor B (the odd function)
What is the question asking, how would I do it, please give solution.