edited
15,032 views
27 votes
27 votes

The minimum number of $\text{D}$ flip-flops needed to design a mod-258 counter is

  1. 9
  2. 8
  3. 512
  4. 258
edited

6 Answers

1 votes
1 votes
An n-bit binary counter consists of n flip-flops and can count in binary from 0 to 2^n-1

2^n ≥ 258
Answer:

Related questions

25 votes
25 votes
2 answers
1
24 votes
24 votes
7 answers
3
go_editor asked Sep 29, 2014
9,677 views
The simplified SOP (Sum of Product) from the Boolean expression$$(P + \bar{Q} + \bar{R}) . (P + \bar{Q} + R) . (P + Q +\bar{R})$$ is $(\bar{P}.Q+\bar{R})$$(P+\bar{Q}.\bar...
22 votes
22 votes
2 answers
4
go_editor asked Sep 29, 2014
5,604 views
Which one of the following circuits is NOT equivalent to a $2$-input $XNOR$ (exclusive $NOR$) gate?