Digital Electronics - Flip-Flops - Discussion

Discussion Forum : Flip-Flops - General Questions (Q.No. 27)
27.
A J-K flip-flop with J = 1 and K = 1 has a 20 kHz clock input. The Q output is ________.
constantly LOW
constantly HIGH
a 20 kHz square wave
a 10 kHz square wave
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
25 comments Page 1 of 3.

Vishnu vardhan said:   1 decade ago
When j=k=1 the output toggles more than once for a single clock pulse. This phenomena is called racing in a jk flip flop. In question j=k=1 and output must toggle for more than once. So any frequency less than 20khz is correct 20khz is principle value.

As ff has 2 states I think 20/2=10khz is correct and toggling continuously from 0 to 1 makes a square wave and so it will be a square wave of <20khz. To eliminate this racing the pulse width of flip flop must be greater than propagation delay.

Farhan said:   5 years ago
The flip flop is sensitive only to the positive or negative edge of the clock pulse. So, the flip-flop toggles whenever the clock is falling/rising at edge. This triggering of flip-flop during the transition state, is known as Edge-triggered flip-flop. Thus, the output curve has a time period twice that of the clock. Frequency is inversely related to time period and hence frequency gets halved.

Jay said:   1 decade ago
@samiksha: because the flip flop is sensitive only to the positive or negative edge of the clock pulse....so the flip-flop toggles whenever the clock's falling/rising edge...thus the output curve has a time period twice that of the clock....frequency is inversely related to time period...and hence frequency gets halved.....got it??

Shreyas sinha said:   9 years ago
Here, there is no mention of master-slave jk flip-flop (has 2 flip-flops ), its just jk flip-flop(just 1 flip-flop) so therefore, there is only one flip-flop.

O/p freq = i/p freq /2^n ; n=1.
= 20 / 2 = 10 Hz.

Shreyas sinha said:   9 years ago
O/p frequency = i/p freq / 2^n ; where n is the number of F/Fs used.

Jk flip-flop has 2 flipflop s master and slave so according to that,

Op freq = 20 / 2^1 ; 2^ (n-1) < n > 2^n.

= 10 Hz.

Pravin dalvadi said:   1 decade ago
j=0 , k=0------------> No change state.
j=1 , k=0------------> Set condition means output = 1.
j=0 , k=1------------> Reset condition means output = 0.
j=1 , k=1 -----------> Toggle.

Stuaan said:   1 decade ago
@Satyapriya is rightly said when the j-k flip flop has two internal flip flop one is master and another one is slave so the output frequency can be achieve half frequency of the input.

Satyapriya said:   1 decade ago
As one flip flop is used so there is 2 states available.so 20/2=10hz frequency avail; able at the output. Am i right or wrong please someone replay.

Jessy said:   9 years ago
When J = 1 and K = 1 outputs of JK flip flop are:

A) Qn+1=0
B) Qn+1=1
C) Qn+1=Q
D) Qn+1=Q\'

Give me the answer of this question.

Neetu said:   1 decade ago
@Tulasiram:

j= 0,k=0------->previous o/p.
j= 0,k=1--------->0.
j=1 ,k=0---------->1.
j= 1,k=1---------->toggle.


Post your comments here:

Your comments will be displayed after verification.