AI MCQ #182: A search algorithm takes _________ as an input and returns ________ as an output…

Q182. A search algorithm takes _________ as an input and returns ________ as an output.

  • a) Input, output
  • b) Problem, solution
  • c) Solution, problem
  • d) Parameters, sequence of actions

✅ Correct Answer: B) Problem, solution

Explanation: A search algorithm takes input as a problem and returns a solution to the problem as an output.