NEW
Font size
WorksheetsArtificial Intelligence - MCQ Quiz
Total questions: 30
Worksheet time: 15mins
AI agent perceives the environment using:
Memory
Sensors
Actuators
Programs
Which is NOT an agent component?
Sensors
Actuators
Environment
Agent program
The goal of an intelligent agent is to:
Mimic humans
Maximize performance measure
Act randomly
Store knowledge only
Which of the following is PEAS?
Performance, Environment, Actuators, Sensors
Perception, Execution, Action, Strategy
Program, Engine, Actuators, Sensors
Problem, Execution, Action, State
Example of an AI agent:
Thermostat
Blackboard
Database
Keyboard
Rationality means:
Acting without rules
Acting to maximize expected outcome
Acting human-like
Acting unpredictably
Which is an episodic environment?
Image classification
Chess
Taxi driving
Poker
Which is a sequential environment?
Medical diagnosis
Image recognition
Spam filtering
Optical character recognition
Chess is:
Fully observable, deterministic
Partially observable, stochastic
Episodic, dynamic
None of the above
Stock market prediction is:
Deterministic
Stochastic
Episodic
Static
Which agent acts only on current percept?
Simple reflex agent
Goal-based agent
Utility-based agent
Model-based agent
Which uses internal state?
Model-based agent
Reflex agent
Utility-based agent
None
Which agent considers goals before action?
Goal-based agent
Reflex agent
Model-based agent
Random agent
Which agent evaluates happiness (utility)?
Utility-based agent
Reflex agent
Goal-based agent
None
Which is NOT an agent architecture?
Reflex
Goal-based
Utility-based
Compiler
Problem formulation includes:
Initial state, actions, goal test, path cost
Sensors, actuators, reflexes, memory
Rules, facts, inference, search
Database, queries, commands, responses
Example of problem-solving agent:
Google Maps
Calculator
Camera
Remote
Which is an example of single-agent environment?
Crossword puzzle
Chess
Football
Poker
A multi-agent competitive environment is:
Chess
Spam filter
OCR
Calendar assistant
Which is a cooperative multi-agent environment?
Self-driving cars in traffic
Chess
Poker
Image classifier
Uninformed search is also called:
Blind search
Heuristic search
Local search
Guided search
BFS uses:
Queue
Stack
Priority queue
None
DFS uses:
Queue
Stack
Priority queue
Array
Which search finds shortest path if step cost = 1?
BFS
DFS
UCS
Random
Which search uses path cost for expansion?
UCS
BFS
DFS
Hill climbing
Which is memory-efficient but non-optimal?
DFS
BFS
UCS
Bidirectional search
Which uninformed search expands shallowest node first?
BFS
DFS
UCS
Random
Iterative deepening search combines:
DFS and BFS
UCS and A*
BFS and Hill climbing
DFS and Random
Which is complete and optimal if cost = 1?
BFS
DFS
UCS
Random
Which is prone to infinite loops?
DFS
BFS
UCS
IDS
