Respuesta :

p or q : only false when both p,q are false
p and q : only true when both p,q are true
p imply q : only false when p(true) -> q(false)

might help you remember