retagged by
52,130 views
113 votes
113 votes

We want to design a synchronous counter that counts the sequence $0-1-0-2-0-3$ and then repeats. The minimum number of $\text{J-K}$ flip-flops required to implement this counter is _____________.

retagged by

20 Answers

2 votes
2 votes
both 3 and 4 are correct in the official key
reshown by
2 votes
2 votes

Can we think like this ?

First we build a circuit for the sequence ; 0 - 1 - 4 - 6 - 8 - 11

To build this we need 4 FF, and after doing this, just connect $Q_1$ and $Q_0$ terminals to the decoder.

1 votes
1 votes

2no of flip flops needed >= mod of the circuit 

in this question mod of counter is 6 and let no of flip flops be X;

2>= 6

answer = 3 

Answer:

Related questions

34 votes
34 votes
9 answers
1
Sandeep Singh asked Feb 12, 2016
12,290 views
The $16\text{-bit}\;2's$ complement representation of an integer is $1111 \quad 1111 \quad 1111 \quad 0101;$ its decimal representation is ____________
2 votes
2 votes
1 answer
2
24 votes
24 votes
4 answers
3
Arjun asked Sep 22, 2015
3,394 views
Design a $3$-bit counter using D-flip flops such that not more than one flip-flop changes state between any two consecutive states.
24 votes
24 votes
7 answers
4