wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ML chapter 1

Total questions: 50

Worksheet time: 8mins

Name
Class
Date
1.

in finance, machine learning is used to study consumer behhaviour.

a)

True

b)

False

2.

in finance, learning models are used for optimization, control, and troubleshooting.

a)

True

b)

False

3.

in telecommunications, call patterns are analyed for network optimization and maximizing the quality of service.

a)

True

b)

False

4.

in............, machine learning is used to study consumer behavior.

a)

finance

b)

telecommunications

c)

retail business

d)

medicine

5.

in............, learning programs are used for medical diagnosis.

a)

finance

b)

telecommunications

c)

retail business

d)

medicine

6.

Which of the following is NOT a type of supervised learning task?

a)

Classification (predicting a category)

b)

Regression

(predicting a continuous value)

c)

Dimensionality reduction

(reducing the number of features)

d)

Clustering

(grouping data points without labels)

7.

In supervised learning, the data used to train the model is called:

a)

Test data

b)

Validation data

c)

Training data

d)

Raw data

8.

The main goal of supervised learning is to:

a)

Find hidden patterns in unlabeled data

b)

Learn from labeled data to make predictions for new data

c)

Simplify complex data for visualization

d)

Reduce the computational cost of processing data

9.

What does ordinal data denote?

a)

A nominal variable with categories falling in an unordered list.

b)

A nominal variable with categories falling in an ordered list

c)

A feature that represents a characteristic measured in numbers.

d)

A feature that can take on one of a limited, and usually fixed, number of possible values.

10.

A common example of a supervised learning algorithm is:

a)

K-Means clustering

b)

Principal Component Analysis (PCA)

c)

Support Vector Machine (SVM)

11.

When evaluating the performance of a supervised learning model, we often use metrics like:

a)

Accuracy

(for classification tasks)

b)

Mean Squared Error (MSE)

c)

Both A & B

d)

None of these

12.

Supervised learning models are most effective when the training data is:

a)

Large and diverse

b)

Small and specific

c)

Unstructured and messy

d)

It doesn't matter

(as long as it's well-labeled and representative)

13.

Learning is a_____and_____process.

a)

simple , individual

b)

simple , individual

c)

complex , active

d)

complex , active

14.

What the child learns, how well she learns it and how she is able to apply that learning to various

situations depends on:

a)

Opportunities she has to observe and interact with objects and people

b)

Opportunities the teacher provides for memorization and recall

c)

The kind of punishment she is given to ensure learning

d)

The variety of materialistic rewards she is offered to complete the tasks

15.

In machine learning,a...... is the problem of predicting the value of a

numeric vari-able based on observed values of the variable.

a)

classification

b)

regression

c)

clustering

d)

none of these

16.

The equation for Simple linear regression is:

a)

y=a + bx

b)

y=a0 + a1x1 + + anxn

c)

y=a0 + a1x + + anxn

d)

none of these

17.

in supervised learning regression the...... There are more than one independent variable.

a)

polynomial regression

b)

simple linear regression

c)

multivariate linear regression

d)

logistic regression

18.

in supervised learning regression a...... dependent variable is binary, that is, a variable which takes only the values 0 and 1.

a)

polynomial regression

b)

simple linear regression

c)

multivariate linear regression

d)

logistic regression

19.

in Polynomial regression There is only one continuous independent variable x and the assumed model is:

a)

y=a + bx

b)

y=a0 + a1x1 + + anxn

c)

y=a0 + a1x + + anxn

d)

None of these

20.

is regression related to the machine learning.

a)

True

b)

False

21.

Human stored data in ......and computer stored data in....?

a)

brain , cpu

b)

brain , hard disk drives

c)

eye , flash memory

d)

eye , cpu

22.

Abstraction is a?

a)

The term generalization describes the process of turning the knowledge about stored

data into a form that can be utilized for future action.

b)

It is the process of giving feedback to the user to measure the utility of the learned

knowledge. This feedback is then utilised to effect improvements in the whole

learning process.

c)

The process of fitting a model to a dataset is known as training. When the model

has been trained, the data is transformed into an abstract form that summarizes the

original information.

d)

None of these

23.

What is classification in machine learning?

a)

Identifying colors

b)

Sorting shapes

c)

Categorizing into groups

d)

Counting numbers

24.

What is a real-life example of a classification problem mentioned in the text?

