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

5/8

Page

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

In 1991, R was created by Ross Ihaka and Robert Gentleman in the Department of Statistics at the University of . . . . . . . .

Select an option to see the answer and solution.

What will be the output of the following R function?
d <- date()
d

Select an option to see the answer and solution.

What will be the output of the following R code?
options(digits = 16)
20/6

Select an option to see the answer and solution.

Point out the wrong statement?

Select an option to see the answer and solution.

Elementary commands in R consist of either . . . . . . . . or assignments.

Select an option to see the answer and solution.

What will be the output of the following R code?
> x <- 1
> print(x)

Select an option to see the answer and solution.

Collection of objects currently stored in R is called as . . . . . . . .

Select an option to see the answer and solution.

You can download "base" R system from . . . . . . . .

Select an option to see the answer and solution.

Matrices can be created by row-binding with the help of the following function.

Select an option to see the answer and solution.

If the code is stored in the external file, which of the following function is used to call them to a working directory?

Select an option to see the answer and solution.

R language is a dialect of which of the following languages?

Select an option to see the answer and solution.

What is the meaning of "<-"?

Select an option to see the answer and solution.

Modification in Dundas BI is done . . . . . . . .

Select an option to see the answer and solution.

Which programming language is more based on the results?

Select an option to see the answer and solution.

How could be the matrix constructed by using the following R code?
m <- matrix(1:6, nrow = 2, ncol = 3)

Select an option to see the answer and solution.

In which year R-Core group was formed?

Select an option to see the answer and solution.

In . . . . . . . . Insightful purchased the S language from Lucent for $2 million.

Select an option to see the answer and solution.

What will be the output of the following R function?
cat("Everybody", "is", "a", “warrior”,sep="*")

Select an option to see the answer and solution.

A list is represented as a vector but can contain objects of . . . . . . . .

Select an option to see the answer and solution.

Full Form of GUI is . . . . . . . .

Select an option to see the answer and solution.