Introduction to R

Introduction to R

Professional Development

18 Qs

quiz-placeholder

Similar activities

2.13-14 Skill Check- Graphing inequalities Alg 1

2.13-14 Skill Check- Graphing inequalities Alg 1

Professional Development

21 Qs

Mate matika dasar WPDK

Mate matika dasar WPDK

Professional Development

20 Qs

Practiquemos: Conjutos y Conjunto de los Números Naturales

Practiquemos: Conjutos y Conjunto de los Números Naturales

Professional Development

20 Qs

PARCC Review

PARCC Review

KG - Professional Development

16 Qs

Week 6 Review

Week 6 Review

Professional Development

20 Qs

Scratch Quiz 2

Scratch Quiz 2

KG - Professional Development

21 Qs

Math Integers and the Coordinate Plane

Math Integers and the Coordinate Plane

4th Grade - Professional Development

16 Qs

MENGENAL BILANGAN PECAHAN

MENGENAL BILANGAN PECAHAN

11th Grade - Professional Development

20 Qs

Introduction to R

Introduction to R

Assessment

Quiz

Mathematics

Professional Development

Medium

Created by

Oluwatobiloba Ige

Used 8+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable named x with the numeric value 5?

x : 5

x <- 5

int x = 5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The value of a string variable can be surrounded by single quotes.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following values: 10.5, 55 and 787, belongs to which data type?

Integer

numeric

Boolean

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All elements of an atomic vector can be of different types.

True
False
Depends on the vector
Not sure

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can construct a list using c( )

True

False

Not sure

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Matrices and arrays are created with matrix( ) and array( ), or by using the assignment form of dim( )

True

False

Not sure

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the R code below, what is the type of vector a:

a <- c("r", 1)

numeric

character

logical

Integer

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?