Computer Science, asked by sumeetbendre004, 8 months ago

How many flip-flops are required to make a counter that can count 0 To 31 ?

Answers

Answered by ankita6061
1

Answer:

So, 5 flip-flops are required to make a mod-32 binary counter. For a mod N counter, the number of flip flops required is less than or equal to 2 raised to power n where n is a positive integer

Answered by meenakshisree456
2

Answer: Hi..Friend, Here is the answer...

For 5 bits 32 combinations are possible. from 00000 to 11111(0-31 in decimal). so for n inputs there are 2^n combinations. Mod - 10 counters count from 0-9 in decimal.

Plz...Follow me and Mark me Brainlist...

Similar questions