1.

An asynchronous 4-bit binary down counter changes from count 2 to count 3. How many transitional states are required?(a) 1(b) 2(c) 8(d) 15The question was asked in unit test.My question is from Asynchronous Counter topic in division Counters of Digital Circuits

Answer»

The correct answer is (d) 15

The BEST I can explain: Transitional state is given by (2^n – 1). Since, it’s a 4-bit counter, therefore, transition states = 2^4 – 1 = 15. So, TOTAL transitional states are 15.



Discussion

No Comment Found

Related InterviewSolutions