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 1 of 2.

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^)

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

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

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

Anaya said:   1 decade ago
Then there will be change how answer is no change.
(2)

M.V.KRISHNA/PALVONCHA said:   1 decade ago
Why can't the answer be toggle ?

Govind singh said:   1 decade ago
I think correct answer is toggle because at 11 position jk toggle
(1)

Guru said:   1 decade ago
@Sundar clue is correct but small changes.

After one cycle the value of each input comes to the same value
ex: Assume J=0 and K=1.

After 1 cycle, it becomes as J=0->1->0(1 cycle complete) and K=1->0->1(1 cycle complete).

So answer is B. not change o/p.

Adil said:   1 decade ago
@Ravi sinha tabe is right. When they form in cycle they form in 1 & 0 so output become no change.

BHUJI said:   1 decade ago
What is meant by toggle?
(1)

Ravikanth said:   1 decade ago
@Bhuji.

Toggle means complement.
(1)


Post your comments here:

Your comments will be displayed after verification.