Question:medium

Match List-I with List-II:

List-I (Counters) List-II (Delay/Number of States)
(A) n-bit ring counter(I) Number of states is \( 2^n \)
(B) MOD-\(2^n\) asynchronous counter(II) Fastest counter
(C) n-bit Johnson counter(III) Number of used states is \( n \)
(D) Synchronous counter(IV) Number of used states is \( 2n \)

Choose the correct answer from the options given below:

Show Hint

When matching counters, focus on \textit{number of states} and \textit{speed} as key properties.
Updated On: Feb 18, 2026
  • (A) – (I), (B) – (II), (C) – (III), (D) – (IV)
  • (A) – (I), (B) – (III), (C) – (II), (D) – (IV)
  • (A) – (I), (B) – (II), (C) – (IV), (D) – (III)
  • (A) – (III), (B) – (I), (C) – (IV), (D) – (II)
Show Solution

The Correct Option is D

Solution and Explanation

Step 1: Review Counter Definitions.
- Ring counter: $n$ states.
- MOD-$2^n$ asynchronous counter: $2^n$ states.
- Johnson counter: $2n$ states.
- Synchronous counter: fastest.

Step 2: Match Counters to States.
Therefore, (A)–(III), (B)–(I), (C)–(IV), (D)–(II).
Final Answer: \[\boxed{(4)}\]
Was this answer helpful?
0