The term ___________ is used for a depth-first search that chooses values for one variable at a time and returns when a variable has no legal values left to assign.
a) Forward search
b) Backtrack search
c) Hill algorithm
d) Reverse-Down-Hill search
Answer Posted / devjit mandal
b
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are expert systems limitations?
What is the use of the function (copy-list ) in lisp?
The main task of a problem-solving agent is a) Solve the given problem and reach to goal b) To find out which sequence of action will get it to the goal state c) Both a) and b) d) Neither a) nor b)
What is travelling salesman problem?
What is a difference in robot system and ai programs?
In many problems the path to goal is irrelevant, this class of problems can be solved using, a) Informed Search Techniques b) Uninformed Search Techniques c) Local Search Techniques d) Only a and b
What do you understand by the term, the robotics?
Hill-Climbing algorithm terminates when, a) Stopping criterion met b) Global Min/Max is achieved c) No neighbor has higher value d) Local Min/Max is achieved
What are application domains of computer vision?
What is the other name of informed search strategy? a) Simple search b) Heuristic search c) Online search d) None of the mentioned
How to send information from the robot sensors to the robot controllers?
Which kind of agent architecture should an agent an use? a) Relaxed b) Logic c) Relational d) All of the mentioned
What does the language of fopl consists of?
In top-down inductive learning methods how many literals are available? What are they?
Rational agent is the one who always does the right thing. State true or false a) True b) False