Q. In which year R-Core group was formed?

  • (A) 1993
  • (B) 1996
  • (C) 1997
  • (D) 1998
πŸ’¬ Discuss
βœ… Correct Answer: (C) 1997

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

  • (A) 2002
  • (B) 2003
  • (C) 2004
  • (D) 2005
πŸ’¬ Discuss
βœ… Correct Answer: (C) 2004

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

  • (A) "Everybody", "is", "a" , "warrior"
  • (B) Everybody*is*a*warrior
  • (C) Everybody", "is", "a" , "warrior
  • (D) "Everybody*is*a*warrior"
πŸ’¬ Discuss
βœ… Correct Answer: (B) Everybody*is*a*warrior

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

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

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

  • (A) Guided User Interface
  • (B) Graphical User Interface
  • (C) Guided Used Interface
  • (D) Graphical User Interval
πŸ’¬ Discuss
βœ… Correct Answer: (B) Graphical User Interface

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

  • (A) John Hopkins
  • (B) California
  • (C) Harvard
  • (D) Auckland
πŸ’¬ Discuss
βœ… Correct Answer: (D) Auckland

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

  • (A) Prints todays date
  • (B) Prints some date
  • (C) Prints exact present time and date
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (C) Prints exact present time and date

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

  • (A) 3.33
  • (B) 3.333
  • (C) 3.3333333
  • (D) 3.3333333333333333
πŸ’¬ Discuss
βœ… Correct Answer: (D) 3.3333333333333333

Q. Point out the wrong statement?

  • (A) R is a language for data analysis and graphics
  • (B) K is language for statistical modelling and graphics
  • (C) One key limitation of the S language was that it was only available in a commercial package, S-PLUS
  • (D) C is a language for data and graphics
πŸ’¬ Discuss
βœ… Correct Answer: (B) K is language for statistical modelling and graphics

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

  • (A) utilstats
  • (B) language
  • (C) expressions
  • (D) packages
πŸ’¬ Discuss
βœ… Correct Answer: (C) expressions