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

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. How to save chart as a Window metafile?

  10. A.

     metafile()

    B.

     win.metafile()

    C.

     file()

    D.

     metawin()

    View Answer

    Workspace

    Discuss Discuss in Forum


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

  12. A.

     ps()

    B.

     postscript()

    C.

     script()

    D.

     post(script)

    View Answer

    Workspace

    Discuss Discuss in Forum


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

  14. A.

     pdf()

    B.

     jpeg()

    C.

     bmp()

    D.

     all of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


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

  16. A.

     bar_plot()

    B.

     plot(bar)

    C.

     barplot()

    D.

     plotbar()

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


  19. How many parameters does the WebPageTest API accept?

  20. A.

     5

    B.

     6

    C.

     7

    D.

     8

    View Answer

    Workspace

    Discuss Discuss in Forum