AI MCQ #340: Which algorithm will work backward from the goal to solve a problem?

Q340. Which algorithm will work backward from the goal to solve a problem?

  • a) Forward chaining
  • b) Backward chaining
  • c) Hill-climb algorithm
  • d) None of the mentioned

✅ Correct Answer: B) Backward chaining

Explanation: Backward chaining algorithm will work backward from the goal and it will chain the known facts that support the proof.