InterviewSolution
Saved Bookmarks
| 1. |
Which is not an example of a truncated modulus?(a) 8(b) 9(c) 11(d) 15The question was posed to me in class test.The doubt is from Up Down Counter topic in section Counters of Digital Circuits |
|
Answer» CORRECT OPTION is (a) 8 For explanation I would say: An n-bit counter whose MODULUS is LESS than the maximum possible is called a truncated counter. Here, 9, 11 and 15 modulus counters are truncated counters. Whereas, modulus-8 is not a truncated counter. |
|