Qualcomm Interview Question

using a simple logic gate, convert a SET type flop to a RESET type flop

Interview Answers

Anonymous

Jul 29, 2012

add inverter to D input as well as Q output of the flop

17

Anonymous

Feb 10, 2016

At the input of D give S_bar*D signal. Where S is the set signal.

2

Anonymous

Aug 22, 2016

Qnew = Qorig * Set_Bar

1