in Digital Logic edited by
710 views
2 votes
2 votes

in Digital Logic edited by
710 views

1 Answer

2 votes
2 votes
Best answer

Given JK FlipFlop, For J=0 and K=0,FF nextstate =  previous state

Initally QA = 0,QA' = 1 

so UP counter is initated and Q1 Q0 = 00 ,01,10,11

Now when 11 is seen, Y3 = (Q1.Q0)' = 0 occurs 

As preset is active low as soon as Y3 input of preset is 0,preset takes place.

This preset sets the value of QA = 1, thus Now DOWN counter takes place 

The count sequence of down counter is 10,01,00

Again same sequence repeats as above 

Here we want only output when  8 clock pulses are applied so 0,1,2,3,2,1,0,1.

selected by

4 Comments

how u write Y3=(Q1.Q0)'
0
0
decoder has bubble so (Q1.Q0)'
0
0
what is the use of preset.

wheather it sets value to 1?
1
1
yes..
1
1

Related questions