Briefly explain the following major potential errors in development stage of
Expert System: Marks 10
• Expert’s Knowledge Errors,
• Semantic Errors,
• Syntax Errors,
• Inference Engine Errors,
• Inference Chain Errors,
• Limits of Ignorance Errors
Q 2) Write a CLIPS rule which sum up area of a group of rectangles. The heights
and widths of rectangles can be specified using the following template:
(deftemplate Rectangle (slot height) (slot width)) Marks 5
(NOTE: - This problem relates to summing values using rules)
Q 3) Write a CLIPS program which takes complete name and age of user as input
from the user. Marks 5
Q 4) Write a CLIPS program which takes marks and total marks from user and
calculates the percentage. Marks 5