Artificial Intelligence Crossword Puzzle

1234567891011121314151617181920
Across
  1. 2. A city planner wants to assign buildings to limited land plots while minimizing environmental impact. This falls under which type of AI problem?
  2. 5. A robot navigating a maze decides its next step by evaluating potential moves without prior knowledge of the layout. What search type is being used?
  3. 6. A search technique used in competitive environments like game playing
  4. 7. An evolutionary algorithm selects the best-performing individuals to create better solutions over generations. What is this optimization technique?
  5. 9. A medical AI assists doctors in diagnosing diseases based on symptoms and previous patient records. What AI approach does this represent?
  6. 10. A self-learning robot updates its behavior based on past experiences and adapts to new environments. What problem-solving approach is this?
  7. 12. A logic system that allows quantification over predicates and functions
  8. 13. The study of how AI agents perceive, reason, and act in an environment
  9. 17. A mathematical model in AI uses logical statements and predicates to infer new facts from given information. What is this logic system called?
  10. 18. A drone optimizes its flight path using a technique inspired by the way ants find the shortest path to food. What is this optimization method called?
  11. 20. A logistics company needs to optimize delivery routes to reduce fuel consumption and costs. What classic optimization problem does this represent?
Down
  1. 1. An AI-based Sudoku solver tries filling in numbers while ensuring all constraints are satisfied at each step before moving forward. What search technique is being used?
  2. 3. A video game AI analyzes all possible moves, assuming the opponent will play optimally to minimize its success. What game theory approach does it use?
  3. 4. A web crawler is tasked with systematically visiting every webpage from a given starting URL, ensuring all pages are reached in the shortest path possible. Which search algorithm is best suited?
  4. 8. A chess-playing AI predicts the opponent’s next move and adjusts its strategy accordingly. What is this decision-making process called?
  5. 11. An AI tutor suggests personalized study plans for students based on their past performance. What AI problem-solving approach is being used?
  6. 14. The process of systematically trying different solutions until the best one is found
  7. 15. A brute-force search technique that explores all possible solutions without heuristics
  8. 16. A warehouse robot optimizes its movement by climbing towards a higher goal state but risks getting stuck in local optima. What search strategy is this?
  9. 19. A search method that prioritizes solutions with higher heuristic values.