wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Data Science Basics

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

Data Science is

a)

The science of creating data.

b)

It is a branch of Social Studies.

c)

Multidisciplinary study of data collections for analysis, prediction, learning and prevention.

d)

It is a specialized field of study under Artificlal Intelligence

2.

Steps in Data Science

a)

Data Modeling ->Data Acquisition -> Clean Data ->Data Analysis ->Deployment and optimization

b)

Data Acquisition -> Clean Data ->Data Analysis -> Data Modeling ->Deployment and optimization

c)

Clean Data ->Data Analysis -> Data Modeling ->Deployment and optimization -> Data Acquisition

d)

Data Modeling ->Data Acquisition -> Clean Data ->Data Analysis ->Deployment and optimization

3.

In Data Acquisition stage which deals with Type and Source of Data, following data sources are correct.

a)

User and Inventory data from transaction databases.

b)

Social Engagement from Social Networks like Facebook Twitter.

c)

Training Data from from tools like CrowdFlower, Mechanical Turk.

d)

Customer Support data from Call Logs, Emails

4.

Data integration involves combining data residing in different sources and providing users with a unified view of these data.

a)

True

b)

False

5.

Data are often incomplete, incorrect. Some of possible values in incorrect data can be

a)

Typo : e.g., text data in numeric fields

b)

Out-of-Range Values: e.g., age=1000

c)

Missing Values : some fields may not be collected for some of the examples

d)

Extra spaces in text data.

6.

In Data Analysis stage of Data preparation following are correct.

a)

Univariate Analysis: Analyze/explore variables one by one

b)

Bivariate Analysis: Explore relationship between variables

c)

Statistical Analysis: Deriving inferences from mean,median and mode.

d)

Feature Engineering: Variable transformations and creation of new better variables from raw features.

7.

Predictive data modeling involves the collection of data on consumer behaviour to predict future consumer behaviour and to take action accordingly. Following are the valid examples of the same.

a)

Recommendation systems (netflix, pandora, amazon, etc.)

b)

Payroll data in the organization.

c)

Online user behaviour is used to predict best targeted ads

d)

Customer purchase histories are used to determine how to price,stock, market and display future products.

8.

Machine Learning is the study of algorithms that improve their performance at some task with example data or past experience. It is made up of 3 major parts which are

a)

Model ,Parameters and Learner.

b)

Model, Source and Parameters.

c)

Source, Parameters and Algorithms.

d)

Model , Parameters and Algorithms.

9.

Following are the valid examples of Machine learning application.

a)

Association Analysis

b)

Supervised Learning

c)

Unsupervised Learning

d)

Inverse Analysis

10.

Deployed solutions might include:

a)

A trained data model (model + parameters)

b)

Routines for inputting and prediction

c)

Routines for model improvement

d)

Routines for training

e)

Decision Support System.