This document contains 20 multiple choice questions about artificial intelligence concepts like state-space search, heuristic functions, breadth-first search, depth-first search, and heuristic search. State-space search involves exploring all possible states that can be reached. Heuristic functions aim to estimate how close a state is to the goal state. Breadth-first search explores all neighboring nodes before moving to nodes farther away, while depth-first search proceeds as far as possible along each branch before backtracking. Heuristic search uses heuristics to guide the search toward more promising areas.