wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Day 1 Data Science Workshop Quiz

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

What is the goal of Data Science ?

a)

Create Websites

b)

Understand Patterns and Make Decisions

c)

Design Data

d)

Store Data

2.

What Do you think of Data Science ? ( in 1 or 2 Words )

2 lines
3.

Which Component Focuses on fixing incorrect or missing values in the dataset ?

a)

Data Collection

b)

Data Modeling

c)

Data Visualization

d)

Data Cleaning

4.

Text reviews from customers are an example of Categorial Data ?

a)

True

b)

False

5.

What does Netflix use to recommend shows ?

a)

a) Data Warehousing

b)

b) Data Science

c)

c) Manual Tagging

d)

d) Static Listings

6.

Which Python structure is immutable ?


a)

a) List

b)

b) Dictionary

c)

c) Set

d)

d) Tuple

7.

What is the output of this code?

x = [1, 2, 3]

print(x[-1])


a)

a) 3

b)

b) 1

c)

c) Error

d)

d) -1

8.

Which of these is a Python library for working with structured tabular data?

a)

a) Numpy

b)

b) TensorFlow

c)

c) Pandas

d)

d) Matplotlib

9.

 Which function gives summary statistics in pandas?

b)

df.describe()

c)

df.sum()

d)

df.head()

10.

The step in data analytics that involves creating graphs and dashboards is called (a)   .