wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AGENTS AND ITS ENVIRONMENT

Total questions: 12

Worksheet time: 9mins

Name
Class
Date
1.

An agent in Artificial Intelligence is simply a computer program that executes a set of instructions.

a)

True

b)

False

2.

Which of the following is NOT a component of the PEAS notation?

a)

Performance measure

b)

Emotions

c)

Actuators

d)

Sensors

3.

A spam email filter's performance measure would likely include:

a)

The color of the user's email client.

b)

The number of emails received per day.

c)

Accurately classifying legitimate emails as "not spam" and blocking spam emails.

d)

The size of the user's inbox.

4.

In the PEAS description of a robot vacuum cleaner, the "Actuators" would primarily be:

a)

Cameras and dirt sensors.

b)

The user interface for scheduling cleaning.

c)

Wheels and the vacuum motor.

d)

The battery and power cord.

5.

An environment where the next state of the environment is completely determined by the current state and the agent's action is called a:

a)

Stochastic environment.

b)

Dynamic environment.

c)

Deterministic environment.

d)

Continuous environment.

6.

Imagine a chess-playing AI. The environment of a chess game is best described as:

a)

Partially observable.

b)

Continuous.

c)

Stochastic.

d)

Fully observable.

7.

A weather forecasting AI operates in an environment where future weather conditions are uncertain and can only be predicted with a probability. This type of environment is best described as:

a)

Static.

b)

Discrete.

c)

Stochastic.

d)

Deterministic.

8.

Consider a robot arm assembling parts on a moving conveyor belt. The environment this robot operates in is:

a)

Static.

b)

Discrete.

c)

Fully observable.

d)

Dynamic.

9.

An environment where the number of possible states and actions is finite is called a:

a)

Continuous environment.

b)

Partially observable environment.

c)

Discrete environment.

d)

Stochastic environment.

10.

Which of the following pairs correctly contrasts two different types of AI environments?

a)

Deterministic (uncertain outcomes) vs. Stochastic (certain outcomes)

b)

Static (changes over time) vs. Dynamic (remains constant)

c)

Fully observable (agent has complete information) vs. Partially observable (agent has limited information)

d)

Discrete (infinite states) vs. Continuous (finite states)

11.

A cleaning robot operates independently in a single-room apartment, making decisions based only on its current sensor readings to vacuum the floor. Contrast this scenario with a team of search and rescue robots coordinating their movements and sharing information to locate survivors in a collapsed building. Which of the following statements correctly analyzes these two scenarios in terms of single-agent vs. multi-agent environments?

a)

Both scenarios represent single-agent environments because each robot operates based on its own programming. . d) Both scenarios repres

b)

b) The cleaning robot scenario is multi-agent, and the search and rescue robot scenario is single-agent

c)

c) The cleaning robot scenario is single-agent, and the search and rescue robot scenario is multi-agent.

d)

ent multi-agent environments because multiple robots are involved in each.

12.

Consider two different tasks for an AI agent. Task A involves an image classification system that receives a single image and outputs its classification, with each image processed independently of the others. Task B involves an AI playing a game of chess, where each move it makes influences the future state of the game and the opponent's subsequent actions. Which of the following statements correctly analyzes these two tasks in terms of episodic vs. sequential environments?

a)

Both Task A and Task B represent episodic environments because the AI performs a distinct action in each case.

b)

Task A represents a sequential environment, and Task B represents an episodic environment.

c)

Task A represents an episodic environment, and Task B represents a sequential environment.

d)

Both Task A and Task B represent sequential environments because the AI's actions have consequences.