InterviewSolution
Saved Bookmarks
| 1. |
MOD-16 counter requires ________ no. of states.(a) 8(b) 4(c) 16(d) 32I had been asked this question in an interview.This key question is from Propagation Delay in Ripple Counter topic in chapter Counters of Digital Circuits |
|
Answer» CORRECT OPTION is (c) 16 To elaborate: 2^n >= N >= 2^(n-1), by using this FORMULA we get the value of N=16 for n=4. |
|