R History & Basics 4

R Basic Quiz: The R language is a free and open source language developed by Ross Ihaka and Robert Gentleman in 1991 at the University of Auckland, New Zealand. The R Language is used for statistical computing and graphics to clean, analyze, and graph your data.

1. The public version of R released in 2000 was

 
 
 
 

2. The wrong statement from the following is:

 
 
 
 

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

 
 
 
 

4. which of the following is a “base” package for R language?

 
 
 
 

5. One limitation of R is that its functionality is based on _________

 
 
 
 

6. The “base” R system can be downloaded from

 
 
 
 

7. R is published under the ______ General Public License version.

 
 
 
 

8. The primary R system is available from the ______

 
 
 
 

9. The following packages do not contain in “base” R system?

 
 
 
 

10. R Runs on the _________ operating system

 
 
 
 

11. Which of the following is the wrong statement:

 
 
 
 

12. What is the output of getOption(“defaultPackages”) in R Studio?

 
 
 
 

13. Which package contains most fundamental functions to run R?

 
 
 
 

14. R funtionality is divided into a number of _______

 
 
 
 

15. Advanced users of R can write _______ code to manipulate R objects directly

 
 
 
 

16. Which of the following is a recommended package in R

 
 
 
 

17. In which year the R-Core Team was formed?

 
 
 
 

18. The primary source code copyright for R is held by the