Artificial Intelligence - Study Mode
[#341] Which search uses only the linear space for searching?
Correct Answer
(B) Recursive best-first search
[#342] MCC is investigating the improvement of the relationship between people and computers through a technology called ___________
Correct Answer
(B) human factors
[#343] Which search is complete and optimal when h(n) is consistent?
Correct Answer
(D) A* search
[#344] The rule of Universal Instantiation (UI for short) says that we can infer any sentence obtained by substituting a ground term (a term without variables) for the variable.
Correct Answer
(A) True
[#345] Greedy search strategy chooses the node for expansion in ___________
Correct Answer
(C) The one closest to the goal node