Counters - Technical MCQs

Q1:

How many flip-flops are required to make a MOD-32 binary counter?

A 2

B 45

C 5

D 6

ANS:C - 5

Yes, 2^n = 32 from where we get the answer is 5 is a generalized way of getting no of flip-flops and remember id mod is in between means not multiple of 2.

So we just higher 2 multiple for example 14 then we take 4 flipflops as we take count as 16.