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 9 of 12

Q81.
The tracing model in Prolog describes program execution in terms of certain events. These events are
Discuss
Answer: (d).call, exit, redo and fail
Q82.
Which of the following shall be a compound proposition involving the propositions p, q and r, that is true when exactly two of the p, q and r are true and is false otherwise?
Discuss
Answer: (c).(p∧q∧˥r) ∨ (p∨˥q∧r) ∨ (˥p∧q∧r)
Q83.
The truth value of the statements:

∃!xP(x)→∃xP(x) and ∃!x˥P(x)→˥∀xP(x), (where the notation ∃!xP(x) denotes the proposition "There exists a unique x such that P(x) is true'') are:
Discuss
Answer: (d).True and True
Discuss
Answer: (d).A single atomic proposition on left side or an empty left side.
Q85.
Which of the following is/are the fundamental semantic model(s) of parameter passing?
Discuss
Answer: (d).all of the above
Q86.
Which one of the following is a correct implementation of the metapredicate “not” in PROLOG (Here G represents a goal) ?
Discuss
Answer: (b).not(G):– call(G), !, fail. not(G).
Q87.
Which one of the following is not an informed search technique?
Discuss
Answer: (d).Depth first search
Q88.
If we convert

∃u ∀v ∀x ∃y (P(f(u),v, x, y) → Q(u,v,y)) to
∀v ∀x (P(f(a),v, x, g(v,x)) → Q(a,v,g(v,x)))

This process is known as
Discuss
Answer: (c).Skolemization
Q89.
Given two jugs of capacities 5 litres and 3 litres with no measuring markers on them. Assume that there is endless supply of water. Then the minimum number of states to measure 4 litres water will be

a.

3

b.

4

c.

5

d.

7

Discuss
Answer: (d).7
Q90.
The map colouring problem can be solved using which of the following technique?
Discuss
Answer: (b).Constraint satisfaction

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!