HOLY MARY INSTITUTE OF TECHNOLOGY & SCIENCE
(UGC-Autonomous)
(Approved by AICTE, New Delhi, and Permanent Affiliation to JNTUH, Accredited by NAAC-A)
Bogaram (V), Keesara (M), Medchal (Dist), Hyderabad, Telangana State
III-B.Tech II Sem MID-II OBJECTIVE TEST – I A.Y.: 2023- 24
Branch: Common to All Subject Name: Machine Learning(CBT|)
Class: III-YEAR Date of Exam: 15-07-2024
Max. Marks: 25 Time:
1. ) What is Machine learning? [ ]
a) The selective acquisition of knowledge through the use of computer programs
b) The selective acquisition of knowledge through the use of manual programs
c) The autonomous acquisition of knowledge through the use of computer programs
d) The autonomous acquisition of knowledge through the use of manual programs
2.) Which of the following is not a supervised machine learning algorithm? [ ]
a) K-means
b) Naïve Bayes
c) SVM for classification problems
d) Decision tree
3. ollowing are the types of supervised learning________
1. regression
2. classification
3. subgroup discovery
4. All of above
ollowing are the types of supervised learning________
1. regression
2. classification
3. subgroup discovery
4. All of above
3) Which algorithm is best suited for a binary classification problem? [ ]
a) K-nearest Neighbors
b) Decision Trees
c) Random Forest
d) Linear Regression
4) What is the key difference between supervised and unsupervised learning? [ ]
a) Supervised learning requires labeled data, while unsupervised learning does not.
b) Supervised learning predicts labels, while unsupervised learning discovers patterns.
c) Supervised learning is used for classification, while unsupervised learning is used for regression.
d) Supervised learning is always more accurate than unsupervised learning.
5) Which type of machine learning algorithm falls under the category of “unsupervised learning”? [ ]
a) Linear Regression
b) K-means Clustering
c) Decision Trees
d) Random Forest
6)Which one of the following models is a generative model used in machine learning? [ ]
a) Support vector machines
b) Naïve Bayes
c) Logistic Regression
d) Linear Regression
7) An artificially intelligent car decreases its speed based on its distance from the car in front of it. Which
algorithm is used? [ ]
a) Naïve-Bayes
b) Decision Tree
c) Linear Regression
d) Logistic Regression
8) Which of the following statements is false about Ensemble learning? [ ]
a) It is a supervised learning algorithm
b) It is an unsupervised learning algorithm
c) More random algorithms can be used to produce a stronger ensemble
d) Ensembles can be shown to have more flexibility in the functions they can represent
9) Decision tree uses the inductive learning machine learning approach. [ ]
a) False
b) True
10) The error of classifier is measured with respect to _________ [ ]
a) variance of data instances
b) labeling function
c) probability distribution
d) probability distribution and labeling function
11) Stacked generalization extends voting. [ ]
a) True
b) False
12) Which of the following is the main function of stacking? [ ]
a) Ensemble meta algorithm for reducing variance
b) Ensemble meta algorithm for reducing bias
c) Ensemble meta algorithms for improving predictions
d) Ensemble meta algorithms for increasing bias and variance
13) In which category does linear regression belong to? [ ]
a) Neither supervised nor unsupervised learning
b) Both supervised and unsupervised learning
c) Unsupervised learning
d) Supervised learning
14)The target variable is represented along ____________ [ ]
a) Y axis
b) X axis
c) Either Y-axis or X-axis, it doesn’t matter
d) Depends on the dataset
15) How many variables are required to represent a linear regression model? [ ]
a) 3
b) 2
c) 1
d) 4
16) What is the objective of backpropagation algorithm? [ ]
a) to develop learning algorithm for multilayer feedforward neural network
b) to develop learning algorithm for single layer feedforward neural network
c) to develop learning algorithm for multilayer feedforward neural network, so that network can be trained to
capture the mapping implicitly
d) none of the mentioned
17) What is true regarding backpropagation rule? [ ]
a) it is also called generalized delta rule
b) error in output is propagated backwards only to determine weight updates
c) there is no feedback of signal at nay stage
d) all of the mentioned18) Which of the following is system software?
19) Which of the following is not true about principal component analysis? [ ]
a) It can handle sparse data
b) It can handle skewed data
c) It cannot handle skewed data
d) It can handle multidimensional data
20) The fundamental unit of network is [ ]
a) brain
b) nucleus
c) neuron
d) axon
21) What are the issues on which biological networks proves to be superior than AI networks? [ ]
a) robustness & fault tolerance
b) flexibility
c) collective computation
d) all of the mentioned
22) What is purpose of Axon? [ ]
a) receptors
b) transmitter
c) transmission
d) none of the mentioned
23) Dimensionality reduction techniques are used to: [ ]
a. Increase the number of features in a dataset
b. Reduce the number of features in a dataset
c. Scale the features in a dataset
d. Balance the class distribution in a dataset
24) Which dimensionality reduction technique is suitable for supervised learning tasks? [ ]
a. PCA
b. LDA
c. t-SNE
d. Autoencoder
25) Which dimensionality reduction technique is based [ ]
on maximizing the mutual information between the transformed features and the target variable?
a. PCA
b. LDA
c. t-SNE
d. Mutual Information-based Feature Selection