Examlex

Solved

Based on the Prolog Program Below,what Goal Should Be Used

question 20

Short Answer

Based on the Prolog program below,what goal should be used to find the siblings of sue?
parent(jill,sue).
parent(jill,sally).
parent(john,sue).
parent(john,sally).
sibling(X,Y):- parent(Z,X),parent(Z,Y).


Definitions:

Primary Key

A unique identifier for each record in a database table, which ensures that each entry is distinct from all others.

OLAP

Stands for Online Analytical Processing, a category of software tools that provide analysis of data stored in a database.

Data Staging

The process of preparing and storing data in a temporary staging area before it is used in data processing or analysis.

Fuzzy Logic

Enables the interjection of experiential learning into knowledge-based systems by allowing the consideration of probabilities.

Related Questions