AI MCQ #261: The BACKTRACKING-SEARCH algorithm in Figure 5.3 has a very simple policy for wha…

Q261. The BACKTRACKING-SEARCH algorithm in Figure 5.3 has a very simple policy for what to do when a branch of the search fails: back up to the preceding variable and try a different value for it. This is called chronological-backtracking. It is also possible to go all the way to set of variable that caused failure.

  • a) True
  • b) False

✅ Correct Answer: A) True

Explanation: Intelligent backtracking