Font size
WorksheetsIntelligent agents
Total questions: 20
Worksheet time: 11mins
What is the expansion if PEAS in task environment?
Peer, Environment, Actuators, Sense
Perceiving, Environment, Actuators, Sensors
Performance, Environment, Actuators, Sensors
None of the mentioned
What kind of environment is strategic in artificial intelligence?
Deterministic
Rational
Partial
Stochastic
Which environment is called as semi dynamic?
Environment does not change with the passage of time
Agent performance changes
Environment will be changed
Environment does not change with the passage of time, but Agent performance changes
Which is used to provide the feedback to the learning element?
Critic
Learning element
Problem generator
Performance element
What is an agent?
Takes input from the surroundings and uses its intelligence and performs the desired operations
Perceives its environment through sensors and acting upon that environment through actuators
A embedded program controlling line following robot
All of the mentioned
What among the following is/are the example of the intelligent agent/agents?
Autonomous Spacecraft
Human
Robot
All of the mentioned
Which of these types of intelligent agents relies only on current conditions, making no use of historical data?
Simple reflex
Utility-based
Learning
Goal-based
What does a utility-based agent do?
It learns more as it incorporates more information.
It incorporates the desirability of the outcome.
It establishes a goal for the agent to reach.
It creates a more user-friendly interface.
An autonomous entity observes and acts upon a / an (a) using an actuators and directs its activity towards achieving goals.
An agent is composed of __________
Architecture
Architecture and Program
Perception sequence
Agent function
The physical world tends to be a ________________ environment
static, fully observable, stochastic, continuous
dynamic, partially observable, deterministic, discrete
dynamic, partially observable, stochastic, continuous
static, fully observable, deterministic, discrete
Backgammon is a two-player boardgame where each player has fifteen pieces that move between twenty-four triangles according to the roll of two dice.
A backgammon game is an example of a __________ environment
fully-observable, multi-agent, stochastic, sequential, static
partially-observable, multi-agent, stochastic, episodic, static
fully-observable, single-agent, deterministic, sequential, dynamic
partially-observable, multi-agent, stochastic, episodic, dynamic
Go is an abstract strategy board game for two players in which the aim is to surround more territory than the opponent. The playing pieces are called stones. The players take turns placing the stones on the vacant intersections (points) of a board. The GO game is an example of a ______________ environment
Fully observable, deterministic, sequential, discrete and multi-agent
Partially observable, strategic, episodic, continuous and multi-agent
Fully observable, strategic, sequential, discrete and multi-agent
Partially observable, deterministic, episodic, continuous and multi-agent
Supposed that there is an agent that automatically takes orders in a restaurant. What kind of environment is that agent likely to work in?
Fully observable, episodic, static, discrete and single-agent
Partially observable, sequential, static, continuous and single-agent
Fully observable, episodic, dynamic, continuous and multiple-agent
Partially observable, sequential, dynamic, discrete and single-agent
The environment of the Satellite Image Analysis System has the following properties EXCEPT
Episodic
Stochastic
Single-agent
Partially-observable
A medical diagnosis agent is likely to be in a stochastic and sequential environment.
True
False
The input to an agent program is the same as the input to the agent function.
True
False
There exist task environments in which no pure reflex agent can behave rationally.
True
False
There can be more than one agent program that implements a given agent function
True
False
Consider a simple thermostat that turns on a furnace when the temperature is at least 3
degrees below the setting, and turns off a furnace when the temperature is at least 3 degrees
above the setting. A thermostat is an instance of _________
a simple reflex agent
a model-based reflex
agent
a goal-based agent
