RTUComputer ScienceYr 2023 · Sem 32023

Q5Digital Electronics

Question

2 marks

What is the operation of SR Flip-flop?

Answer

An SR flip-flop utilizes Set to force output high, Reset to force output low, and holds state otherwise.

The Set-Reset (SR) flip-flop obeys a strict logical protocol: Pulsing the Set input () physically forces the output to a logic 1. Pulsing the Reset input () forces the output to a logic 0. If both are deactivated (), it infinitely holds its previous state. Activating both simultaneously () causes an unpredictable, fatal logic crash.

Back to Paper