Final answer:
The Decision Support Strategies that use conditional execution to make a recommendation are Rule Induction, Neural Networks, and Case-based Reasoning.
Step-by-step explanation:
The Decision Support Strategies that use conditional execution to make a recommendation are Rule Induction, Neural Networks, and Case-based Reasoning.
Rule Induction is a technique that uses a set of predefined rules to make decisions based on the given input data. It creates a decision tree by analyzing and learning from existing examples.
Neural Networks are computational models inspired by the human brain. They use interconnected nodes (artificial neurons) to process information and make decisions based on input patterns.
Case-based Reasoning is a problem-solving method that relies on retrieving and reusing past cases. It uses a database of past experiences to find similar cases and make recommendations based on the outcomes of those cases.
Learn more about Decision Support Strategies