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


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

  4. A.

     Help window

    B.

     Extensive search

    C.

     Error correction

    D.

     Error detection


  5. Which symbol is used to start a comment?

  6. A.

     /

    B.

     $

    C.

     #

    D.

     None of the mentioned


  7. Which of the following is the assignment operator?

  8. A.

     <-

    B.

     ->

    C.

     =

    D.

     ==


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

  10. A.

     R

    B.

     T

    C.

     S

    D.

     Both R and S


  11. What is the limit to matrices in R?

  12. A.

     One dimensional

    B.

     Two dimensional

    C.

     Three dimensional

    D.

     No limit


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

  14. A.

     c()

    B.

     add(vectors)

    C.

     c(vectors)

    D.

     vectors.add


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

  16. A.

     Vectors

    B.

     Data frames

    C.

     Matrices

    D.

     None of the mentioned


  17. Which function is used to create data frames?

  18. A.

     data.frames()

    B.

     frame.data()

    C.

     data.frame()

    D.

     frame(data)


  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