Q. R has many functions regarding . . . . . . . .

  • (A) Statistics, Biotechnology
  • (B) Probability, Microbiology
  • (C) Distributions, Physics
  • (D) Statistics, Probability, Distributions
πŸ’¬ Discuss
βœ… Correct Answer: (D) Statistics, Probability, Distributions

Q. In R language, a vector is defined that it can only contain objects of the . . . . . . . .

  • (A) Same class
  • (B) Different class
  • (C) Similar class
  • (D) Any class
πŸ’¬ Discuss
βœ… Correct Answer: (A) Same class

Q. Which of the following can be used to display the names of (most of) the objects which are currently stored within R?

  • (A) object()
  • (B) objects()
  • (C) list()
  • (D) class()
πŸ’¬ Discuss
βœ… Correct Answer: (B) objects()

Q. Which language is best for the statistical environment?

  • (A) C
  • (B) R
  • (C) Java
  • (D) Python
πŸ’¬ Discuss
βœ… Correct Answer: (B) R

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

  • (A) Tomorrow date
  • (B) Present date
  • (C) Some date
  • (D) Yesterday date
πŸ’¬ Discuss
βœ… Correct Answer: (B) Present date

Q. Which of the following is "Recommended" package in R?

  • (A) util
  • (B) lang
  • (C) stats
  • (D) spatial
πŸ’¬ Discuss
βœ… Correct Answer: (D) spatial

Q. What is the class defined by the following R code?
y<-c(2,”t”)

  • (A) Character
  • (B) Numeric
  • (C) Logical
  • (D) Integer
πŸ’¬ Discuss
βœ… Correct Answer: (A) Character

Q. What will be the output of the following R code?
x <- c(3, 7, NA, 4, 7)
y <- c(5, NA, 1, 2, 2)
x + y

  • (A) Symbol
  • (B) Missing Data
  • (C) 5
  • (D) 15.5
πŸ’¬ Discuss
βœ… Correct Answer: (B) Missing Data

Q. R is published under the . . . . . . . . General Public License version.

  • (A) A
  • (B) B
  • (C) C
  • (D) GNU
πŸ’¬ Discuss
βœ… Correct Answer: (D) GNU

Q. In 2004, . . . . . . . . purchased the S language from Lucent for $2 million.

  • (A) Insightful
  • (B) Amazon
  • (C) IBM
  • (D) TCS
πŸ’¬ Discuss
βœ… Correct Answer: (A) Insightful