a)

Baking cookies

b)

Painting pictures

c)

Face recognition

d)

Driving cars

25.

Which algorithm is NOT mentioned as a machine learning algorithm for classification?

a)

Logistic regression

b)

Random forest algorithm

c)

Alphabetical algorithm

d)

Decision tree algorithm

26.

How many classes are typically involved in a binary classification problem?

a)

1

b)

3

c)

2

d)

4

27.

What is a problem with more than two classes often called in classification?

a)

Multi-label

b)

Binary

c)

Trinary

d)

Quartinary

28.

Which of the following is an example of a multi-class classification problem?

a)

Sorting fruits into apples and bananas

b)

Categorizing animals into mammals and fish

c)

Determining whether a shape is a circle or square

d)

Identifying different species of flowers

29.

A binary classification problem involves classifying into one class only.

a)

True

b)

False

30.

is unsupervised learning part of machine learning

a)

True

b)

False

31.

is reinforcment learning part of machine learning

a)

True

b)

False

32.

What is the primary goal of unsupervised learning?

a)

Minimize error between predicted and actual outputs

b)

Predict a target variable based on input features

c)

Discover patterns and structures in data

d)

Classify data points into predefined categories

33.

What is the basic principle of reinforcement learning?

a)

Learning from labeled data

b)

Learning from rewards and punishments

c)

Learning from input-output pairs

d)

Learning from supervised signals

34.

Which of the following represents exploration in reinforcement learning?

a)

Selecting actions that are known to yield high rewards

b)

Selecting actions randomly to discover new strategies

c)

Selecting actions that have resulted in negative rewards previously

d)

Selecting actions based on a predefined policy

35.

Which of the following is an example of unsupervised learning algorithm?

a)

Linear Regression

b)

Decision Trees

c)

K-means Clustering

d)

Support Vector Machines

36.

Which of the following tasks is an example of unsupervised learning?

a)

Predicting stock prices

b)

Identifying spam emails

c)

Grouping similar news articles

d)

Recognizing handwritten digits

37.

Which of the following is NOT a component of reinforcement learning?

a)

Agent

b)

Environment

c)

Rewards

d)

Supervised learning algorithm

38.

What is the primary goal of machine learning?

a)

Explicit programming

b)

Automation of repetitive tasks

c)

Improving performance on a task without being explicitly programmed

d)

Creating complex algorithms

39.

How is learning defined in the context of machine learning?

a)

Memorizing information

b)

Absorbing knowledge through experience and data

c)

Following predefined rules

d)

Replicating human thought processes

40.

Which statement best describes the relationship between learning and machine learning?

a)

Learning in machine learning refers only to memorization.

b)

Machine learning involves systems improving performance solely through explicit programming.

c)

Learning in machine learning mirrors the human process, improving performance based on experience and data.

d)

Machine learning doesn't involve learning; it relies solely on predefined algorithms

41.

Association rule learning is a machine learning method for discovering interesting relations, called “association rules”, between variables in large databases using some measures of interestingness

a)

True

b)

False

42.

Is learning associate important for a machine learning

True or false

a)

True

b)

False

43.

There are several algorithms for generating association rules. Some of the well-known algorithms are listed below

a)

Apriori algorithm

b)

Eclat algorithm

c)

FP-Growth Algorithm

d)

All of the above

44.

A unit of observation is the smallest entity with measured properties of interest for a study

a)

True

b)

False

45.

In the context of machine learning, an “example” is a recorded property or a characteristic of examples.

a)

True

b)

False

46.

Numeric data is a feature that represents a characteristic measured in numbers

a)

True

b)

False

47.

Ordinal data denotes a nominal variable with categories falling in an unordered list

a)

True

b)

False

48.

What does a “feature” refer to in machine learning?

a)

An instance of the unit of observation for which properties have been recorded

b)

A recorded property or a characteristic of examples

c)

A type of data

d)

A machine learning model.

49.

In the context of spam email detection, what could be the “examples”?

a)

The words used in the messages

b)

Specific messages.

c)

The unit of observation

d)

The spam filter

50.

What is a categorical feature?

a)

A feature that can take on one of a limited, and usually fixed, number of possible values.

b)

A feature that represents a characteristic measured in numbers.

c)

A feature that denotes a nominal variable with categories falling in an ordered list.

d)

A feature that is used to detect spam emails.