1,523 views

1 Answer

0 votes
0 votes

@Aman27104

Use 3 JK flip-flips,

Left most FF denotes MSB while right most indicates LSB...

 

Therefore the output will be

Q3 Q2 Q1

000---> 100

100 -->010

010--> 001

001--> 110

110-->000

Q3n=Q3¯¯¯¯¯¯¯.Q2¯¯¯¯¯¯¯

Q2n=Q3⊕Q1

Q1n=Q3¯¯¯¯¯¯¯.Q2.Q1¯¯¯¯¯¯¯

 

 

1. https://gateoverflow.in/42222/Design-counter-following-binary-sequence-repeat-hyderbad 

 

2. https://gateoverflow.in/204645/Flipflops-for-sequence 

 

 

Related questions

9 votes
9 votes
2 answers
1
pC asked Apr 6, 2016
29,467 views
Design a counter for the following binary sequence: 0,4,5,3,1,6,2,7 and repeat.Use JK flip-flops
2 votes
2 votes
1 answer
2
Garrett McClure asked Nov 2, 2017
1,361 views
Given a T flip-flop in the 0 state, what is the sequence of inputs necessary to cause the following sequence of states:0, 1, 1, 1, 0, 0, 1, 0, 1, 0.
0 votes
0 votes
0 answers
3
Garrett McClure asked Oct 31, 2017
397 views
Given a J-K flip-flop in the 0 state what is the sequence of states for the following sequence of inputs:00, 01, 10, 11, 11, 00, 00, 11, 01, 10.
0 votes
0 votes
0 answers
4
Garrett McClure asked Oct 31, 2017
371 views
Given an S-R flip-flop in the 0 state, what is the sequence of inputs necessary to cause the following sequence of states:0, 0, 1, 1, 0, 0, 1, 0, 1.