Counters - Technical MCQs

Q1:

A MOD-16 ripple counter is holding the count 10012. What will the count be after 31 clock pulses?

A 10002

B 10102

C 10112

D 11012

ANS:A - 10002

As the counter is 16 base so it repeats after 16 clock pulse now we have to find after 31 we know after 32 which is multiple of 16.

So, at 31 it will be the same to 15 because after 32 it will repeat as counter is modulus counter.