Digital Electronics - Flip-Flops - Discussion

Discussion Forum : Flip-Flops - General Questions (Q.No. 63)
63.
Two J-K flip-flops with their J-K inputs tied HIGH are cascaded to be used as counters. After four input clock pulses, the binary count is ________.
00
11
01
10
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Gurpreet said:   1 decade ago
Every O/P repeats after its mod here mod is 4 so after 4 clk pulses the O/P repeats i.e. 00.
(1)

Prashanth pj said:   9 years ago
Since the flip-flop is in toggle state(j=k=1), count starts from 00, 11, 00, 11, 00. So after the fourth pulse the state is 00.
(1)

Neha said:   8 years ago
Thanks @Prashanth.

Prateek said:   7 years ago
Since it is cascaded i guess output q from 1st jk flip-flop drives clock of 2nd flip-flop. So if we assume initially q2q1=00.

Then further count sequence will be 11..10...01...00.

Post your comments here:

Your comments will be displayed after verification.