Electronics - Flip-Flops and Timers - Discussion

Discussion Forum : Flip-Flops and Timers - General Questions (Q.No. 2)
2.
When both inputs of a J-K flip-flop cycle, the output will:
be invalid
not change
change
toggle
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
13 comments Page 2 of 2.

Sundar said:   1 decade ago
Assume J=0 and K=1

When cycle it, it becomes as J=1 and K=0.

Asheer said:   1 decade ago
What is the meaning of inputs of j k flipflop cycle?

Ravi sinha said:   1 decade ago
Q(next state)=JQ^+K^Q.
so the truth table of J K flip flop will be :-
J K Q(next state)
0 0 no change(Q)
0 1 reset(0)
1 0 set(1)
1 1 toggle(Q^)


Post your comments here:

Your comments will be displayed after verification.