wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Data Science Fundamentals

Total questions: 25

Worksheet time: 50mins

Name
Class
Date
1.

Data Science…

a)

uses machine learning algorithms to discover patterns in data that are not immediately apparent.

b)

obtains meaningful insights and valuable information from data using statistical analysis, programming, and domain knowledge.

c)

draws from the formal sciences including hypothesis creation and testing and formation of repeatable processes.

d)

all of the above.

2.

The purpose of data science is:

(select all that apply)

a)

to analyze large amounts of structured or unstructured data to discover meaningful patterns.

b)

to make evidence-based recommendations to improve a process or add value to a business.

c)

to create a machine learning model as a goal for every project.

d)

to better understand a dataset through exploratory data analysis including both data visualization and statistical tests.

e)

to communicate the story of data to a target audience in a way that motivates action.

3.

An (a)   is a series of repeatable steps or rules used to accomplish specific data science tasks or solve a problem.

4.

"_____________ _______________ is the science and art of programming computers so they can learn from data." -Aurélien Géron

(a)  

5.

What is the difference between Artificial Intelligence and Machine Learning?

(select all that apply)

a)

Machine learning is a subset of artificial intelligence.

b)

Artificial Intelligence is a branch of machine learning

c)

Machine learning takes in a training data set to discover patterns and create algorithms that can be applied to future data to predict outcomes.

d)

Artificial intelligence may not have the ability to learn or adjust based on new data but can mimic cognitive functions and perform difficult and repetitive tasks based on defined rules or algorithms.

e)

Machine learning uses an algorithm to identify patterns from your training dataset that it can use to define parameters for a model that can then be used to make predictions on new data.

6.

Unsupervised machine learning algorithms find connections between observations in a train dataset based only on features, without human input, and may go on to group observations based on their findings.

a)

True

b)

False

7.

What are the four Vs of Data Big Data?

(select all that apply)

a)

Viscosity

b)

Volume

c)

Variety

d)

Velocity

e)

Veracity

8.

__________ _________ is data which does not fit a predefined data model. Often this data does not fit into the typical row-column structure of a database.

(a)  

9.

These configuration variables are internal to a model, so the values are estimated or learned from the data when the train dataset is being fit or trained. These are the parts of the model that are learned from historical training data.

a)

Targets

b)

Hyperparameters

c)

Features

d)

Parameters

10.

Supervised machine learning algorithms train on data sets that include the labels or outcomes for each observation.

a)

True

b)

False

11.

These are also known as the attributes, x variable(s), predictors, independent variables.

a)

Targets

b)

Hyperparameters

c)

Features

d)

Parameters

12.

These configuration variables are external to a specific model. The values are not learned or estimated from data but adjusted manually when creating or tuning a model.

a)

Targets

b)

Hyperparameters

c)

Features

d)

Parameters

13.

The (a)   in a data set is also known as the label, the outcome, the dependent variable, the y variable, and the class.

14.

__________ _________ is data which can fit into a predefined data model.

(a)  

15.

SQL, Structured Query Language, is a _________ _________ that allows you to communicate with databases.

a)

RDBMS flavor

b)

python library

c)

computer language

d)

visualization tool

16.

___________ __________ file system, HDFS , allows for the distributed processing of large amounts of data across clusters of computers using simple programming models.

(a)  

17.

All of the following are data visualization tools except

a)

Matplotlib

b)

Spark

c)

Seaborn

d)

Tableau

e)

Plotly

18.

A (a)   database, like Neo4j or Graphbase, is used primarily for analyzing social networks because of its efficiency at computing relationships of highly connected data.

19.

TensorFlow and Keras are tools used for (a)   learning.

20.

All of the following are python libraries that are geared towards data science except

a)

Pandas

b)

NumPy

c)

SciPy

d)

D3.js

e)

Statsmodels

21.

A regression algorithm is used when your target is represented by a (a)   variable.

22.

A classification algorithm is used when your target is a (a)   variable.

23.

Anomaly Detection is the practice of identifying data points, items, observations or events that do not conform to the (a)   pattern of a given group.

24.

Time series analysis is about finding patterns in (a)   data and making predictions, forecasting, based on those patterns.

25.

__________ ________ _________, NLP, uses programming and machine learning techniques to help understand and make use of large amounts of text data.

(a)