Home / CSE / Javascript - CS :: Sockets

CSE :: Javascript - CS

  1. Which type of comment is not supported in R?

  2. A.

     Single-line comments

    B.

     Multi-line comments

    C.

     Both Single-line & Multi-line comments

    D.

     Both Single-line & Multi-line comments

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. What is the usage of the keyword ? in R?

  4. A.

     Help window

    B.

     Extensive search

    C.

     Error correction

    D.

     Error detection

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. Which symbol is used to start a comment?

  6. A.

     /

    B.

     $

    C.

     #

    D.

     None of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. Which of the following is the assignment operator?

  8. A.

     <-

    B.

     ->

    C.

     =

    D.

     ==

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. Which of the following is a loosely-typed language?

  10. A.

     R

    B.

     T

    C.

     S

    D.

     Both R and S

    View Answer

    Workspace

    Discuss Discuss in Forum


  11. What is the limit to matrices in R?

  12. A.

     One dimensional

    B.

     Two dimensional

    C.

     Three dimensional

    D.

     No limit

    View Answer

    Workspace

    Discuss Discuss in Forum


  13. Which is the function used to add the vectors?

  14. A.

     c()

    B.

     add(vectors)

    C.

     c(vectors)

    D.

     vectors.add

    View Answer

    Workspace

    Discuss Discuss in Forum


  15. Which of the following list contains multiple data types?

  16. A.

     Vectors

    B.

     Data frames

    C.

     Matrices

    D.

     None of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  17. Which function is used to create data frames?

  18. A.

     data.frames()

    B.

     frame.data()

    C.

     data.frame()

    D.

     frame(data)

    View Answer

    Workspace

    Discuss Discuss in Forum


  19. What is the purpose of the method plot()?

  20. A.

     Displays symbols

    B.

     Displays charts

    C.

     Displays symbols and charts

    D.

     None of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum