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

Q51.
Consider a 3-puzzle where, like in the usual 8-puzzle game, a tile can only move to an adjacent empty space. Given the initial state as below, which of the following state cannot be reached?

a.

A

b.

B

c.

C

d.

D

Discuss
Answer: (c).C
Q52.
A software program that infers and manipulates existing knowledge in order to generate new knowledge is known as:
Discuss
Answer: (c).Inference Engine
Q53.
Which of the following arguments are not valid?

(a) “If Gora gets the job and works hard, then he will be promoted. If Gora gets promotion, then he will be happy. He will not be happy, therefore, either he will not get the job or he will not work hard”.

(b) “Either Puneet is not guilty or Pankaj is telling the truth. Pankaj is not telling the truth, therefore, Puneet is not guilty”.

(c) If n is a real number such that n>1, then n^2>1. Suppose that n^2>1, then n>1.
Discuss
Answer: (b).(b) and (c)
Q54.
Let P(m,n) be the statement “m divides n” where the Universe of discourse for both the variables is the set of positive integers. Determine the truth values of the following propositions.

(a) ∃m ∀n P(m,n)        (b) ∀n P(1,n)             (c) ∀m ∀n P(m,n)
Discuss
Answer: (a).(a)-True; (b)-True; (c)-False
Q55.
Match the following terms:

List - I                                     List - II
(a) Vacuous proof       (i) A proof that the implication p→q is true
based on the fact that p is false
(b) Trivial proof             (ii) A proof that the implication p→q is true
based on the fact that q is true
(c) Direct proof             (iii) A proof that the implication p→q is true
that proceeds by showing that q must be true
when p is true.
(d) Indirect proof          (iv) A proof that the implication p→q is true
that proceeds by showing that p must be false
when q is false.

Codes:
      (a)  (b)   (c)    (d)
Discuss
Answer: (a).(i) (ii) (iii) (iv)
Q56.
Consider the compound propositions given below as:

(a) p˅~(p˄q)                  (b) (p˄~q)˅~(p˄q)                 (c) p˄(q˅r)

Which of the above propositions are tautologies?
Discuss
Answer: (c).only (a)
Q57.
Which of the following property/ies a Group G must hold, in order to be an Abelian group?

(a) The distributive property
(b) The commutative property
(c) The symmetric property
Discuss
Answer: (d).(b) only
Q58.
Given the following set of prolog clauses:

father(X, Y):
parent(X, Y),
male(X),
parent(Sally, Bob),
parent(Jim, Bob),
parent(Alice, Jane),
parent(Thomas, Jane),
male(Bob),
male(Jim),
female(Salley),
female(Alice).

How many atoms are matched to the variable ‘X’ before the query
father(X, Jane) reports a Result?

a.

1

b.

2

c.

3

d.

4

Discuss
Answer: (a).1
Q59.
Forward chaining systems are ............. where as backward chaining systems are ................
Discuss
Answer: (c).Data driven, Goal driven
Discuss
Answer: (d).A clause that has at most one positive literal
Page 6 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!