112 views

1 Answer

Best answer
3 votes
3 votes
Mod-6 up counter counts from $0$ to $63.$ Here, the given values are $100101_b = 37_{10}$ and $101_2 = 5_{10}.$ So, the counter will need $63 - 37 = 26$ clock pulses to reach the maximum value, one more clock pulse to reset the counter and $5$ more clock pulses to get value $5.$ So, total number of clock pulses $ = 26+1+5 = 32.$
selected by
Answer:

Related questions

1 votes
1 votes
1 answer
1
gatecse asked Aug 30, 2020
184 views
A switch-tail ring counter is made using a single $T$ flip flop. The resulting circuit is equivalent to:SR flip flopJK flip flopT flip flopNone of the above
1 votes
1 votes
1 answer
2
gatecse asked Aug 30, 2020
106 views
Consider a 4 bit Johnson counter with an initial decimal value of $1$. The counting sequence of this counter is:$1, 3, 15, 14, 12, 8, 7, 0$$1, 3, 5, 7, 9, 11, 13, 15$$1, ...
3 votes
3 votes
2 answers
3
4 votes
4 votes
2 answers
4
gatecse asked Aug 30, 2020
248 views
There are $2^{2^3} = 256$ boolean functions of three variables. How many of these $3$-input Boolean functions depend on all three variables?