How many successors are generated in backtracking search?
a) 1
b) 2
c) 3
d) 4
No Answer is Posted For this Question
Be the First to Post Answer
How to send information from the robot sensors to the robot controllers?
What is the other name of informed search strategy? a) Simple search b) Heuristic search c) Online search d) None of the mentioned
A problem solving approach works well for a) 8-Puzzle problem b) 8-queen problem c) Finding a optimal path from a given source to a destination d) Mars Hover (Robot Navigation)
Name the basic unit of a robot which can be programmed to give instructions to the robot?
What is the purpose of intelligence?
What are the laws of the robotics?
The game of Poker is a single agent. a) True b) False
a) PROLOG b) Java c) LISP d) Perl e) Java script
Which of the following algorithm is online search algorithm? a) Breadth-first search algorithm b) Depth-first search algorithm c) Hill-climbing search algorithm d) None of the mentioned
What is travelling salesman problem?
_______________ Is an algorithm, a loop that continually moves in the direction of increasing value – that is uphill a) Up-Hill Search b) Hill-Climbing c) Hill algorithm d) Reverse-Down-Hill search
A* is optimal if h(n) is an admissible heuristic-that is, provided that h(n) never underestimates the cost to reach the goal. a) True b) False