1.
Which of the following searching strategies is different from
others?
a. Breadth first c. Depth first
b. Heuristic search d. Bi-directional
2. Agent can be, except?
a. Robot c. Software
b. Human d. Environment
3. Rationality of an agent depends on the following, except
a. The performance measures
b. Agent‘s Percept Sequence till now
c. The agent’s all-knowing behavior
d. The agent‘s prior knowledge about the environment.
e. The actions that the agent can carry out
4. In the model based agent, a representation of unobserved
aspects of current state depending on percept history
a. Condition c. Sensor
b. Internal state d. Actuator
5. Which of the learning agent components is responsible for
suggesting actions that will lead to new and informative
experiences
a. Critic c. Problem generator
b. Learning element d. Performance element
6. If there are a limited number of different, clearly defined,
states of the environment, it is called
a. Continuous c. Deterministic
environment environment
b. Dynamic d. Discrete
environment environment
7. An ‘agent’ is anything that,
a. Perceives its environment through sensors and acting
upon that environment through actuators
b. Takes input from the surroundings and uses its
intelligence and performs the desired operations
c. A embedded program controlling line following robot
d. All of the mentioned
8. Which agent deals with the happy and unhappy state?
a. Utility-based agent c. Goal-based Agent
b. Model-based agent d. Learning Agent
9. Which search implements stack operation for searching the
states?
a. Depth-limited c. Breadth-first search
search d. Bi-directional search
b. Depth-first search
10. Which of the given language is not commonly used for
AI?
a. LISP c. PYTHON
b. PROLOG d. PERL
11. When breadth-first search is optimal?
a. When there is less number of nodes
b. When all step costs are equal
c. When all step costs are unequal
d. None of the mentioned
12. Component of an agent that converts energy into
motion and responsible for moving and controlling a system
a. Sensors c. Environment
b. Actuators d. Effectors
13. Which of these types of intelligent agents relies only on
current conditions, making no use of historical data?
a. Utility-based c. Learning agent
b. Goal-based d. Simple reflex
14. Which search is implemented with an empty first-in-
first-out queue?
a. Depth-first search c. Bidirectional search
b. Breadth-first search d. Uniform cost search
15. What kind of environment is strategic in artificial
intelligence?
a. Deterministic c. Partial
b. Rational d. Stochastic
16. When designing intelligent agents it needs to have a
prior knowledge of, execept
a. Performance measure the agent supposed to achieve
b. On what kind of environment the agent operates
c. What are the actual outcome of its actions
d. What are the possible action to take by the agent
e. What are the possible percepts
17. Which component of a learning agent is responsible for
selecting external action
a. Critic b. Problem generator
c. Performance d. Learning element
element
18. Agents behavior can be best described by
a. Perception sequence
b. Agent function
c. Sensors and Actuators
d. Environment in which agent is performing
19. Which is used to improve the agent’s performance?
a. Perceiving c. Observing
b. Learning d. Effecting
20. Which of the following is the function of an AI Agent?
a. To map the percept sequence to an action
b. To map the goal sequence to an action
c. To work without direct interference from any external
factor like humans
d. To map the environment sequence to an action