Answer from cs61c-eq (Nicholas Hwang 16732453) for Question 1 If there's no delay, the two linked flip-flops should work okay. Assuming that the clock activates both at exactly the same time, if a new D signal is sent, the first Q will receive the same D and send it through to the second Q. If the clock is off, then the old Q will propogate through both.