wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Page 1

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

Machine Learning is a subset of

a)

Data Mining

b)

Artificial Intelligence

c)

Computer Networks

d)

Operating Systems

2.

Which of the following is NOT a type of Machine Learning?

a)

Supervised Learning

b)

Unsupervised Learning

c)

Reinforcement Learning

d)

Predictive Learning

3.

In supervised learning, the training data contains

a)

Only input data

b)

Only output data

c)

Input–output pairs

d)

Random data

4.

Which algorithm is used for classification problems?

a)

Linear Regression

b)

Logistic Regression

c)

K-Means

d)

Apriori

5.

The main goal of Machine Learning is to

a)

Store data

b)

Program computers manually

c)

Enable systems to learn from data

d)

Design hardware

6.

Which of the following is an example of supervised learning?

a)

Market basket analysis

b)

Spam email detection

c)

Clustering customers

d)

Dimensionality reduction

7.

The term “training data” refers to

a)

Data used to test a model

b)

Data used to build a model

c)

Unlabeled data

d)

Noise in data

8.

Which of the following is an unsupervised learning algorithm?

a)

Decision Tree

b)

Naïve Bayes

c)

K-Means

d)

Logistic Regression

9.

A dataset with labeled output is used in

a)

Supervised learning

b)

Unsupervised learning

c)

Reinforcement learning

d)

Clustering

10.

Which language is commonly used for Machine Learning?

a)

HTML

b)

Python

c)

CSS

d)

XML

11.

Which algorithm works on the principle of Bayes theorem?

a)

SVM

b)

Decision Tree

c)

Naïve Bayes

d)

KNN

12.

Overfitting occurs when

a)

Model performs well on test data

b)

Model is too simple

c)

Model performs well on training data but poorly on test data

d)

Dataset is small

13.

Which metric is commonly used for classification accuracy?

a)

Mean Squared Error

b)

Confusion Matrix

14.

KNN algorithm is based on

a)

Distance measure

b)

Probability theory

c)

Entropy

d)

Gradient descent

15.

Which of the following is NOT a distance metric?

a)

Euclidean distance

b)

Manhattan distance

c)

Cosine similarity

d)

Entropy

16.

Decision Tree splitting is based on

a)

Accuracy

b)

Information Gain

c)

Mean

d)

Variance only

17.

Which learning method uses reward and penalty?

a)

Supervised learning

b)

Unsupervised learning

c)

Reinforcement learning

d)

Semi-supervised learning

18.

In Linear Regression, the relationship between variables is

a)

Non-linear

b)

Exponential

c)

Linear

d)

Random

19.

Which technique is used to reduce overfitting?

a)

Increasing model complexity

b)

Regularization

c)

Removing training data

d)

Increasing epochs infinitely

20.

Which algorithm is sensitive to outliers?

a)

K-Means

b)

Decision Tree

c)

Random Forest

d)

Naïve Bayes

21.

Bias–Variance tradeoff deals with

a)

Data imbalance

b)

Model complexity and generalization

c)

Training speed

d)

Feature scaling

22.

Entropy in Decision Trees measures

a)

Distance

b)

Purity of data

c)

Accuracy

d)

Variance

23.

Which kernel is commonly used in SVM?

a)

Linear

b)

Polynomial

c)

RBF

d)

All of the above

24.

PCA is mainly used for

a)

Classification

b)

Clustering

c)

Dimensionality reduction

d)

Regression

25.

Gradient Descent is used to

a)

Increase error

b)

Minimize cost function

c)

Maximize entropy

d)

Split nodes