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

Q11.
Match the following components of an expert system :

a. I/O interface                       i. Accepts user's queries and responds to question through I/O interface

b. Explanation module       ii. Contains facts and rules about the domain

c. Inference engine             iii. Gives the user,the ability to follow inferencing steps at any time during consultation

d. Knowledge base            iv. Permits the user to communicate with the system in a natural way

code:
a  b   c   d
Discuss
Answer: (d).iv   i   iii  ii
Q12.
A computer based information system is needed :

I. as it is difficult for administrative staff to process data.
II. due to rapid growth of information and communication technology.
III. due to growing size of organizations which need to process large volume of data.
IV. as timely and accurate decisions are to be taken.

Which of the above statement(s) is/are true?
Discuss
Answer: (b).III and IV
Q13.
Consider the following statements about a perception :

I. Feature detector can be any function of the input parameters.
II. Learning procedure only adjusts the connection weights to the output layer.

Identify the correct statement out of the following:
Discuss
Answer: (d).l is true and II is true
Q14.
Match the following learning modes w.r.t. characteristics of available information for learning :

a. Supervised        i. Instructive information on desired responses explicitly specified by a teacher.
b. Recording            ii. A priori design information for memory storing
c. Reinforcement    iii. Partial information about desired responses, or only "right" or "wrong" evaluative information
d. unsupervised      iv. No information about desired responses

code:
a   b   c   d
Discuss
Answer: (a).i    ii   iii   iv
Q15.
"If my computations are correct and I pay the electric bill, then I will run out of money. If I don't pay the electric bill the power will be turned off. Therefore, if I don't run out of money and the power is still on then my computations are incorrect."
Convert this argument into logical notations using the variables c, b, r, p for propositions of computations, electric bills, out of money and the power respectively. (Where  ¬ means NOT)
Discuss
Answer: (a).if (c ∧ b) → r and ¬b → ¬p, then (¬r∧p)→¬c 
Q16.
Match the following:

(a) (p →q) ⇔ (¬q → ¬p) (i) Contrapositive

(b) [(p ∧q) →r ]⇔ [p→ (q →r)] (ii) Exportation law

(c) (p →q)⇔ [(p ∧ ¬q) →o] (iii) Reductio ad absurdum

(d) (p⇔q)⇔ [(p →q) ∧(q→p)] (iv) Equivalence

code:
(a)  (b)  (c)   (d)
Discuss
Answer: (d).(iv)   (ii)   (iii)  (i)
Q17.
Consider a proposition given as :

" x ≥ 6, if  x2 ≥ 25 and its proof as:

If x ≥ 6, then x2 = x· x= 6· 6=36 ≥25

Which of the following is correct w.r.to the given proposition and its proof ?
(a) The proof shows the converse of what is to be proved.
(b) The proof starts by assuming what is to be shown.
(c) The proof is correct and there is nothing wrong.
Discuss
Answer: (c).(a) and (b)
Q18.
The clausal form of the disjunctive normal form ¬ A ˅ ¬ B ˅ ¬ C ˅ D is :
Discuss
Answer: (a).A ˄ B ˄ C ⇒ D
Discuss
Answer: (b).PROLOG is a strongly typed language
Discuss
Answer: (b).The resolvent of two Horn clauses is a Horn clause
Page 2 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!