Hi,
RD is active when LOW, asyncronous means not waiting for clock edge.
SD is active when LOW, asyncronous means not waiting for clock edge.
--> Thus both are inactive when HIGH, nothing happens
* If RD = LOW and SD = HIGH then --> RESET is active thus the output Q immediately becomes LOW, Qn = HIGH
* If SD = LOW and RD = HIGH then --> SET is active thus the output Q immediately becomes HIGH, Qn = LOW
* If RD = LOW and SD = LOW then --> the output Q immediately becomes HIGH, Qn also HIGH.
The last state is rather uncommon - at least for me.
Klaus