Search Header Logo
Data 200 game day review

Data 200 game day review

Assessment

Presentation

Mathematics

University

Practice Problem

Medium

CCSS
6.SP.B.5A, HSS.ID.A.3, HSS.ID.A.4

+13

Standards-aligned

Created by

Catalina Medina

Used 4+ times

FREE Resource

2 Slides • 38 Questions

1

​Data 200
Game Day Review

By Catalina Medina

2

Extra credit opportunity

You can earn up to a 3% increase in your final grade. This will be determined by what proportion of questions you answer correctly.

The person with the highest score can replace one of their homework grades with their score from this.

You are not allowed to use any resources, this is to assess your own knowledge!

3

Multiple Choice

What function should I use to edit an existing column in my data frame?

1

filter()

2

mutate()

3

slice()

4

select()

4

Multiple Choice

Say I am trying to use a function called read_csv().

What is likely the issue if I get an error message saying:
“Error in read_csv() : could not find function ‘read_csv’”.

1

It doesn't exist

2

I haven't loaded the necessary package

3

I gave it the wrong input

4

I did not close the parentheses

5

Multiple Choice

Which code does not follow tidyverse style guide?

1
2
3
4

6

Multiple Choice

What function should I use to add a new column to my data frame?

1

filter()

2

mutate()

3

group_by()

4

select()

7

Multiple Choice

Question image

There are three species in the penguins dataset.

What will be the output of this code?

1

A single number showing the mean flipper length for all penguins.

2

A plot of average flipper length by species.

3

A data frame with one row per species and one column

4

The entire penguins data frame with a new column

8

Multiple Choice

What does one row in a data set represent?

1

An observation

2

A variable

3

A column

4

A data frame

9

Multiple Choice

What function should I use to drop a column from my dataset?

1

filter()

2

mutate()

3

slice()

4

select()

10

Multiple Choice

Question image

Which plot represents a variable with the lowest mean?

1

A

2

B

3

C

4

D

11

Multiple Choice

What is an appropriate plot type to visualize the relationship between a categorical and a numeric variable?

1

single histogram

2

standardized bar plot

3

scatter plot

4

side-by-side boxplots

12

Multiple Choice

For which question could I use linear regression?

1

Predicting if a credit card transaction is fraudulent or not

2

Grouping customers based on purchasing habits

3

Categorizing types of fruits from images

4

Predicting a person’s annual income

13

Multiple Choice

What was the point of learning GitHub?

1

To make my life harder

2

To track changes to files

3

To install new R packages

4

To make our code run faster

14

Multiple Choice

What is an appropriate R type for a discrete variable?

1

factor

2

date

3

character

4

numeric

15

Multiple Choice

What function should I use to drop a row from my dataset?

1

filter()

2

mutate()

3

group_by()

4

select()

16

Multiple Choice

Which one is an example of unsupervised machine learning?

1

Regression

2

Data Cleaning

3

Clustering

4

Labeled data

17

Multiple Choice

When building a regression model to predict Y, what are different terms used to describe our Y variable?

1

Explanatory

2

Feature

3

Response

4

Predictor

18

Multiple Choice

What function should I use if I want my newly joined data frame to only contain all rows and columns present in both of the original data frames?

1

anti_join()

2

inner_join()

3

full_join()

4

left_join()

19

Multiple Choice

Which code will read in data called `tiny_dogs.csv` from a folder called `my_data`.

1
2
3
4

20

Multiple Choice

What model could be appropriate to predict a categorical binary response variable?

1

k-means clustering

2

linear regression

3

logistic regression

4

frequentist hypothesis test for a single proportion

21

Multiple Choice

Which summary statistic can help me learn about the average value of my variable?

1

standard deviation

2

variance

3

interquartile range

4

median

22

Multiple Choice

Question image

Which plot represents a variable with the lowest variance?

1

A

2

B

3

C

4

D

23

Multiple Choice

The following are a 95% and a 80% confidence interval computed from the same sample.

(0.225, 0.375) and (0.253, 0.347)

Identify which one is the 80% confidence interval.

1

First one

2

Second one

3

Third one

4

Both

24

Multiple Choice

Question image

What is the value of `group` for a Gentoo penguin with a bill depth of 0.2 mm?

1

Small boi

2

Big boi

3

Biggest boi

4

Unknown

25

Multiple Choice

Which one is an example of supervised machine learning?

1

Regression

2

Data Cleaning

3

Clustering

4

Unlabeled data

26

Multiple Choice

When building a regression model to predict Y, what are different terms used to describe our X variable?

1

Explanatory

2

Response

3

Target

4

Outcome

27

Multiple Choice

Which of the following is a responsible use of AI in coding?

1

Pasting in a homework question to get the answer

2

To edit data to make my model fit better

3

To debug or explain code

4

Copying code from output when I don't understand

28

Multiple Choice

Question image

Which variable could this plot represent.

1

Proportion of Americans with at least $10 in their bank account

2

Housing prices for Ventura County

3

Proportion of people that can do a cartwheel

4

Percent of CSU Channel Islands students over 5 feet tall

29

Multiple Choice

For which question could I use logistic regression?

1

Predicting if a credit card transaction is fraudulent or not

2

Predicting sale price of a gaming console

3

Categorizing types of fruits from images

4

Predicting a person’s annual income

30

Multiple Choice

Question image

How many rows would be produced by `full_join(students, majors)`

1

3

2

4

3

5

4

7

31

Multiple Choice

What value helps me assess predictive error for linear regression?

1

Standard deviation

2

Accuracy

3

Root Mean Squared Error

4

Confidence interval

32

Multiple Choice

What value helps me assess predictive error for logistic regression?

1

Standard deviation

2

Accuracy

3

Root Mean Squared Error

4

Confidence interval

33

Multiple Choice

What model could be appropriate to predict a numeric continuous response variable?

1

k-means clustering

2

linear regression

3

logistic regression

4

frequentist hypothesis test for a single proportion

34

Multiple Choice

Which summary statistic can help me learn about the spread of my variable?

1

mean

2

maximum

3

interquartile range

4

median

35

Multiple Choice

Identify the hypotheses to test the following research question:

Do the majority of Americans approve allowing DACA immigrants to become citizens?

Let pi = proportion of Americans that approve.

1
2
3
4

36

Multiple Choice

What should be the first step after you import a dataset?

1

Fit a model

2

Inspect it

3

Merge with another

4

Change the csv file

37

Multiple Choice

Question image

Which plot represents a variable that is right skewed?

1

A

2

B

3

C

4

D

38

Multiple Choice

Question image

For a penguin with a flipper length of 0.7mm, what would is their value for `long_flippers`

1

0.8

2

0.7

3

TRUE

4

FALSE

39

Multiple Choice

Question image

What is the value of `group` for a Chinstrap penguin with a bill depth of 0.2 mm?

1

Small boi

2

Big boi

3

Biggest boi

4

No boi

40

Multiple Choice

When is your final project proposal due

1

Monday, 11/24

2

Tuesday, 11/25

3

Wednesday 11/26

4

Thursday 11/27

​Data 200
Game Day Review

By Catalina Medina

Show answer

Auto Play

Slide 1 / 40

SLIDE