Counter Modulus
⚑ Report issue
Found a wrong answer, translation, image or source problem? Send it to editorial review.
PYQFound a wrong answer, translation, image or source problem? Send it to editorial review.
An n-stage Johnson counter has 2n distinct states, so an 8-bit Johnson counter has modulus 16, not 8; statement 1 is false. A ring counter circulates a single pattern and uses one flip-flop per state, so statement 2 is true. Therefore option C.

Johnson doubles the number of states relative to a simple ring counter of the same flip-flop count.
Do not assign modulus n to a Johnson counter.
Johnson doubles the number of states relative to a simple ring counter of the same flip-flop count.