Question 6927 – Theory-of-Computation
March 1, 2024Question 4964 – Artificial-Intelligence
March 2, 2024UGC NET CS 2015 Dec – paper-3
| Question 7 |
Given the following set of prolog clauses :
father(X, Y) :
parent(X, Y),
male(X),
parent(Sally, Bob),
parent(Jim, Bob),
parent(Alice, Jane),
parent(Thomas, Jane),
male(Bob),
male(Jim),
female(Salley),
female(Alice).
How many atoms are matched to the variable ‘X’ before the query father(X, Jane) reports a Result ?
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| No option is correct. |
Question 7 Explanation:
Excluded for evaluation
Correct Answer: E
Question 7 Explanation:
Excluded for evaluation
