Consider the circuit diagram. The output Q0 is connected via a NOT gate with the input Data IN of the second T flip-flops...
Each time you press the pushbutton switch S1, the 2-bit-counter counts from 0 to 3, before it falls back to 0. The result is displayed as a binary number by Q0 and Q1.
In the circuit you are using the already inverted output Q0'...
A 2-bit counter is also often referred to as modulo-4 or mod-4 counter...
modulo-x Counter A counter is referred to as a modulo-x counter or mod-x counter, as it passes through x different counts before it newly starts counting again. |
In the next experiment, you build a 4-bit or mod-16 counter...