Abstract
- A form of Synchronous Sequential Circuit. The output changes are regulated by a Clock Oscillator
Asynchronous inputs
Asynchronous inputs affect the state of the flip-flop independently of the clock.
- When the preset (PRE), also known as direct set (SD), is
HIGH
,Q
is immediately set toHIGH
.- When the clear (CLR), also known as direct reset (RD), is
HIGH
,Q
is immediately cleared toLOW
.
J-K Flip-flop
J
is basicallySet
,K
is basicallyReset
. Active-high
Important
The J-K flip-flop eliminates the invalid state when both
J
andK
are active, causing the outputs to toggle.
T Flip-flop
- When
T
is active, it will toggle the outputs of J-K Flip-flop