To make a JK flip-flop operate like a D flip-flop, which of the following…

2025

To make a JK flip-flop operate like a D flip-flop, which of the following logic expressions should be applied to its inputs?

  1. A.

    D = J

  2. B.

    D = J ⊕ K

  3. C.

    D = J K'

  4. D.

    D = J + K

Attempted by 43 students.

Show answer & explanation

Correct answer: C

To convert a JK flip-flop to function as a D flip-flop, equate their characteristic equations. The JK next state is Q(t+1) = JQ' + K'Q, while the D flip-flop is Q(t+1) = D. Setting J = D and K = NOT D transforms the JK equation to Q(t+1) = DQ' + (D')'Q = D(Q' + Q) = D. This derivation confirms the configuration ensures the next state follows input D.

Explore the full course: Rssb Senior Computer Instructor