edited by
688 views
0 votes
0 votes

How to solve this? 

edited by

1 Answer

0 votes
0 votes
I didn't completely understand the meaning of the question , but i'll still try to answer it.

I assume it to be a 3 bit binary up counter , because nothing's been specified.

Now it has been said that just before the counter is cleared. That is just before outputs show 000 , the last state would be , as i assume , 111.

Now 111 is passed through a full adder.

sum = 1 xor 1 xor 1 = 1.

and , carry  = 1.

So J = 1 ,and K=1;

Qnext in JK flip flop is,

Qn = JQ'+K'Q = 1.Q' + 0.Q = Q'

Thus , it can be seen that the JK flip flop is in toggle state.

I might be wrong , kindly correct me if I went wrong somewhere.

Related questions

0 votes
0 votes
0 answers
1
TUSHAR_BHATT asked Oct 21, 2018
393 views
What will be the tclk that will be given to the following circuit . How is it equal to 2Ntpd.
1 votes
1 votes
1 answer
2
0 votes
0 votes
0 answers
3
2 votes
2 votes
1 answer
4
Hradesh patel asked Oct 1, 2016
544 views
Q. if a counter having 10 FF's is initially at 0 ,what count will it hold after 2060 pulses???a) 000 000 1100b) 000 001 1100c) 000 001 1000d) 000 000 1110