Intelligent Agents

 

Agents

1. Which instruments are used for perceiving and acting upon the environment?

a) Sensors and Actuators

b) Sensors

c) Perceiver

d) None of the mentioned

Answer:a

 

2. What is meant by agent’s percept sequence?

a) Used to perceive the environment

b) Complete history of actuator

c) Complete history of perceived things

d) Both a & b

Answer:c

 

3. How many types of agents are there in artificial

intelligence?

a) 1

b) 2

c) 3

d) 4

Answer:d

 

4. What is the rule of simple reflex agent?

a) Simple-action rule

b) Condition-action rule

c) Both a & b

d) None of the mentioned

Answer:b

 

5. What are the composition for agents in artificial

intelligence?

a) Program

b) Architecture

c) Both a & b

d) None of the mentioned

Answer:c

 

6. In which agent does the problem generator is

present?

a) Learning agent

b) Observing agent

c) Reflex agent

d) None of the mentioned

Answer:a

 

7. Which is used to improve the agents performance?

a) Perceiving

b) Learning

c) Observing

d) None of the mentioned

Answer:b

 

8. Which agent deals with happy and unhappy states?

a) Simple reflex agent

b) Model based agent

c) Learning agent

d) Utility based agent

Answer:d

 

9. Which action sequences are used to acheive the

agent’s goal?

a) Search

b) Plan

c) Reterive

d) Both a & b

Answer:d

 

10. Which element in agent are used for selecting

external actions?

a) Perceive

b) Performance

c) Learning

d) Actuator

Answer:b

Explanation:None

Intelligent Agents and Environment – 1

1. What is Artificial intelligence?

a) Putting your intelligence into Computer

b) Programming with your own intelligence

c) Making a Machine intelligent

d) Playing a Game

e) Putting more memory into Computer

Answer: c

 

2. Which is not the commonly used programming

language for AI?

a) PROLOG

b) Java

c) LISP

d) Perl

e) Java script

Answer: d

 

3. Which instruments are required for perceiving and

acting upon the environment?

a) Sensors and Actuators

b) Sensors

c) Perceiver

d) None of the above

Answer: a

 

4. Artificial Intelligence has its expansion in the following

application. (Mark all that apply)

a) Planning and Scheduling

b) Game Playing

c) Diagnosis

d) Robotics

e) All of the above

 

5. 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

Answer: d

 

6. What is perception sequence of an agent?

a) A periodic inputs sets

b) a complete history of everything the agent has ever

perceived

c) Both a) and b)

d) None of the mentioned

 

7. Agents behavior can be best described by

a) Perception sequence

b) Agent function

c) Sensors and Actuators

d) Environment in which agent is performing

Answer: b

 

8. Rational agent is the one who always does the right

thing. State true or false

a) True

b) False

Answer: a

 

9. Performance Measures are fixed for all agents. State

true or false

a) True

b) False

Answer: a

 

10. What is rational at any given time depends on

a) The performance measure that defines the criterion of

success

b) The agent’s prior knowledge of the environment

c) The actions that the agent can perform

d) The agent’s percept sequence to date

Answer: a, b, c, d

 

 

1. 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

Answer: a

 

2. The Task Environment of an agent consists of

a) Sensors

b) Actuators

c) Performance Measures

d) Environment

Answer: a, b, c, d

 

3. What could possibly be the environment of a Satellite

Image Analysis System?

a) Computers in space and earth

b) Image categorization techniques

c) Statistical data on image pixel intensity value and

histograms

d) All of the mentioned

Answer: d

 

4. How many types of agents are there in artificial

intelligence?

a) 1

b) 2

c) 3

d) 4

Answer: d

 

5. Categorize Crossword puzzle in Fully Observable /

Partially Observable.

a) Fully Observable

b) partially Observable

Answer: a

 

6. The game of Poker is a single agent.

a) True

b) False

Answer: b

 

7. Satellite Image Analysis System is (Choose the one

that is not applicable).

a) Episodic

b) Semi-Static

c) Single agent

d) Partially Observable

Answer: d

 

