Question 1:
What is the modulus of a binary counter which counts from 0 to 6 and then recycles back to 0?
Question 2:
What is the modulus of a counter which counts from 3 to 9 and back to 3 again?
Question 3:
How many flip-flops are needed to design a counter which counts from 0 to 10?
Question 4:
When flip-flops are connected with one output to the next input, they are in what type of configuration?
Question 5:
To construct a binary up-counter out of J-K flip flops with a count sequence of 0-1-2-3-4, which gate must be used to reset all flip-flops and which outputs it should be connected to?
Question 6:
What must be connected to the J and K inputs of each flip-flop in order to construct an asynchronous MOD-8 counter?