AI Quiz: Intelligent Agents & Search Agents Leave a Comment / By studentseoasis.org / June 20, 2026 Welcome to your AI Quiz: Intelligent Agents & Search Agents Name Assignment Link 1. What are the two main components that make up an intelligent agent? Section 01: AI Agents CPU and Memory Sensors and Actuators Database and Server Input and Output devices None Comment Hint 2. PEAS, used to describe an agent's task environment, stands for: Section 01: AI Agents Performance, Environment, Actuators, Sensors Process, Execution, Agent, System Perception, Evaluation, Action, Strategy Performance, Efficiency, Accuracy, Speed None Comment Hint 3. An agent that selects actions based only on the current percept, ignoring percept history, is called a: Section 01: AI Agents Goal-based agent Simple reflex agent Utility-based agent Learning agent None Comment Hint 4. An agent that keeps track of an internal state to handle parts of the world it cannot currently observe is called a: Section 01: AI Agents Simple reflex agent Model-based reflex agent Random agent Static agent None Comment Hint 5. If the next state of the environment is completely determined by the current state and the agent's action, the environment is described as: Section 01: AI Agents Stochastic Deterministic Dynamic Partially observable None Comment Hint 6. An environment that can change while the agent is still deciding what to do is called: Section 01: AI Agents Static Dynamic Episodic Discrete None Comment Hint 7. In a search problem, the sequence of actions that leads from the initial state to a goal state is called the: Section 2: Search Agents & Uninformed Search Heuristic Solution Path cost Successor function None Comment Hint 8. Which uninformed search algorithm explores nodes level by level using a FIFO queue? Section 2: Search Agents & Uninformed Search Depth-First Search (DFS) Breadth-First Search (BFS) Greedy Best-First Search A* Search None Comment Hint 9. Which uninformed search algorithm goes as deep as possible along one branch before backtracking? Section 2: Search Agents & Uninformed Search Breadth-First Search (BFS) Depth-First Search (DFS) Uniform Cost Search Bidirectional Search None Comment Hint 10. Uninformed search strategies are also commonly known as: Section 2: Search Agents & Uninformed Search Heuristic search Blind search Informed search Adversarial search None Comment Hint 1 out of 10 Time's up