...
Question 6927 – Theory-of-Computation
March 1, 2024
Question 4964 – Artificial-Intelligence
March 2, 2024
Question 6927 – Theory-of-Computation
March 1, 2024
Question 4964 – Artificial-Intelligence
March 2, 2024

Question 6911 – Artificial-Intelligence

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 ?

Correct Answer: E

Question 57 Explanation: 
Excluded for evaluation
A
1
B
2
C
3
D
4
E
No option is correct.
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!