Search Header Logo

Intro to data science

Authored by Mehrbod Mavandadi

Education, Other, Mathematics

11th - 12th Grade

Used 24+ times

Intro to data science
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?