InterviewSolution
Saved Bookmarks
| 1. |
The terminal count of a typical modulus-10 binary counter is ____________(a) 0000(b) 1010(c) 1001(d) 1111The question was asked in final exam.Question is from Asynchronous Counter in section Counters of Digital Circuits |
|
Answer» RIGHT CHOICE is (c) 1001 The best I can explain: A binary COUNTER counts or produces the equivalent binary number depending on the cycles of the CLOCK input. Modulus-10 means count from 0 to 9. So, the terminal count is 9 (1001). |
|