in Digital Logic retagged by
2,027 views
0 votes
0 votes

In order to build a $\text{MOD - 18}$ counter, the minimum number of flip flops needed is equal to :

  1. $18$
  2. $9$
  3. $5$
  4. $4$
in Digital Logic retagged by
2.0k views

1 Answer

0 votes
0 votes
$18$ can be represented by using $5$ bits in binary. So to uniquely identify every state of MOD-$18$ counter, we need $5$ flip flops.

Alternatively,  $log_{2}\left ( \left \lceil 18 \right \rceil \right )$  $=$  $5$ flip flops are required.

Option C is correct.

Related questions