Q77.Marks: +2.0UGC NET Paper 2: Computer Science 2020
Which of the following is NOT true in problem solving in artificial intelligence?
1.Implements heuristic search techniques
2.Solution steps are not explicit
3.Knowledge is imprecise
4.It works on or implements repetition mechanism✓ Correct
Solution
The correct answer is option 4.
Key Points
Heuristic search is a search technique that seeks to solve a problem by iteratively enhancing the solution using a heuristic function or a cost analysis. Heuristic search is two types. Direct Heuristic Search Techniques in AI( Breadth-First Search (BFS) and Depth First Search (DFS).) and Weak Heuristic Search Techniques in AI (Best-First Search, A* Search, etc)
Every AI program has to do the process of searching for the solution steps that are not explicit in nature.
knowledge plays a vital role in intelligence as well as creating artificial intelligence.
∴ Hence the incorrect statement isIt works on or implements a repetition mechanism.