An RS flip-flop is a fundamental sequential logic circuit. Its output state depends on the values of its Set (S) and Reset (R) inputs.
The goal is to find the input condition that results in a SET condition, meaning the output Q becomes HIGH (logic 1).
| R Input | S Input | Next State (Q) | State Description |
|---|---|---|---|
| $0$ | $0$ | No Change | Hold |
| $1$ | $0$ | $0$ | Reset |
| $0$ | $1$ | $1$ | Set |
| $1$ | $1$ | Invalid | Forbidden |
Therefore, the input condition R=0 and S=1 results in the SET condition at the output.
Race around condition can be removed by using the combination of:
A JK flip flop with J = K = 1 has a 100 kHz clock input. The Q output is
A ring counter with 5 flip-flops will have:
A 4 bit counter is used to count form 0, 1, 2 …. n. Value of ‘n’ is
Counter design can be implemented by: