What can operate over the joint state space? a) Decision-making algorithm b) Learning algorithm c) Complex algorithm d) Both a & b
1987What is the action of task environment in artificial intelligence? a) Problem b) Solution c) Agent
2465What is the expansion if PEAS in task environment? a) Peer, Environment, Actuators, Sense b) Perceiving, Enivornment, Actuators, Sensors c) Performance, Environment, Actuators, Sensors, d) None of the mentioned
1 5926What kind of observing environments are present in artificial intelligence? a) Partial b) Fully c) Learning d) Both a & b
2327What kind of environment is strategic in artificial intelligence? a) Deterministic b) Rational c) Partial d) Stochastic
1 4347What kind of environment is crossword puzzle? a) Static b) Dynamic c) Semidynamic d) None of the mentioned
2 7728What kind of behavior does the stochastic environment posses? a) Local b) Deterministic c) Ratioanl d) Primary
2729Which is used to select the particular environment to run the agent? a) Environment creator b) Environment Generator c) Both a & b d) None of the mentioned
1 3089Which environment is called as semidynamic? a) Environment does not change with the passage of time b) Agent performance changes c) Environment will be changed d) Both a & b
2445Where does the performance measure is included? a) Rational agent b) Task environment c) Actuators d) Sensor
2201Which is used to provide the feedback to the learning element? a) Critic b) Actuators c) Sensor d) None of the mentioned
1 6816The 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)
3452. What is state space? a) The whole problem b) Your Definition to a problem c) Problem you design d) Representing your problem with variable and parameter
3070The problem-solving agent with several immediate options of unknown value can decide what to do by just examining different possible sequences of actions that lead to states of known value, and then choosing the best sequence. This process of looking for such a sequence is called Search. State True or False a) True b) False
2248A problem in a search space Is defined by, a) Initial state b) Goal test c) Intermediate states d) All of the above
4110Post New AI Robotics Questions
Which agent enables the deliberation about the computational entities and actions? a) Hybrid b) Reflective c) Relational d) None of the mentioned
In artificial intelligence, what do semantic analyses used for?
In A* approach evaluation function is a) Heuristic function b) Path cost from start node to current node c) Path cost from start node to current node + Heuristic cost d) Average of Path cost from start node to current node and Heuristic cost
An omniscient agent knows the actual outcome of its actions and can act accordingly; but omniscience is impossible in reality. Rational Agent always does the right thing; but Rationality is possible in reality. State true or false a) True b) False
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
Rational agent is the one who always does the right thing. State true or false a) True b) False
_________________ are mathematical problems defined as a set of objects whose state must satisfy a number of constraints or limitations. a) Constraints Satisfaction Problems b) Uninformed Search Problems c) Local Search Problems d) Only a) and b)
Which search agent operates by interleaving computation and action? a) Offline search b) Online search c) Breadth-first search d) Depth-first search
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
Which environment is called as semidynamic? a) Environment does not change with the passage of time b) Agent performance changes c) Environment will be changed d) Both a & b
What is prolog in ai?
What is lisp?
What is the function of the third component of the planning system?
Which kind of agent architecture should an agent an use? a) Relaxed b) Logic c) Relational d) All of the mentioned
What is ai? Why do we implement ai in the robots?