Artificial Intelligence Algorithms Question:
Download Questions PDF

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

Artificial Intelligence Algorithms Interview Question
Artificial Intelligence Algorithms Interview Question

Answer:

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

Download Artificial Intelligence Algorithms Interview Questions And Answers PDF

Previous QuestionNext Question
A problem in a search space Is defined by:
a) Initial state
b) Goal test
c) Intermediate states
d) All of the above
The problem-solving agent with several immediate options of unknown value can decide what to do by just examining different possible sequences of actions that lead to states of known value and then choosing the best sequence. This process of looking for such a sequence is called Search. State True or False:
a) True
b) False