πŸ“Š R Programming
Q. A single element of a character vector is referred as . . . . . . . .
  • (A) Character string
  • (B) String
  • (C) Data strings
  • (D) Raw data
πŸ’¬ Discuss
βœ… Correct Answer: (A) Character string
πŸ“Š R Programming
Q. What will be the output of the following R program?
r<-0:10
r[2]
  • (A) 0
  • (B) 1
  • (C) 2
  • (D) 3
πŸ’¬ Discuss
βœ… Correct Answer: (B) 1
πŸ“Š R Programming
Q. Which Package contains most fundamental functions to run R?
  • (A) root
  • (B) child
  • (C) base
  • (D) parent
πŸ’¬ Discuss
βœ… Correct Answer: (C) base
πŸ“Š R Programming
Q. R is technically much closer to the Scheme language than it is to the original . . . . . . . . language.
  • (A) B
  • (B) C
  • (C) C++
  • (D) S
πŸ’¬ Discuss
βœ… Correct Answer: (D) S
πŸ“Š R Programming
Q. What is NaN called?
  • (A) Not a Number
  • (B) Not a Numeric
  • (C) Number and Number
  • (D) Number a Numeric
πŸ’¬ Discuss
βœ… Correct Answer: (A) Not a Number
πŸ“Š R Programming
Q. What will be the output of the following R function?
Sys.time()
  • (A) Tomorrow date and time
  • (B) Present date and time
  • (C) Some date
  • (D) Yesterday date and time
πŸ’¬ Discuss
βœ… Correct Answer: (B) Present date and time
πŸ“Š R Programming
Q. Version of R released to the public in 2000 was . . . . . . . .
  • (A) 1.0.0
  • (B) 1.0.3
  • (C) 2.0.1
  • (D) 1.1.0
πŸ’¬ Discuss
βœ… Correct Answer: (A) 1.0.0
πŸ“Š R Programming
Q. At higher level one "limitation" of R is that its functionality is based on . . . . . . . .
  • (A) Consumer demand
  • (B) User contributions
  • (C) User contributions and Consumer demand
  • (D) Lower level contributions
πŸ’¬ Discuss
βœ… Correct Answer: (C) User contributions and Consumer demand
πŸ“Š R Programming
Q. What will be the output of the following R program?
y <- 0:5
vector(y)
y[3]
  • (A) Error in vector(y): invalid 'mode' argument
  • (B) 1
  • (C) 4
  • (D) 3
πŸ’¬ Discuss
βœ… Correct Answer: (A) Error in vector(y): invalid 'mode' argument
πŸ“Š R Programming
Q. . . . . . . . . hosts many add-on packages that can be used to extend the functionality of R.
  • (A) CRAN
  • (B) GNU
  • (C) R studio
  • (D) 450
πŸ’¬ Discuss
βœ… Correct Answer: (A) CRAN