edited by
1,129 views
3 votes
3 votes

Match the following control strategies of protocol $:$

$\begin{array}{}  &  \textbf{List – I} && \textbf{List – II} \\ \text{a.} & \text{Forward movement} & \text{i.} & \text{Variable can be done with a constant,}\\ &&& \text{another variable or a function} \\ \text{b.} & \text{Unification} & \text{ii.} & \text{The entire conjunctive goal is executed} \\ \text{c.} & \text{Deep back-tracking} & \text{iii.} & \text{Previous sub goal to find alternative } \\ &&& \text{solutions} \\ \text{d.} & \text{Shallow back-tracking} & \text{iv.} & \text{Chooses sub goal with possible unifier} \\ \end{array}$

$\textbf{Codes :}$

  1. $\text{a-iv, b-i, c-ii, d-iii}$
  2. $\text{a-ii, b-iv, c-i, d-iii}$
  3. $\text{a-iii, b-i, c-iv, d-ii}$
  4. $\text{a-ii, b-iii, c-iv, d-i}$
edited by

1 Answer

Best answer
1 votes
1 votes

ans should be A

 Forward movement--->Chooses sub goal with possible unifier

 Unification----------->Variable can be done with a constant, another variable or a function

Deep back-tracking  -----> The entire conjunctive goal is executed

 Shallow back-tracking---->Previous sub goal to find alternative solutions

refer   http://www.cse.iitd.ac.in/~saroj/LFP/LFP_2013/L8.pdf

selected by
Answer:

Related questions

3 votes
3 votes
1 answer
2
go_editor asked Jul 28, 2016
9,735 views
The height h(A) of a fuzzy set A is defined ash(A) = sup A(x)$\quad \quad$ x $\in$ AThe fuzzy set A is called normal whenh(A)=0h(A)<0h(A)=1h(A)<0
2 votes
2 votes
1 answer
4
go_editor asked Jul 28, 2016
3,118 views
In alpha-beta pruning, _____ is used to cut off the search at maximizing level only and ____ is used to cut off the search at maximizing level only.alpha, betabeta, alpha...