Intro to data science

Intro to data science

11th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

percentiles and z-scores

percentiles and z-scores

10th - 12th Grade

15 Qs

Interpret Data Display

Interpret Data Display

7th Grade - University

15 Qs

AP Statistics 1-2

AP Statistics 1-2

10th - 12th Grade

15 Qs

Statistics

Statistics

11th Grade

15 Qs

Choosing Data Display

Choosing Data Display

9th Grade - University

15 Qs

Standard Deviation

Standard Deviation

11th Grade

11 Qs

Python Basics

Python Basics

8th - 12th Grade

12 Qs

Analyzing One-Variable Data - Quiz 1 Review

Analyzing One-Variable Data - Quiz 1 Review

9th - 12th Grade

14 Qs

Intro to data science

Intro to data science

Assessment

Quiz

Education, Other, Mathematics

11th - 12th Grade

Hard

Created by

Mehrbod Mavandadi

Used 23+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which code should work to make a histogram?

histogram(~gender,data=cdc

Histogram(~gender, data = cdc)

histogram(~gender,data=cdc)

histogram(gender,data=cdc)

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the code to display the count of your variable?

count (sugar, data = food)

tally (sugar, data = food)

count (~sugar, data = food)

tally (~sugar, data = food)

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which graph is better for CATEGORICAL VARIABLE?

bargraph

histogram

scatterplot

dotPlot

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When you load a data in RStudio, in which section it pops up?

File

Environment

Viewer

History

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code display?

dim (cdc)

Number of rows

Number of Columns

The Variables

Both the number of rows and Columns

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code tells us if a variable is numerical or categorical?

data(file)

str(file)

View(file)

names(file)

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which one is the code to make a dotplot?

dotplot(~variable, data = file)

Dotplot(~variable, data = file)

dotPlot(~variable, data = file)

DotPlot(~variable, data = file

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?