in Digital Logic
1,680 views
1 vote
1 vote

When a J-K flip-flop is constructed from an SR flip-flop

a) S = JQ, R = K+JQ

b) J = S, K = R

c) J = SR'Q, K = S'(R+Q)

d) S = JQ', R = KQ

in Digital Logic
1.7k views

2 Comments

I think option b is right J=S and K=R
0
0
No its d
1
1

1 Answer

1 vote
1 vote
D) S=JQ', R=KQ

To eliminate racing condition when S=1 & R=1, we connect S=JQ' & R=KQ

1 comment

its (d)

we can use flip-flop conversion technique also.

steps:

1.write the characterstics table of target FF(J-K here)

2.using the transition of output in characterstic table of J-K write the excitation table of S-R

3.using k-map, express S & R in terms of J & K
2
2