i think it will be 2. cz
q1 q0
0 0
0 1
0 0
1 0
0 0
1 1
0 0
q1 q0
0 0
0 1
0 0
1 0
0 0
1 1
0 0
A signal chopper on the Q outputs will certainly display the correct series of numbers, but it will not 'count' the series.2 flip flops, 2 AND gates, and the clock.
The problem of designing ripple counters, with gated outputs no less, is that it is a hit or miss operation. However, there are established design procedures for creating a fully synchronous sequential state machine using JK flip-flops. I tried to get a LibreOffice spreadsheet to implement the transition mapping procedure, starting with the sequential state table to automatically produce the sequential transition table, the index transition table, and from that to automatically draw the Karnaugh transition maps. However, it is still a manual process to go from the sequential table to the index table. Also, the spreadsheet has problems with persistent formatting of Boolean results to display as simple numbers (TRUE, FALSE vs 0,1). Nevertheless, here is the result of one possible design of a state machine to count 0,1,0,2,0,3,0,1... using 4 JK FF.True enough, so you add a flip flop and do it.
by Jeff Child
by Jeff Child
by Jake Hertz