R Programming Variable Concepts

R Programming Variable Concepts

University

10 Qs

quiz-placeholder

Similar activities

Iqwest Life Science

Iqwest Life Science

6th Grade - University

15 Qs

Chemistry Review

Chemistry Review

8th Grade - University

15 Qs

Ke

Ke

8th Grade - University

15 Qs

Air Mass and Front

Air Mass and Front

6th Grade - University

15 Qs

NC Science EOG

NC Science EOG

5th Grade - University

15 Qs

Newton's 2nd Law

Newton's 2nd Law

5th Grade - University

11 Qs

NC Physical Science Review

NC Physical Science Review

5th Grade - University

15 Qs

TCAP Review

TCAP Review

4th Grade - University

15 Qs

R Programming Variable Concepts

R Programming Variable Concepts

Assessment

Quiz

Science

University

Hard

Created by

Emily O'Brien

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not an acceptable R variable name?

min_height

celsius2kelvin

_age

max.height

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen if you try to name a variable .mass?

nothing

the variable will be named .mass

.mass will be added to the end of the pre-existing name

it will create a hidden variable

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you have a variable you want to remove, which command do you use?

rm

ls

list

remove <- (function.name)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If I type the code

mass <- 47.5

mass <- mass * 2

What value will be associated with the function "mass"?

47.5

2

95

2,256.25

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

mass <- 12

age <- 6

If I type mass > age, what response will I get?

TRUE

FALSE

YES

NO

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What information about the gapminder data can I get from the command

ls -lh data/gapminder_data.csv

how many lines of data there are

a table showing the data

the file size

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the outcome of the following command?

?write.table

It will provide an information page about the command

It will tell you the location of your table

It will create a table with the data you provided

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?