in Digital Logic retagged by
860 views
1 vote
1 vote

The minimum number of Flip-Flops required to construct a binary Modulo $n$ counter is ________

  1. $n$
  2. $n-1$
  3. $2^n – 1$
  4. $\lceil \log_2 n \rceil$
in Digital Logic retagged by
by
860 views

1 comment

plz any one explain???
1
1

3 Answers

2 votes
2 votes
Best answer

n flip flops can be used to make modulo  2 counter.

So according to the question the answer must be  ceil(log2(n))

selected by
0 votes
0 votes
The "MOD" or "MODULUS" of a counter is the number of unique states. The MOD of the n flip flop ring counter is n.

4 Comments

no, the options were wrong. See now.
0
0
I think previously log n is not their right??
0
0
yes..
0
0
0 votes
0 votes

binary modulo n means the possible no.of states = n and mark them as 0,1,2,3,....n-1.

therefore you need to indicate n states with k flipflops

if n=2p then k=p

if n $\neq$ 2p then k= ⌈log2n⌉