Difficulty: Easy
Correct Answer: Heuristic
Explanation:
Introduction / Context:
Artificial intelligence and cognitive psychology distinguish between algorithmic procedures that guarantee optimal solutions and heuristic methods that trade optimality for speed and practicality, drawing on rules of thumb and domain intuition.
Given Data / Assumptions:
Concept / Approach:
A heuristic is a strategy or rule of thumb that helps find satisfactory solutions efficiently. Heuristics guide search (e.g., A*'s admissible heuristics), prune options, and prioritize actions when computation or information is limited.
Step-by-Step Solution:
Verification / Alternative check:
Standard AI textbooks define heuristics exactly in this manner—as informed, non-guaranteed strategies that reduce search effort.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming heuristics always produce optimal answers; they aim for ‘‘good enough’’ quickly, balancing accuracy and cost.
Final Answer:
Heuristic
Discussion & Comments