πŸ“Š Digital Principles and System Design
Q. 4 COUNTERS
  • (A) 0 to 2n
  • (B) 0 to 2n + 1
  • (C) 0 to 2n – 1
  • (D) 0 to 2n+1/2
πŸ’¬ Discuss
βœ… Correct Answer: (C) 0 to 2n – 1

Explanation: the maximum possible range of bit- count specifically in n-bit binary counter consisting of ‘n’ number of flip-flops is 0 to 2n-1. for say, there is a 2-bit counter, then it will count till 22-1 = 3. thus, it will count from 0 to 3.


Explanation by: Mr. Dubey
the maximum possible range of bit- count specifically in n-bit binary counter consisting of ‘n’ number of flip-flops is 0 to 2n-1. for say, there is a 2-bit counter, then it will count till 22-1 = 3. thus, it will count from 0 to 3.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
677
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
85%
Success Rate