R Quiz

R Quiz

University

26 Qs

quiz-placeholder

Similar activities

DI (EM24) - Interacción (T2)

DI (EM24) - Interacción (T2)

University - Professional Development

21 Qs

Segurança de TI - Revisao

Segurança de TI - Revisao

University

21 Qs

Forms html

Forms html

KG - University

22 Qs

Computer Pretest1(Arduino Grade8_t1)

Computer Pretest1(Arduino Grade8_t1)

3rd Grade - University

25 Qs

Importance of AI

Importance of AI

2nd Grade - University

22 Qs

System Software (CSC098)

System Software (CSC098)

University

22 Qs

hardware y software

hardware y software

5th Grade - University

22 Qs

Algoritmos

Algoritmos

University

23 Qs

R Quiz

R Quiz

Assessment

Quiz

Computers

University

Hard

Created by

secondary purpose

Used 229+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How many types of R objects are present in R data type?

4

5

6

7

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of this programming language is a dialect of R?

C

Python

CPP

S

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In R the following are all atomic data types EXCEPT!

matrix

numeric

factor

list

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the class of the object defined by x <- c(4, TRUE)?

character

numeric

logical

integer

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose I have a list defined as x <- list(2, "a", "b", TRUE). How can I fetch character vector "b" from the list?

x[[2]]

x[2]

x[[3]]

x[3]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x <- 1:4 , y <- 2:3, x+y = ?

3,5,3,4

3,5,5,7

Warning with some output

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To extract first two rows from data frame, we do

data(c[1,2],)

data[c(1,2)]

data(c[1,2])

data[c(1,2),]

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?