✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider the following Prolog knowledge base:
bird(tweety).bird(polly).penguin(pingu).can_fly(X) :- bird(X), \+ penguin(X). For each of the following queries, select all queries that fail (i.e., Prolog answers false.).