If p and q are both true, then
[tex] \neg p \implies q [/tex]
is an implication of the form
[tex] F \implies T [/tex]
which is true, because every implication starting with false is true, i.e.
[tex] F \implies T = T,\quad F \implies F = T [/tex]
So, we're looking for an expression evaluating to true. Let's see what we have:
A) is an AND proposition. Logical AND is true only if both parts are true. So, you have
[tex] \neg P \land \neg Q = F \land F = F [/tex]
So it's not the right option.
B) is an OR proposition. Logical OR is true whenever one of the two parts is true. So, you have
[tex] \neg P \lor\neg Q = F \lor F = F [/tex]
So it's not the right option.
C) is again an AND proposition. You have
[tex] P \land \neg Q = T \land F = F [/tex]
So this is not the right option.
D) Finally, the last one is again an implication, and again it starts with false:
[tex] \neg Q \implies P = F \implies T = T [/tex]
So this is true, and thus is the correct option.