Home / CSE / Javascript - CS :: Graphics and Rendering

CSE :: Javascript - CS

  1. What is the advantage of the code produced graphics being smaller than the images themselves?

  2. A.

     Bandwidth saving

    B.

     Increase in bandwidth

    C.

     Dynamic advantages

    D.

     None of the mentioned


  3. Which of the following uses a lot of CPU cycles?

  4. A.

     GUI

    B.

     Statically generated graphics

    C.

     Dynamically generated graphics

    D.

     All of the mentioned


  5. Which HTML element is used to include images?

  6. A.

     image

    B.

     img

    C.

     src

    D.

     sourceimg


  7. What is the purpose of image replacement?

  8. A.

     To replace an image

    B.

     To implement special effects

    C.

     Removal of image rollovers

    D.

     Implementation of image rollovers


  9. When is JavaScript called obtrusive?

  10. A.

     JavaScript code is medium sized

    B.

     JavaScript code is so small

    C.

     JavaScript code is so large

    D.

     All of the mentioned


  11. Which is a possible way of finding all the img elements in the document?

  12. A.

     document(images)

    B.

     document.images[]

    C.

     document(img)

    D.

     all of the mentioned


  13. Which of the following elements are used to include audio?

  14. A.

     audio

    B.

     video

    C.

     svg

    D.

     all of the mentioned


  15. Which of the following attributes are common to both audio and video?

  16. A.

     enter

    B.

     control

    C.

     controls

    D.

     all of the mentioned


  17. Which of the following is not the property of the video tag?

  18. A.

     width

    B.

     height

    C.

     breadth

    D.

     none of the mentioned


  19. Which of the following is the parameter used to invoke the Audio() constructor?

  20. A.

     File type

    B.

     Music type

    C.

     Both File and Music

    D.

     None of the mentioned