InterviewSolution
Saved Bookmarks
| 1. |
What is the maximum possible range of bit-count specifically in n-bit binary counter consisting of ‘n’ number of flip-flops?(a) 0 to 2^n(b) 0 to 2^n + 1(c) 0 to 2^n – 1(d) 0 to 2^n+1/2I got this question in homework.I want to ask this question from Counters in chapter Counters of Digital Circuits |
|
Answer» Right ANSWER is (c) 0 to 2^n – 1 |
|