Home / CSE MCQs / R Programming MCQs :: R Programming R – History, Overview

CSE MCQs :: R Programming MCQs

  1. Files containing R scripts ends with extension :
  2. A.
    .S
    B.
    .R
    C.
    .Rp
    D.
    All of the mentioned

  3. In 2004, ________ purchased the S language from Lucent for $2 million.
  4. A.
    Insightful
    B.
    Amazon
    C.
    IBM
    D.
    All of the mentioned

  5. Point out the wrong statement :
  6. 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.
    None of the mentioned

  7. R functionality is divided into a number of ________
  8. A.
    Packages
    B.
    Functions
    C.
    Domains
    D.
    All of the mentioned

  9. Which of the following is "Recommended package in R ?
  10. A.
    util
    B.
    lang
    C.
    stats
    D.
    spatial

  11. Advanced users can write ___ code to manipulate R objects directly.
  12. A.
    C
    B.
    C++
    C.
    Java
    D.
    None of the mentioned

  13. Elementary commands in R consist of either _______ or assignments.
  14. A.
    utilstats
    B.
    language
    C.
    expressions
    D.
    None of the mentioned

  15. Command lines entered at the console are limited to about ________ bytes.
  16. A.
    3000
    B.
    4095
    C.
    5000
    D.
    None of the mentioned

  17. Which of the following will start the R program ?
  18. A.
    $ R
    B.
    R
    C.
    * R
    D.
    All of the mentioned