wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ForFun

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

Why data is so important to business?

a)

More data will generate more revenue

b)

Data help us to make better decision

c)

Data help us to improve business understanding

d)

Business understanding will improve data quality

2.

Which query bellow are true for counting car for each CustomerID ?

a)

SELECT count(CarID) FROM `Services_Data` GROUP BY CustomerID;

b)

SELECT sum(CarID) FROM `Services_Data` GROUP BY CustomerID;

c)

SELECT count(CarID), CustomerID GROUP BY CustomerID FROM `Services_Data`;

d)

SELECT count(CarID), CustomerID FROM`Services_Data` GROUP BY CustomerID;

3.

Library in python used for analysis and manipulating data in tabular form (2 D)

a)

Numpy

b)

Scikit Learn

c)

Scipy

d)

Pandas

4.

To show trend over 200 months, usually we use

a)

Bar Chart

b)

Pie Chart

c)

Line Chart

d)

Scatter Plot

5.

A, B, and C represents: … respectively.

a)

Mode, Median, Mean

b)

Median, Mean, Mode

c)

Mean, Median, Mode

d)

Median, Mode, Mean

6.

What is Supervised Learning?

a)

Learning by supervision from another machine

b)

Inferring a pattern from labelled data

c)

Inferring a pattern from unlabelled data

d)

learning supervision by machine itself

7.

To calculate the performance of classification models we can use

a)

Accuracy, RMSE, and MAPE

b)

Accuracy, Precision, and F1

c)

R-squared, RMSE, and MAPE

d)

Sensitivity, MAPE, and Precision

8.

Which one is considered quantitative research?

a)

Interviews

b)

Survey

c)

Focus Group Discussion

d)

Observation

9.

The following methods can be used to segment customers, except

a)

Random Forest

b)

K-Means

c)

Hierarchial

d)

DBSCAN

10.

What does uncle do for a living?

a)

He's a chef

b)

He runs an animal shelter

c)

He's a doctor

d)

He's a data scientist