52) For a JK Flip-flop:
- When J = 0, K = 1, Qn+1 = 0
- When J = 1, K = 1, Qn+1 = 1
- When J = 1, K = 1, Qn+1 = Q-n
- When J = 1, K = 0, Qn+1 = 1
- When J = 1, K = 0, Qn+1 = 0
Choose the correct answer from the options given below:
Solution
Statement A: When J = 0, K = 1,
Evaluation: Correct. This is the Reset condition.
Statement B: When J = 1, K = 1, Evaluation: Incorrect. When both inputs are 1, the output toggles (
), it isn't fixed at 1.
Statement C: When J = 1, K = 1, Evaluation: Correct. This is the standard Toggle condition for a JK flip-flop.
Statement D: When J = 1, K = 0, Evaluation: Correct. This is the Set condition.
Statement E: When J = 1, K = 0, Evaluation: Incorrect.
sets the output to 1, not 0.