Difficulty: Easy
Correct Answer: AI
Explanation:
Introduction / Context:
Expert systems are computer programs that emulate the decision-making ability of human specialists in narrow domains, using encoded knowledge (rules, frames) and inference engines. They were among the earliest commercially successful applications of the broader field that studies intelligent behavior in machines.
Given Data / Assumptions:
Concept / Approach:
Artificial Intelligence encompasses multiple paradigms: rule-based reasoning (expert systems), search, planning, natural language processing, machine learning, and more. Expert systems specifically embody symbolic AI techniques, particularly production rules and certainty factors, to provide explanations and recommendations in domains such as medicine, configuration, and finance.
Step-by-Step Solution:
Verification / Alternative check:
Historical surveys of AI list expert systems as a major wave of AI commercialization during the 1980s, reinforcing that AI is the parent field.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing category (AI) with subcategory (ES) or with unrelated acronyms.
Final Answer:
AI
Discussion & Comments