+1 vote
in Class 12 by kratos

With a logic circuit, explain working of unlocked SR flip flop built using NAND gates. Draw its timing diagram and truth table.

1 Answer

+2 votes
by kratos
 
Best answer

It is constructed using inverters inserted into inputs of cross coupled NAND gates.
Working:

  1. When * = 0, R = 0, it does not respond and hence outputs Q and Q will remain in their previous state. This is called HOLD condition.

  2. When * = 1 and R = 0, the output Q and Q change to 1 and 0. This condition is called SET state.

  3. When * = 0, R = 1, the output Q and Q change to 0 and 1. This condition is called RESET state.

  4. When * = 1 and R = 1, it drives output Q and Q both to HIGH which is FORBIDDEN or INVALID condition.

...