8. What is the rule of simple reflex agent?

a) Simple-action rule

b) Condition-action rule

c) Both a & b

d) None of the mentioned

Answer: b

 

9. An agent is composed of,

a) Architecture

b) Agent Function

c) Perception Sequence

d) Architecture and Program

Answer: d

 

10. In which of the following agent does the problem

generator is present?

a) Learning agent

b) Observing agent

c) Reflex agent

d) None of the mentioned

Answer: a

 

 

1. Which search agent operates by interleaving

computation and action?

a) Offline search

b) Online search

c) Breadth-first search

d) Depth-first search

Answer:b

 

2. What is called as exploration problem?

a) State and actions are unknown to the agent

b) State and actions are known to the agent

c) Only actions are known to agent

d) Both b & c

Answer:a

 

3. Which are necessary for an agent to solve an online

search problem?

a) Actions

b) Step-cost function

c) Goal-test

d) All of the mentioned

Answer:d

 

4. When do we call the states are safely explorable?

a) A goal state is unreachable from any state

b) A goal state is denied access

c) A goal state is reachable from every state

d) None of the mentioned

Answer:c

 

5. In which state spaces does the online-dfs-agent will

work?

a) Irreversible state spaces

b) Reversible state spaces

c) searchable state spaces

d) All of the mentioned

Answer:b

 

6. 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

Answer:c

 

7. Which search algorithm will use limited amount of

memory?

a) RBFS

b) SMA*

c) Hill-climbing search algorithm

d) Both a & b

Answer:d

 

8. What is meant by simulated annealing in artifical

intelligence?

a) Returns an optimal solution when there is a proper

cooling schedule

b) Returns an optimal solution when there is no proper

cooling schedule

c) It will not return an optimal solution when there is a

proper cooling

schedule

d) None of the mentioned

Answer:a

 

9. How the new states are generated in genetic

algorithm?

a) Composition

b) Mutation

c) Cross-over

d) Both b & c

Answer:d

 

10. Which method is effective for escaping from local

minima?

a) Updating heuristic estimate

b) Reducing heuristic estimate

c) Eliminating heuristic estimate

d) None of the mentioned

Answer:a

 

 

1. Which depends on the percepts and actions available

to the agent?

a) Agent

b) Sensor

c) Design problem

d) None of the mentioned

Answer:c

 

2. Which were built in such a way that humans had to

supply the inputs and interpret the outputs?

a) Agents

b) AI system

c) Sensor

d) Actuators

Answer:b

 

3. Which technology uses miniaturized accelerometers

and gyroscopes?

a) Sensors

b) Actuators

c) MEMS

d) None of the mentioned

Answer:c

 

4. What is used for tracking uncertain events?

a) Filtering algorithm

b) Sensors

c) Actuators

d) None of the mentioned

Answer:a

 

5. What is not represented by using propositional logic?

a) Objects

b) Relations

c) Both a & b

d) None of the mentioned

Answer:c

 

6. Which functions are used as preferences over state

history?

a) Award

b) Reward

c) Explicit

d) Implicit

Answer:b

 

7. Which kind of agent architecture should an agent an

use?

a) Relaxed

b) Logic

c) Relational

d) All of the mentioned

Answer:d

 

8. Specify the agent architecture name that is used to

capture all kinds of actions.

a) Complex

b) Relational

c) Hybrid

d) None of the mentioned

Answer:c

 

9. Which agent enables the deliberation about the

computational entities and actions?

a) Hybrid

b) Reflective

c) Relational

d) None of the mentioned

Answer:b

 

10. What can operate over the joint state space?

a) Decision-making algorithm

b) Learning algorithm

c) Complex algorithm

d) Both a & b

Answer:d

 

 

1. Which depends on the percepts and actions available

to the agent?

a) Agent

b) Sensor

c) Design problem

d) None of the mentioned

Answer: c

 

2. Which were built in such a way that humans had to

supply the inputs and

interpret the outputs?

a) Agents

b) AI system

c) Sensor

d) Actuators

Answer: b

 

3. Which technology uses miniaturized accelerometers

