Loading

Quipoin Menu

Learn • Practice • Grow

ai-foundation / AI Agents and Environments
mcq
Direction: Choose the correct option

Q1.

What is an agent in AI?
A. A database
B. A human user
C. A software program or entity that perceives its environment and acts upon it
D. A network protocol
Direction: Choose the correct option

Q2.

What does the PEAS framework stand for?
A. Performance, Environment, Actuators, Sensors
B. Position, Energy, Activity, System
C. Perception, Evaluation, Action, State
D. Plan, Execute, Assess, Stop
Direction: Choose the correct option

Q3.

A simple reflex agent acts based on:
A. Learned models
B. History of percepts
C. Current percept only
D. Long-term goals
Direction: Choose the correct option

Q4.

An agent that maintains an internal state to track unobserved aspects of the environment is called:
A. Goal-based agent
B. Utility-based agent
C. Simple reflex agent
D. Model-based agent
Direction: Choose the correct option

Q5.

Which type of agent chooses actions to achieve a specific goal?
A. Utility-based agent
B. Goal-based agent
C. Reflex agent
D. Learning agent
Direction: Choose the correct option

Q6.

A utility-based agent selects actions that:
A. Maximize a measure of desirability
B. Ignore the environment
C. Achieve a binary goal
D. Mimic reflexes
Direction: Choose the correct option

Q7.

In a fully observable environment, the agent:
A. Depends on other agents
B. Has access to the complete state of the environment at each time step
C. Must remember past states
D. Only sees part of the environment
Direction: Choose the correct option

Q8.

Chess is an example of a:
A. Stochastic, partially observable
B. Deterministic, partially observable
C. Deterministic, fully observable environment
D. Stochastic, fully observable
Direction: Choose the correct option

Q9.

Which component of a learning agent is responsible for evaluating how well the agent is doing?
A. Problem generator
B. Performance element
C. Critic
D. Learning element
Direction: Choose the correct option

Q10.

A vacuum-cleaner world with unknown dirt placement is an example of:
A. Sequential environment
B. Static environment
C. Deterministic environment
D. Episodic environment