How many types of agents are there in artificial intelligence?
a) 1
b) 2
c) 3
d) 4
Answer Posted / memo
1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which search uses only the linear space for searching? a) Best-first search b) Recursive best-first search c) Depth-first search d) None of the mentioned
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
What is the action of task environment in artificial intelligence? a) Problem b) Solution c) Agent
What is hidden markov model (hmms) is used?
What can operate over the joint state space? a) Decision-making algorithm b) Learning algorithm c) Complex algorithm d) Both a & b
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
Optimality of BFS is a) When there is less number of nodes b) When all step costs are equal c) When all step costs are unequal d) Both a & c
What kind of observing environments are present in artificial intelligence? a) Partial b) Fully c) Learning d) Both a & b
What is the pneumatic system in the robotics?
Which search agent operates by interleaving computation and action? a) Offline search b) Online search c) Breadth-first search d) Depth-first search
What is autonomous robot?
Which kind of agent architecture should an agent an use? a) Relaxed b) Logic c) Relational d) All of the mentioned
What can operate over the joint state space? a) Decision-making algorithm b) Learning algorithm c) Complex algorithm d) Both a & b
What types of motors used in industrial robots?
A problem in a search space Is defined by, a) Initial state b) Goal test c) Intermediate states d) All of the above