Aniket Ganguly
Newbie level 1
- Joined
- Dec 8, 2014
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 8
MOD-N counter means a binary counter which will count N states. So now the question is what is MOD? The full name of MOD is Modular. That means the state is changing after increasing the value 1. So Mod-N counter will count [0-(n-1)].
Example: Mod-6 counter means it will count 0-5. and we have to make the combination of 6 into combination of 0 using clear and preset button.
Example: Mod-6 counter means it will count 0-5. and we have to make the combination of 6 into combination of 0 using clear and preset button.