Explore topic-wise MCQs in Artificial Intelligence.

This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Artificial Intelligence knowledge and support exam preparation. Choose a topic below to get started.

1.

Match List I with List IIList IList II(A) Greedy Best-First Search(I) Space complexity is O(d) where d = depth of the deepest optimal solution(B) A*(II) Incomplete even if the search space is finite.(C) Recursive Best-First Search(III) Optimal if optimal solution is reachable: otherwise, returns the best reachable optimal solution.(D) SMA*(IV) Computation and space complexity is too high. Choose the correct answer from the options given below:

A. A - II, B - IV, C - I, D - III
B. A - II, B - III, C - I, D - IV
C. A - III, B - II, C - IV, D - I
D. A - III, B - IV, C - II, D - I
Answer» B. A - II, B - III, C - I, D - IV
2.

In Artificial Intelligence (AI), which agent deals with happy and unhappy state ?

A. Simple reflex agent
B. Model based agent
C. Learning agent
D. Utility based agent
Answer» E.