Difficulty: Easy
Correct Answer: expert system
Explanation:
Introduction / Context:A Decision-Support System (DSS) typically comprises user interaction mechanisms, data/model knowledge resources, and processing control that coordinates analyses. Classic descriptions reference a language system (interface), a knowledge system (data/model base), and a problem-processing system (control/solver orchestration). Distinguishing these from separate AI technologies prevents architectural confusion.
Given Data / Assumptions:
Concept / Approach:An expert system (rule-based inference) may complement a DSS, yet it is not a canonical DSS component. The language system provides the user interface for queries and visualization. The knowledge system houses data and models. The problem-processing system coordinates model execution, scenario management, and integration. While DSS can integrate AI, the baseline architecture does not mandate an expert system module.
Step-by-Step Solution:
List classic DSS subsystems: language, knowledge, problem-processing. Compare each option against the canonical triad. Identify “expert system” as outside the core DSS components (optional add-on). Select “expert system.”Verification / Alternative check:DSS literature consistently presents the triad without requiring rule-based AI; many effective DSS have no inference engine at all.
Why Other Options Are Wrong:Language, knowledge, and problem-processing systems are widely recognized DSS components.
Common Pitfalls:Equating DSS with AI; overengineering DSS by insisting on expert-system features where simple models suffice.
Final Answer:expert system
Discussion & Comments