What can operate over the joint state space? a) Decision-making algorithm b) Learning algorithm c) Complex algorithm d) Both a & b
1942What is the action of task environment in artificial intelligence? a) Problem b) Solution c) Agent
2390What 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 5858What kind of observing environments are present in artificial intelligence? a) Partial b) Fully c) Learning d) Both a & b
2265What kind of environment is strategic in artificial intelligence? a) Deterministic b) Rational c) Partial d) Stochastic
1 4222What kind of environment is crossword puzzle? a) Static b) Dynamic c) Semidynamic d) None of the mentioned
2 7605What kind of behavior does the stochastic environment posses? a) Local b) Deterministic c) Ratioanl d) Primary
2676Which 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 3035Which 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
2378Where does the performance measure is included? a) Rational agent b) Task environment c) Actuators d) Sensor
2149Which is used to provide the feedback to the learning element? a) Critic b) Actuators c) Sensor d) None of the mentioned
1 6750The 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)
3410. 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
3002The 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
2198A problem in a search space Is defined by, a) Initial state b) Goal test c) Intermediate states d) All of the above
4072Post New AI Robotics Questions
What is used for tracking uncertain events? a) Filtering algorithm b) Sensors c) Actuators d) None of the mentioned
What is used for tracking uncertain events? a) Filtering algorithm b) Sensors c) Actuators d) None of the mentioned
What kind of observing environments are present in artificial intelligence? a) Partial b) Fully c) Learning d) Both a & b
What can operate over the joint state space? a) Decision-making algorithm b) Learning algorithm c) Complex algorithm d) Both a & b
What are various types of sensors used in the robotics?
What are industrial robots? Explain the various types of industrial robots?
If we wanted to add two number a and b, then how it can be written in lisp language?
What brute-force search strategies?
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 prolog in ai?
What is the heuristic function of greedy best-first search? a) f(n) != h(n) b) f(n) < h(n) c) f(n) = h(n) d) f(n) > h(n)
Which functions are used as preferences over state history? a) Award b) Reward c) Explicit d) Implicit
Which of the Following problems can be modeled as CSP? a) 8-Puzzle problem b) 8-Queen problem c) Map coloring problem d) Sudoku
What is prolog used in artificial intelligence?
What is the use of the function (copy-list ) in lisp?