Engineering Questions with Answers - Multiple Choice Questions
Home » MCQs » Engineering MCQs » Artificial Intelligence MCQ – Machine Learning
Artificial Intelligence MCQ – Machine Learning
What is Machine learning?
a) The autonomous acquisition of knowledge through the use of computer programs
b) The autonomous acquisition of knowledge through the use of manual programs
c) The selective acquisition of knowledge through the use of computer programs
d) The selective acquisition of knowledge through the use of manual programs
View Answer
Answer: a
Explanation: Machine learning is the autonomous acquisition of knowledge through the use of computer programs.
Which of the factors affect the performance of learner system does not include?
a) Representation scheme used
b) Training scenario
c) Type of feedback
d) Good data structures
View Answer
Answer: d
Explanation: Factors that affect the performance of learner system does not include good data structures.
Different learning methods does not include?
a) Memorization
b) Analogy
c) Deduction
d) Introduction
View Answer
Answer: d
Explanation: Different learning methods does not include the introduction.
In language understanding, the levels of knowledge that does not include?
a) Phonological
b) Syntactic
c) Empirical
d) Logical
View Answer
Answer: c
Explanation: In language understanding, the levels of knowledge that does not include empirical knowledge.
A model of language consists of the categories which does not include?
a) Language units
b) Role structure of units
c) System constraints
d) Structural units
View Answer
Answer: d
Explanation: A model of language consists of the categories which does not include structural units.
What is a top-down parser?
a) Begins by hypothesizing a sentence (the symbol S) and successively predicting lower level constituents until individual preterminal symbols are written
b) Begins by hypothesizing a sentence (the symbol S) and successively predicting upper level constituents until individual preterminal symbols are written
c) Begins by hypothesizing lower level constituents and successively predicting a sentence (the symbol S)
d) Begins by hypothesizing upper level constituents and successively predicting a sentence (the symbol S)
View Answer
Answer: a
Explanation: A top-down parser begins by hypothesizing a sentence (the symbol S) and successively predicting lower level constituents until individual preterminal symbols are written.
Among the following which is not a horn clause?
a) p
b) Øp V q
c) p → q
d) p → Øq
View Answer
Answer: d
Explanation: p → Øq is not a horn clause.
The action ‘STACK(A, B)’ of a robot arm specify to _______________
a) Place block B on Block A
b) Place blocks A, B on the table in that order
c) Place blocks B, A on the table in that order
d) Place block A on block B
View Answer
Answer: d
Explanation: The action ‘STACK(A,B)’ of a robot arm specify to Place block A on block B.