retagged by
2,783 views

1 Answer

0 votes
0 votes
If the reduced table has m states (2n – 1 < m ≤ 2n), n flip-flops are required. Assign a unique combination of flip-flop states to correspond to each state in the reduced table.

Here m=18

18<=2^n

n=5

hence ans: C

Related questions

1 votes
1 votes
3 answers
1
1 votes
1 votes
2 answers
2
rishu_darkshadow asked Sep 22, 2017
2,752 views
In order to implement a $\text{n}$ variable switching function, a $\text{MUX}$ must have :$2^{n}$ inputs$2^{n}+1$ inputs$2^{n-1}$ inputs$2^{n}-1$ inputs
1 votes
1 votes
1 answer
3
rishu_darkshadow asked Sep 22, 2017
2,180 views
The characteristic equation of a $\text{JK}$ flip-flop is :$Q_{n+1}=J\cdot Q_{n}+K\cdot Q_{n}$$Q_{n+1}=J\cdot \bar{Q}_{n}+\bar{K}\cdot Q_{n}$$Q_{n+1}={Q}_{n}+J\cdot K$$Q_...
1 votes
1 votes
2 answers
4