adplus-dvertising

Welcome to the Artificial Intelligence MCQs Page

Dive deep into the fascinating world of Artificial Intelligence with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of Artificial Intelligence, a crucial aspect of UGC CBSE NET Exam. In this section, you will encounter a diverse range of MCQs that cover various aspects of Artificial Intelligence, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within UGC CBSE NET Exam.

frame-decoration

Check out the MCQs below to embark on an enriching journey through Artificial Intelligence. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of UGC CBSE NET Exam.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of Artificial Intelligence. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

Artificial Intelligence MCQs | Page 10 of 12

Q91.
Which of the following is a knowledge representation technique used to represent knowledge about stereotype situation?
Discuss
Answer: (c).Scripts
Q92.
A* algorithm uses f ' = g + h' to estimate the cost of getting from the initial state to the goal state, where g is a measure of the cost of getting from initial state to the current node and the function h' is an estimate of the cost of getting from the current node to the goal state. To find a path involving the fewest number of steps, we should set
Discuss
Answer: (a).g = 1
Discuss
Answer: (b).if-else (G, P, q) :- call(G), !, call(P). if-else (G, P, q) :- call(q).
Q94.
The strategy used to reduce the number of tree branches and the number of static evaluations applied in case of a game tree is
Discuss
Answer: (b).Alpha-beta pruning strategy
Q95.
The optimal solution of the following assignment problem using Hungarian method is

codes:
(A)  (B)   (C)   (D)
Discuss
Answer: (b).(I)  (III)   (II)   (IV)
Q96.
An example of a tautology is:
Discuss
Answer: (c).x v (~x)
Q97.
The preposition (p→q) ˄ (~q˅p) is equivalent to:
Discuss
Answer: (c).(q→p) ˄ (p→q)
Q98.
If the proposition 7P⇒Q is true, then the truth value of the proposition 7PV(P⇒Q) is:
Discuss
Answer: (d).Cannot determined
Q99.
Which of the following checks cannot be carried out on the input data to a system ?
Discuss
Answer: (b).Syntax check
Q100.
A fact in prolog is a special case of a:
Discuss
Answer: (b).Rule
Page 10 of 12

Suggested Topics

Are you eager to expand your knowledge beyond Artificial Intelligence? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!