Question:

What are the invalid inputs in the following flip flop? 
 invalid inputs in the following flip flop

Show Hint

Always avoid the state where both inputs are 1, as it may lead to an undefined or indeterminate output in flip-flops.
Updated On: Feb 7, 2025
  • P = 0, Q = 0
  • P = 0, Q = 1
  • P = 1, Q = 0
  • P = 1, Q = 1
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

- For most flip-flops, when the inputs P and Q are both set to 1, it creates an invalid state, as it violates the logic of the flip-flop circuit. The outputs are undefined or indeterminate in this state.
- Valid inputs typically follow specific rules to avoid this invalid state. Options (a), (b), and (c) represent valid input combinations.

Conclusion: The invalid input combination for the flip-flop is (d) P = 1, Q = 1.
Was this answer helpful?
0
0