A two stage counter has two input, M and N. The count sequence are:
M N Sequence
0 0 0,1,2,3,0,...
0 1 0,1,0,1,0,...
1 0 2,0,2,0,...
1 1 1,2,1,2,1,2,...
(a) Design a counter assuming the outputs come directly from J-K flipflops.
(b) Design the counter assuming a two-stage binary counter is used with the J-K flipflops outputs decoded.