Vidyalelo
R Programming · all questions

Introduction to R Programming
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

155

Questions

6/8

Page

Pick an option on a question to see the right answer and solution.

What will be the output of the following R function?
Sys.time()

Select an option to see the answer and solution.

Version of R released to the public in 2000 was . . . . . . . .

Select an option to see the answer and solution.

At higher level one "limitation" of R is that its functionality is based on . . . . . . . .

Select an option to see the answer and solution.

What will be the output of the following R program?
y <- 0:5
vector(y)
y[3]

Select an option to see the answer and solution.

. . . . . . . . hosts many add-on packages that can be used to extend the functionality of R.

Select an option to see the answer and solution.

What are the typeof(x) and mode(x) in the following R syntax?
x<-1:3

Select an option to see the answer and solution.

R files has an extension . . . . . . . .

Select an option to see the answer and solution.

How do you create an integer suppose 5 in R?

Select an option to see the answer and solution.

Why learning R becomes tough?

Select an option to see the answer and solution.

Advanced users can write . . . . . . . . code to manipulate R objects directly.

Select an option to see the answer and solution.

R language has superficial similarity with . . . . . . . .

Select an option to see the answer and solution.

How many atomic vector types does R have?

Select an option to see the answer and solution.

What is the length of b?
b <- 2:7

Select an option to see the answer and solution.

What will be the output of the following R function?
d <- diag(5, nrow=2, ncol=2)
d

Select an option to see the answer and solution.

The dimension attribute is itself an integer vector of length . . . . . . . .

Select an option to see the answer and solution.

A single element of a character vector is referred as . . . . . . . .

Select an option to see the answer and solution.

What will be the output of the following R program?
r<-0:10
r[2]

Select an option to see the answer and solution.

Which Package contains most fundamental functions to run R?

Select an option to see the answer and solution.

R is technically much closer to the Scheme language than it is to the original . . . . . . . . language.

Select an option to see the answer and solution.

What is NaN called?

Select an option to see the answer and solution.