The following Prolog program is consulted by the Prolog interpreter. parent(pat,jim). parent(pam,bob). parent(bob,ann). parent(bob,pat). parent(tom,liz). parent(tom,bob). What will be the outcome of each of the following queries?