Explore topic-wise MCQs in Artificial Intelligence.

This section includes 6 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.

A production rule consists of ____________

A. A set of Rule
B. A sequence of steps
C. Set of Rule & sequence of steps
D. Arbitrary representation to problem
Answer» D. Arbitrary representation to problem
2.

Web Crawler is a/an ____________

A. Intelligent goal-based agent
B. Problem-solving agent
C. Simple reflex agent
D. Model based agent
Answer» B. Problem-solving agent
3.

A problem solving approach works well for ______________

A. 8-Puzzle problem
B. 8-queen problem
C. Finding a optimal path from a given source to a destination
D. Mars Hover (Robot Navigation)
Answer» E.
4.

The process of removing detail from a given state representation is called ______

A. Extraction
B. Abstraction
C. Information Retrieval
D. Mining of data
Answer» C. Information Retrieval
5.

A solution to a problem is a path from the initial state to a goal state. Solution quality is measured by the path cost function, and an optimal solution has the highest path cost among all solutions.

A. True
B. False
Answer» C.
6.

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.

A. True
B. False
Answer» B. False