Artificial Intelligence
Description: Artificial intelligence Artificial Intelligence | |
Number of Questions: 25 | |
Created by: Prabha Kade | |
Tags: Artificial intelligence Artificial Intelligence |
Which of the following algorithms is more efficient because it prunes away the branches of the search tree?
Which of the following technical terminologies of AI knows the actual outcome of its actions and can act accordingly?
Which of the following technical persons or machines is one that always takes the action that is expected to maximize its performance measure, given the percept sequence?
In which of the following technical infrastructures of AI, the next state of the environment is completed by the current state and the actions are selected by the agents?
Which of the following algorithms of artificial intelligence can determine the best move for a player by enumerating the entire game tree?
Which of the following algorithms of artificial intelligence maintains a bounded list of states that must not be revisited?
Which of the following algorithms of artificial intelligence has information about the number of steps or the path cost from the current state to the goal state?
Which of the following capabilities performed by a computer is used to store information about the answers of the questions and is used to draw new conclusions?
In which of the following technical infrastructures of artificial intelligence, the environment can change while an agent is deliberating?
Which of the following techniques is used to provide the strategy to find the highest quality solution when there are several different solutions?
Which of the following technical persons or machines of the artificial intelligence acts so that they will achieve their missions?
In which of the following technical infrastructures of artificial intelligence, the environment does not change with the passage of time but the agent's performance score does?
Which of the following algorithms of artificial intelligence is complete, optimal and optimally efficient among all optimal search algorithms?
Which of the algorithms of artificial intelligence calls depth limited search with increasing limits until goal is found?
Which of the following capabilities performed by the computer is used to store information provided before or during the interrogation?
Which of the following technical infrastructure of artificial intelligence is convenient because the agent need not maintain any internal state to keep track of the world?
In which of the following technical infrastructures of artificial intelligence, there are a limited number of distinct, clearly defined precepts and actions?
Which of the following capabilities performed by computer is used to adapt to new circumstances and to detect the extrapolate patterns?
Which of the following technical persons or machines is used to respond immediately with respect to the perceptions?
In which of the following technical infrastructures of artificial intelligence, the agent need not keep looking at the world while it is deciding on an action nor need it worry about the passage of time?
Which of the following algorithms of artificial intelligence is used to expand the shallowest node in the search tree?
Which of the following algorithms of artificial intelligence provides a way to escape local maxima and optimal to give a long enough cooling schedule?
Which of the following algorithms of artificial intelligence avoids the pitfalls of depth first search by imposing a cutoff on the maximum depth of a path?
In which of the following technical infrastructures of artificial intelligence , the quality of agent's action depends just on the episode itself because susquent episodes don't depend on what actions occur in previous episodes?
Which of the following algorithms of artificial intelligence keeps only a single state in memory but can get stuck on local maxima?