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). [1.5 M) (b) ? - taller than (X,Y). [2 M) (e) ? - taller than (mark, X). [1.5 M] (d) ?- taller than (cathine, john). [1 M b) What will be the outcome of following statement at the swi-prolog query prompt (2-) [2 M) (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

Database Design And Implementation

Authors: Shouhong Wang, Hai Wang

1st Edition

1612330150, 978-1612330150

More Books

Students also viewed these Databases questions