SR Flipflop
An SR Flip-Flop (Set-Reset flip-flop) stores one bit of information using two inputs: S (set) and R (reset).
When S = 1, R = 0, the output is set; when S = 0, R = 1, the output is reset.
When S = R = 0, it holds its previous state; when S = R = 1, the state becomes invalid or undefined.
SR Flip-Flops are used in simple memory elements and control circuits where basic set/reset operations are required.
WAVEFORM