Q. . . . . . . . . will divert all subsequent output from the console to an external file.

  • (A) sink
  • (B) div
  • (C) exp
  • (D) exc
πŸ’¬ Discuss
βœ… Correct Answer: (A) sink

Q. Which of the following is used for Statistical analysis in R language?

  • (A) RStudio
  • (B) Studio
  • (C) Heck
  • (D) KStudio
πŸ’¬ Discuss
βœ… Correct Answer: (A) RStudio

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

  • (A) Util
  • (B) Lang
  • (C) Stats
  • (D) Spatial
πŸ’¬ Discuss
βœ… Correct Answer: (D) Spatial

Q. The entities that R creates and manipulates are known as . . . . . . . .

  • (A) objects
  • (B) task
  • (C) container
  • (D) packages
πŸ’¬ Discuss
βœ… Correct Answer: (A) objects

Q. Which of the following describes R language?

  • (A) Free
  • (B) Paid
  • (C) Available for free trial only
  • (D) Testing
πŸ’¬ Discuss
βœ… Correct Answer: (A) Free

Q. Is It possible to inspect the source code of R?

  • (A) Yes
  • (B) No
  • (C) Can't say
  • (D) Some times
πŸ’¬ Discuss
βœ… Correct Answer: (A) Yes

Q. Which of the following packages does not contain in "base" R system?

  • (A) utils, graphics
  • (B) mesh, compiler
  • (C) splines, stats4
  • (D) grDevices, datasets
πŸ’¬ Discuss
βœ… Correct Answer: (B) mesh, compiler

Q. In the expression x <- 4 in R, what is the class of 'x' as determined by the `class()' function?

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

Q. Functionality of R is divided into a number of . . . . . . . .

  • (A) Functions
  • (B) Domains
  • (C) Packages
  • (D) Files
πŸ’¬ Discuss
βœ… Correct Answer: (A) Functions

Q. Point out the wrong statement?

  • (A) Windows versions of R have other optional help system also
  • (B) The help.search command (alternatively ??) allows searching for help in various ways
  • (C) R is case insensitive as are most UNIX based packages, so A and a are different symbols and would refer to different variables
  • (D) $ R is used to start the R program
πŸ’¬ Discuss
βœ… Correct Answer: (C) R is case insensitive as are most UNIX based packages, so A and a are different symbols and would refer to different variables