Computer

Animation MCQs

Practice Animation MCQs for competitive exams.

Animation MCQs

Practice questions from this topic.

What is the purpose of the userAgent property?

  1. A. Identifying the data
  2. B. Identifying the client
  3. C. Both Identifying the data and client
  4. D. None of the mentioned
Report Error

Which of the following is not a navigator method?

  1. A. postEnabled
  2. B. reference
  3. C. preference
  4. D. all of the mentioned
Report Error

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

  1. A. Set Browser preference
  2. B. Set Netscape preference
  3. C. Both Set Browser & Netscape preference
  4. D. None of the mentioned
Report Error

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

  1. A. Platform of the script
  2. B. Platform where the image map was designed
  3. C. Platform where the browser was compiled
  4. D. All of the mentioned
Report Error

Which of the following is not a navigator property?

  1. A. platform[]
  2. B. plugin[]
  3. C. userAgent[]
  4. D. all of the mentioned
Report Error

What is the purpose of the area element?

  1. A. Area of the text
  2. B. Shape and coordinates of the hotspot
  3. C. Shape and area of the hotspot
  4. D. None of the mentioned
Report Error

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

  1. A. area
  2. B. usemap
  3. C. map
  4. D. any element can follow the use of “img”
Report Error

Which are the special tags used for image mapping?

  1. A. map and area
  2. B. map and usemap
  3. C. only map
  4. D. only usemap
Report Error

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

  1. A. map
  2. B. area
  3. C. usemap
  4. D. all of the mentioned
Report Error

Which side of image map can be created using JavaScript?

  1. A. Server side
  2. B. Client side
  3. C. Both Server and Client side
  4. D. None of the mentioned
Report Error

Which event handler is triggered when the user’s mouse moves away from a link?

  1. A. onMouseOver
  2. B. onMouseOut
  3. C. onMouse
  4. D. onMouseOnto
Report Error

Which event handler is triggered when the user’s mouse moves onto a link?

  1. A. onMouseOver
  2. B. onMouseOut
  3. C. onMouse
  4. D. onMouseOnto
Report Error