Question 14
For the circuit shown in Figure 1, D1 and D2 are positive-edge-triggered D flip-flops with inputs x1 and x2 respectively, and their outputs Q1, Q2 feed into an XOR gate to produce Y . Which of the following correctly gives the Boolean expression for Y and the condition under which Y = 1?
Y = Q1 · Q2; Y = 1 whenever x1 = x2 = 1 at the previous rising edge of CLK
Y = Q1 + Q2; Y = 1 whenever either x1 or x2 was 1 at the previous rising edge of CLK