Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using GNU Prolog on PuTTY please. 2 Consider the following database for the meals of lunch and dinner. 2.1 Create facts for the entres: entre(

Using GNU Prolog on PuTTY please.

image text in transcribed

2 Consider the following database for the meals of lunch and dinner. 2.1 Create facts for the entres: entre( X,Y) where X is lunch or dinner and Y is the entre. Create facts for the side: side(X,Y) where X is lunch or dinner Y is the side. Create facts for the ingredients : ingredient (X,Y) where X is the side and Y is the ingredient. 2.2 Create a rule meal (X,Y) where X is lunch or dinner and Y is the food that will be served. For example, meal(lunch, X) should return sandwhich, chips, and lemonade. 2.3 Create a rule shoppinglist (X,Y) where X is lunch or dinner and Y is the ingredient needed. For example, shoppinglist(dinner, X) should return egg, flour, green, and tea

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

Expert Performance Indexing In SQL Server

Authors: Jason Strate, Grant Fritchey

2nd Edition

1484211189, 9781484211182

More Books

Students also viewed these Databases questions

Question

Describe the planned-change model

Answered: 1 week ago