Difficulty: Easy
Correct Answer: EMYCIN
Explanation:
Introduction / Context:
Expert-system shells provide the inference engine and knowledge-representation framework for building domain applications. Understanding the lineage of notable shells helps situate commercial tools within the history that began with research prototypes like MYCIN and its generalized derivative EMYCIN (Empty MYCIN). “Personal Consultant” drew from this heritage to make rule-based development more accessible.
Given Data / Assumptions:
Concept / Approach:
EMYCIN abstracted MYCIN’s reasoning mechanisms into a reusable shell that others could adapt to new domains by adding knowledge bases. Commercial tools in the same lineage adopted similar rule-chaining approaches (certainty factors, rule slots), providing developers with a ready inference engine plus explanation facilities.
Step-by-Step Solution:
Verification / Alternative check:
Historical overviews of expert-system tools repeatedly link Personal Consultant to the EMYCIN lineage, confirming the association.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing an expert-system shell (a framework) with a specific expert application; assuming any famous AI system is the base of all shells.
Final Answer:
EMYCIN
Discussion & Comments