Session 1: Introduction to Prolog Programming
Intended Learning Outcome:
At the end of the session, student should be able to:
• Give some simple examples of Prolog programs
• Discuss the three basic constructs in Prolog:
– Facts
– Rules
– Queries
• Explain other concepts, such as
– the role of logic
– unification with the help of variables
• Write codes using
– terms
– atoms, and
– variables