Home / CSE / Javascript - CS :: Sockets

CSE :: Javascript - CS

  1. How many parameters does the method plot() accept?

  2. A.

     6

    B.

     7

    C.

     8

    D.

     9


  3. What is the need for bubble charts?

  4. A.

     Represent 2D data

    B.

     Represent 3D data

    C.

     Represent 2D and 3D data

    D.

     None of the mentioned


  5. Which of the following is the initial function used to create a bubble chart natively in R?

  6. A.

     init()

    B.

     chart(bubble)

    C.

     symbols()

    D.

     none of the mentioned


  7. What is the purpose of the method symbols in R?

  8. A.

     Draw symbols

    B.

     Draw other shapes

    C.

     Draw symbols and other shapes

    D.

     None of the mentioned


  9. How to save chart as a Window metafile?

  10. A.

     metafile()

    B.

     win.metafile()

    C.

     file()

    D.

     metawin()


  11. Which is the method used to save chart as a ps file?

  12. A.

     ps()

    B.

     postscript()

    C.

     script()

    D.

     post(script)


  13. Which of the following are methods used to save charts?

  14. A.

     pdf()

    B.

     jpeg()

    C.

     bmp()

    D.

     all of the mentioned


  15. Which is the method used to draw a bar plot?

  16. A.

     bar_plot()

    B.

     plot(bar)

    C.

     barplot()

    D.

     plotbar()


  17. What is the purpose of the method par()?

  18. A.

     Makes the text vertical

    B.

     Makes the text horizontal

    C.

     Makes the text diagonal

    D.

     None of the mentioned


  19. How many parameters does the WebPageTest API accept?

  20. A.

     5

    B.

     6

    C.

     7

    D.

     8