How do you design a decimal counter using j-k flip-flop?

1 answer

Answer

1205019

2026-04-30 16:20

+ Follow

Since it is a 3 bit counter( max state here is 6<8 i.e. 2^3) so 3 FF would be used here.Name these three FF A, B,C (u can assume ny other name).

Prepare a state table- here we have 2 count from state 0 to 1, 1(001 in binary) to next state(010), then from 2(010) to 4(100) , then from 4(100) to 5(101), then from 5(101) to 6(110).

After u prepare the state table next step is to prepare the excitation table from this state table.Generally RS FF is used to design the sequence with even no. in the end, for odd we gen' use JK FF's.

Using the present state as o/p transitions, and the basic excitation table for rs ff prepare the table.( this can be done here like ABC changes value as 000 to 001 write the value for Ja as X and Ka as 0, same can be done for Jb , Kb, as well as Jc, Kc.)

Using excitation table prepare K-maps for Ja , Ka , Jb ,Kb , Jc , Kc .From these Kmaps obtain simplified Boolean expressions.

And these boolean expressions can be used to prepare complete Logic.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.