This document contains 25 multiple choice questions about various heuristic search techniques and algorithms including breadth-first search, depth-first search, hill climbing, A*, and AND-OR graphs. It asks about the characteristics, applications, advantages, and limitations of these techniques. Some key algorithms and concepts covered are hill climbing getting stuck in local maxima, A* being guaranteed to find an optimal solution if one exists, AND-OR graphs being decomposed into smaller subproblems, and agendas being useful for implementing non-monotonic production systems.