a) 1 b) 2 c) 3 d) 4 Answer: a Explanation: Each partially expanded node remembers ...
View QuestionWhen is breadth-first search is optimal?
a) When there is less number of nodes b) When all step costs are equal c) ...
View QuestionHow many types are available in uninformed search method?
a) 3 b) 4 c) 5 d) 6 Answer: c Explanation: The five types of uninformed ...
View QuestionWhich search is implemented with an empty first-in-first-out queue?
a) Depth-first search b) Breadth-first search c) Bidirectional search d) None of the mentioned Answer: ...
View QuestionWhich search strategy is also called as blind search?
a) Uninformed search b) Informed search c) Simple reflex search d) All of the mentioned
View QuestionWhich is the best way to go for Game playing problem?
a) Linear approach b) Heuristic approach (Some knowledge is stored) c) Random approach d) An Optimal approach Answer: ...
View QuestionWhich search method takes less memory?
a) Depth-First Search b) Breadth-First search c) Linear Search d) Optimal ...
View QuestionA production rule consists of ____________
a) A set of Rule b) A sequence of steps c) Set of Rule & sequence of steps
View QuestionWhat is the major component/components for measuring the performance of problem solving?
a) Completeness b) Optimality c) Time and Space complexity d) All of the mentioned Answer: d Explanation: ...
View QuestionWeb Crawler is a/an ____________
a) Intelligent goal-based agent b) Problem-solving agent c) Simple reflex agent d) Model based agent Answer: a
View Question