Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

B10. Logic Programming (SWI-PROLOG) a) Assume the relation taller_than(X,Y) where X is taller than Y, and the following fact base: taller_than (john, luke). taller_than (john,

image text in transcribed

B10. Logic Programming (SWI-PROLOG) a) Assume the relation taller_than(X,Y) where X is taller than Y, and the following fact base: taller_than (john, luke). taller_than (john, marie). taller_than (martine, marie). taller_than (catherine, john). taller_than (mark, john). taller_than (mark, martine). How does SWIPROLG respond to the following questions (i.e. outcome)? (a) ?- taller_than (x, john). (6) ?- taller_than (X,Y). (c) ?- taller_than (mark, X). (d) ?- taller_than (cathine, john). b) What will be the outcome of following statement at the swi-prolog query prompt (?-) (a) owns (x, car (bmw)) = owns (Y, car (C)). (b)loves (Y,Y) = loves (BITS, Pilani)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

What Is A Database And How Do I Use It

Authors: Matt Anniss

1st Edition

1622750799, 978-1622750795

More Books

Students also viewed these Databases questions

Question

What is meant by planning or define planning?

Answered: 1 week ago

Question

Define span of management or define span of control ?

Answered: 1 week ago

Question

What is meant by formal organisation ?

Answered: 1 week ago

Question

What is meant by staff authority ?

Answered: 1 week ago

Question

My opinions/suggestions are valued.

Answered: 1 week ago