Intro to data science

Intro to data science

11th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Histograms and Data Distribution

Histograms and Data Distribution

10th Grade - University

15 Qs

Data Displays

Data Displays

12th Grade

11 Qs

Frequency Distributions

Frequency Distributions

12th Grade

12 Qs

statistika

statistika

12th Grade

10 Qs

Data Distribution Skew Bimodal Histogram Box Plot

Data Distribution Skew Bimodal Histogram Box Plot

9th Grade - University

15 Qs

Unit 1 Codes

Unit 1 Codes

12th Grade

10 Qs

Data Sets and Distributions

Data Sets and Distributions

6th Grade - University

15 Qs

Measures of Center and Spread

Measures of Center and Spread

9th - 12th Grade

12 Qs

Intro to data science

Intro to data science

Assessment

Quiz

Education, Other, Mathematics

11th - 12th Grade

Hard

Created by

Mehrbod Mavandadi

Used 24+ 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?