MCQ
A student wants to find the shortest route to school. This is an example of which type of problem?
Unit-2 Computational Thinking and Algorithms
A Sorting problem
B Search problem
C Counting problem
D Optimization problem
Explanation

Finding the shortest route is about choosing the best solution, so it is an optimization problem.