R variable Data Type and Flow Control Quiz

R variable Data Type and Flow Control Quiz

University

12 Qs

quiz-placeholder

Similar activities

SAN Module 4 Quiz

SAN Module 4 Quiz

University

15 Qs

Firewall and Network Security

Firewall and Network Security

University

15 Qs

Porcentajes

Porcentajes

University

12 Qs

Week 4

Week 4

University

15 Qs

4.6.4 Logic Gates

4.6.4 Logic Gates

10th Grade - Professional Development

15 Qs

Software Engineering :TEST 2

Software Engineering :TEST 2

University

10 Qs

ADVACOMT-Quiz No.1 (final term)

ADVACOMT-Quiz No.1 (final term)

University

15 Qs

VITAP Quiz-1

VITAP Quiz-1

University

10 Qs

R variable Data Type and Flow Control Quiz

R variable Data Type and Flow Control Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Kundan Kumar

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to assign a value to a variable in R?

x <- 5

x = 5

5 -> x

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to check the type of a variable in R?

typeof()

type()

variable_type()

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about variables in R?

Variables cannot store multiple data types.

Variables are case-sensitive.

Variable names can start with a number.

Variables name can have _

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create a numeric vector in R?

vector(1, 2, 3)

[1, 2, 3]

num(1, 2, 3)

c(1, 2, 3)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following code?

Error

1, 2, 3

2, 4, 6

3, 4, 5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly creates a list in R?

list("a", 1, TRUE)

c("a", 1, TRUE)

("a", 1, TRUE)

None

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access the third element of my_list as a List in R?

my_list[3]

my_list[[3]]

my_list$3

my_list(3)

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?