Question:

Match List I with List II.
LIST ILIST II
(A) Unification(I) Variable can be done with a constant, another variable, or a function.
(B) Deep backtracking(II) The entire conjunctive goal is executed.
(C) Forward movement(III) Choose subgoal with possible unifier.
(D) Shallow backtracking(IV) Previous subgoal to find alternative solutions.

Show Hint

Understand unification as a matching process, and backtracking (shallow or deep) as methods to explore alternative solutions in search algorithms.
Updated On: Dec 29, 2024
  • (A) - (III), (B) - (IV), (C) - (I), (D) - (II)
  • (A) - (IV), (B) - (II), (C) - (III), (D) - (I)
  • (A) - (III), (B) - (II), (C) - (IV), (D) - (I)
  • (A) - (IV), (B) - (III), (C) - (I), (D) - (II)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

(A) Unification → (III) Variable can be done with a constant, another variable, or a function. (B) Deep back tracking → (II) The entire conjunctive goal is executed. (C) Forward movement → (IV) Choose sub goal with possible unifier. (D) Shallow back tracking → (I) Previous sub goal to find alternative solutions.
Was this answer helpful?
0
0