JK Flip-Flop

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

JK Flip-Flop

A storage element with two control inputs, J and K, defined by the input relation: D = JQ’ + K’Q

2
New cards

D = JQ’ + K’Q

The Boolean equation of the JK flip flop

3
New cards

JK Flip Flop’s Characteristic Behavior

  • J = 0, K = 0 → Hold State (Q(t+1) = Q(t))

  • J = 1, K = 0 → Set (Q = 1)

  • J = 0, K = 1 → Reset (Q = 0)

  • J = 1, K = 1 → Toggle

4
New cards

J input

The input inside the JK flip-flop that behaves like the S (Set) input.

5
New cards

K input

The input inside the JK flip-flop that behaves like the R (Reset) input.

6
New cards

Unlike SR, the case of J = K = 1 is valid in the JK flip-flop.

Advantage of the JK flip-flop over the SR flip-flop

7
New cards

When J = K = 1, the JK flip-flop toggles like a T flip-flop

The relationship between the JK flip-flop and T flip-flop

8
New cards

SR flip-flop

Unlike the SR latch, it has a controlled timing, it is synchronous, it’s edge based. However, just like the SR latch, it suffers from the invalid case when S = R = 1.

9
New cards

Versatility of a JK flip-flop

Can be used as:

  • SR flip-flop (when J and K act like Set/Reset)

  • T flip-flop (when J = K)

  • General-purpose storage like D flip-flop