Home / CSE / Javascript - CS :: Animation

CSE :: Javascript - CS

  1. Which side of image map can be created using JavaScript?

  2. A.

     Server side

    B.

     Client side

    C.

     Both Server and Client side

    D.

     None of the mentioned


  3. Which is the attribute used to enable the Client-side image map?

  4. A.

     map

    B.

     area

    C.

     usemap

    D.

     all of the mentioned


  5. Which are the special tags used for image mapping?

  6. A.

     map and area

    B.

     map and usemap

    C.

     only map

    D.

     only usemap


  7. Which is the element that follows the use of “img”?

  8. A.

     area

    B.

     usemap

    C.

     map

    D.

     any element can follow the use of “img”


  9. What is the purpose of the area element?

  10. A.

     Area of the text

    B.

     Shape and coordinates of the hotspot

    C.

     Shape and area of the hotspot

    D.

     None of the mentioned


  11. Which of the following is not a navigator property?

  12. A.

     platform[]

    B.

     plugin[]

    C.

     userAgent[]

    D.

     all of the mentioned


  13. What is the purpose of the platform[] property in a navigator?

  14. A.

     Platform of the script

    B.

     Platform where the image map was designed

    C.

     Platform where the browser was compiled

    D.

     All of the mentioned


  15. What is the purpose of the preference method in a navigator?

  16. A.

     Set Browser preference

    B.

     Set Netscape preference

    C.

     Both Set Browser & Netscape preference

    D.

     None of the mentioned


  17. Which of the following is not a navigator method?

  18. A.

     postEnabled

    B.

     reference

    C.

     preference

    D.

     all of the mentioned


  19. What is the purpose of the userAgent property?

  20. A.

     Identifying the data

    B.

     Identifying the client

    C.

     Both Identifying the data and client

    D.

     None of the mentioned