Multiple choice How many flip-flops are needed to divide the input frequency by 64? 4 5 6 8 Reveal answer Fill a bubble to check yourself C Correct answer Explanation To divide a frequency by N, you need n flip-flops such that 2^n >= N. For N = 64, 2^6 = 64, so 6 flip-flops are required.