Artificial Intelligence - Study Mode
[#626] Which of the following machine requires input from the humans but can interpret the outputs themselves?
Correct Answer
(D) AI system
[#627] Which combines inductive methods with the power of first-order representations?
Correct Answer
(C) Inductive logic programming
[#628] Breadth-first search always expands the ______ node in the current fringe of the search tree.
Correct Answer
(A) Shallowest
[#629] To overcome the need to backtrack in constraint satisfaction problem can be eliminated by ____________
Correct Answer
(A) Forward Searching
[#630] Which algorithm will work backward from the goal to solve a problem?
Correct Answer
(B) Backward chaining