Answered You can hire a professional tutor to get the answer.
Design a sequential Mealy circuit with two inputs A and B, ad one output Z. Output Zgenerates 1 when it detects the sequence of either A=00 or B=11....
Design a sequential Mealy circuit with two inputs A and B, ad one output Z. Output Zgenerates 1 when it detects the sequence of either A=00 or B=11. Otherwise Z=0. The sample I/P sequence is given below:A = 0 0 0 1 1 1 0 0 0 1 0 ;B = 1 0 0 0 0 1 1 1 0 1 1 ;Z = 0 1 1 0 0 0 1 1 1 0 1 ,Show state diagram only (without circuit implementation)