Data Science for All
Brennan Davis and Hunter Glanz
? ?
1st Edition
S S
C E
U C
_ S
A ?
V I
T U
S
, TABLE OF CONTENTS
Data Science For All (1st Edition)
?
Brennan Davis and Hunter Glanz
?
Chapter 1 What Is Data Science?
S
Chapter 2 Data Wrangling: Preprocessing
S
Chapter 3 Making Sense of Data Through Visualization
E
Chapter 4 Exploratory Data Analysis
C
Chapter 5 Data Management
C
Chapter 6 Understanding Uncertainty, Probability, and Variability
U
Chapter 7 Drawing Conclusions from Data
S
Chapter 8 Machine Learning
_
Chapter 9 Supervised Learning
?
Chapter 10 Unsupervised Learning
A I
V U
S T
,Data Science for All, 1e (Glanz/Davis)
Chapter 1 What is Data Science?
1.1 Introduction to Data Science
?
1 Define terms relating to data science.
?
1) Which of the following best describes the interdisciplinary nature of data science?
A) Data science combines statistics, computer science, and domain expertise to extract
S
knowledge from data.
B) Data science is solely focused on statistical analysis.
S
C) Data science is primarily about data visualization.
D) Data science only involves machine learning.
E
Answer: A
C
2) What are the three iterative components of the data science life cycle?
A) Data preparation, analysis, and storytelling
C
B) Data collection, visualization, and deletion
C) Data extraction, transformation, and archiving
U
D) Data acquisition, modeling, and disposal
Answer: A
S
2 Identify the scope of data science including its interdisciplinary nature or life cycle.
_
1) Which term is defined as the process of collecting, cleaning, transforming, integrating, and
managing data for effective analysis and storytelling?
?
A) Data preparation
B) Data visualization
A
C) Data modeling
D) Data archiving
I
Answer: A
V
2) In the context of data science, what does "data storytelling" refer to?
A) Communicating data insights through summaries, visualizations, and narratives.
U
B) Collecting and cleaning raw data.
C) Analyzing data to find patterns.
D) Storing data in a structured format.
T
Answer: A
S
1
Copyright © 2026 Pearson Education, Inc.
, 3 Answer questions relating to the interdisciplinary nature or life cycle of data science.
1) Why is data science considered interdisciplinary?
A) It combines statistics, computer science, and domain expertise.
B) It focuses solely on statistical analysis.
?
C) It is limited to computer science applications.
D) It only involves data visualization.
?
Answer: A
S
2) What process involves cleaning, transforming, and integrating data to make them useful for
analysis and storytelling?
S
A) Data wrangling
B) Data visualization
E
C) Data modeling
D) Data archiving
C
Answer: A
C
1.2 Data in Tables
1
U
Answer questions about the relationship of observations and variables.
1) What is a Boolean variable type in data tables?
S
A) A variable that contains only two possible values, TRUE or FALSE
B) A variable that takes on only numerical values
_
C) A variable that can take on any text
D) A variable that describes a category
?
Answer: A
A
2) What is the relationship between an observational unit and a variable?
A) An observational unit is an entity about which data are recorded, and a variable is a recorded
I
characteristic of that entity.
V
B) A variable is an entity about which data are recorded, and an observational unit is a recorded
characteristic of that entity.
C) An observational unit is a subset of variables in a dataset.
U
D) A variable is always a numerical value associated with an observational unit.
Answer: A
T
2 Answer questions about tidying messy data.
S
1) Considering the numbers 0, -2, 3.5, and 10, which one could be converted to a Boolean value
in a data analysis context?
A) 0
B) -2
C) 3.5
D) 10
Answer: A
2
Copyright © 2026 Pearson Education, Inc.