Question:

Which of the following search uses the problem specific knowledge beyond the definition of the problem ?

Show Hint

"Informed" means the agent has a "hint" (heuristic) about the direction of the goal, whereas "Uninformed" agents just wander systematically.
Updated On: Jun 6, 2026
  • Informed search
  • Depth first search
  • Breadth first search
  • Uninformed search
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Solution: In Artificial Intelligence, search strategies are categorized based on whether they use additional information to guide the search process. 1. Uninformed Search: Strategies like BFS and DFS (Options 2 and 3) are "blind." They only have access to the problem definition: the state space, transition rules, and the goal test. They have no "clue" how close a particular state is to the goal. 2. Informed Search: Informed search (Option 1) uses a heuristic function ($h(n)$). This function represents problem-specific knowledge—such as the straight-line distance to a destination—that allows the algorithm to estimate the cost from the current state to the goal. 3. Logic: Because Informed Search utilizes information outside the basic problem definition to find solutions more efficiently, it is the correct answer.
Was this answer helpful?
0
0

Top CUET PG Data Science A.I Cyber Security and Computer Sci. Questions

View More Questions

Top CUET PG Artificial Intelligence Questions

View More Questions