Loading, please wait...

R Programming MCQ Quiz (Multiple Choice Questions And Answers)

Search here for MCQs

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

11. What is output of getOption(“defaultPackages”) in R studio?

  • Installs a new package
  • Shows default packages in R
  • Error
  • Nothing will print

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

  • S
  • C
  • MATLAB
  • SAS

13. How many atomic vector types does R have?

  • 5
  • 6
  • 8
  • 10

14. What is the function to set row names for a data frame?

  • row.names()
  • colnames()
  • col.names()
  • column name cannot be set for a data frame

15. A single element of a character vector is referred as ________

  •  Character string
  • String
  • Data strings
  • Raw data