and gyroscopes?

a) Sensors

b) Actuators

c) MEMS (MicroElectroMechanical System)

d) None of the mentioned

Answer: c

 

4. What is used for tracking uncertain events?

a) Filtering algorithm

b) Sensors

c) Actuators

d) None of the mentioned

Answer: a

 

5. What is not represented by using propositional logic?

a) Objects

b) Relations

c) Both a & b

d) None of the mentioned

Answer: c

 

6. Which functions are used as preferences over state

history?

a) Award

b) Reward

c) Explicit

d) Implicit

Answer: b

 

7. Which kind of agent architecture should an agent an

use?

a) Relaxed

b) Logic

c) Relational

d) All of the mentioned

Answer: d

 

8. Specify the agent architecture name that is used to

capture all kinds of actions.

a) Complex

b) Relational

c) Hybrid

d) None of the mentioned

Answer: c

 

9. Which agent enables the deliberation about the

computational entities and actions?

a) Hybrid

b) Reflective

c) Relational

d) None of the mentioned

Answer: b

 

10. What can operate over the joint state space?

a) Decision-making algorithm

b) Learning algorithm

c) Complex algorithm

d) Both a & b

Answer: d

 

 

1. Which search agent operates by interleaving

computation and action?

a) Offline search

b) Online search

c) Breadth-first search

d) Depth-first search

Answer: b

 

2. What is called as exploration problem?

a) State and actions are unknown to the agent

b) State and actions are known to the agent

c) Only actions are known to agent

d) Both b & c

Answer: a

 

3. Which are necessary for an agent to solve an online

search problem?

a) Actions

b) Step-cost function

c) Goal-test

d) All of the mentioned

 

4. When do we call the states are safely explorable?

a) A goal state is unreachable from any state

b) A goal state is denied access

c) A goal state is reachable from every state

d) None of the mentioned

Answer: c

 

5. In which state spaces does the online-dfs-agent will

work?

a) Irreversible state spaces

b) Reversible state spaces

c) Searchable state spaces

d) All of the mentioned

Answer: b

 

6. 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

Answer: c

 

7. Which search algorithm will use limited amount of

memory?

a) RBFS (Recursive Best First Search)

b) SMA* (Simplified Memory Bounded A*)

c) Hill-climbing search algorithm

d) Both a & b

Answer: d

 

8. What is meant by simulated annealing in artificial

intelligence?

a) Returns an optimal solution when there is a proper

cooling schedule

b) Returns an optimal solution when there is no proper

cooling schedule

c) It will not return an optimal solution when there is a

proper cooling schedule

d) None of the mentioned

Answer: a

 

9. How the new states are generated in genetic

algorithm?

a) Composition

b) Mutation

c) Cross-over

d) Both b & c

Answer: d

 

10. Which method is effective for escaping from local

minima?

a) Updating heuristic estimate

b) Reducing heuristic estimate

c) Eliminating heuristic estimate

d) None of the mentioned

Answer: a

 

Environments

1. What is the action of task environment in artificial

intelligence?

a) Problem

b) Solution

c) Agent

d) Observation

Answer:a

 

2. What 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

Answer:c

 

3. What kind of observing environments are present in

artificial intelligence?

a) Partial

b) Fully

c) Learning

d) Both a & b

Answer:d

 

4. What kind of environment is strategic in artificial

intelligence?

a) Deterministic

b) Rational

c) Partial

d) Stochastic

Answer:a

 

5. What kind of environment is crossword puzzle?

a) Static

b) Dynamic

c) Semidynamic

d) None of the mentioned

Answer:a

 

6. What kind of behavior does the stochastic

environment posses?

a) Local

b) Deterministic

c) Ratioanl

d) Primary

Answer:a

 

7.Which 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

Answer:b

 

8. 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

Answer:d

 

9. Where does the performance measure is included?

a) Rational agent

b) Task environment

c) Actuators

d) Sensor

Answer:b

 

10. Which is used to provide the feedback to the learning

element?

a) Critic

b) Actuators

c) Sensor

d) None of the mentioned

Answer:a