Sail E0 Webinar

MCQs

Total Questions : 92 | Page 7 of 10 pages
Question 61. When the _____________ method is passed an animated image as its image argument, the user agent must use the poster frame of the animation, or, if there is no poster frame, the first frame of the animation.
  1.    measureText()
  2.    imageData()
  3.    drawImage()
  4.    none of the mentioned
 Discuss Question
Answer: Option C. -> drawImage()
Question 62. The ____________ method must create a new clipping region by calculating the intersection of the current clipping region and the area described by the current path, using the non-zero winding number rule.
  1.    fill()
  2.    stroke()
  3.    clip()
  4.    none of the mentioned
 Discuss Question
Answer: Option C. -> clip()
Question 63. The ____________ method must fill all the subpaths of the current path, using fillStyle, and using the non-zero winding number rule.
  1.    fill()
  2.    stroke()
  3.    clip()
  4.    none of the mentioned
 Discuss Question
Answer: Option A. -> fill()
Question 64. Which of the following methods must empty the list of subpaths so that the context once again has zero subpaths?
  1.    closePath()
  2.    beginPath()
  3.    moveTo(x, y)
  4.    none of the mentioned
 Discuss Question
Answer: Option B. -> beginPath()
Question 65. An API is an application programming interface consisting of methods and properties which allow the author to get or set data or execute commands to the user agent.
  1.    True
  2.    False
 Discuss Question
Answer: Option A. -> True
Question 66. Which of the following is not a type of attribute for input tag?
  1.    day
  2.    week
  3.    month
  4.    time
 Discuss Question
Answer: Option A. -> day
Question 67. The new __________ element is supposed to represent some form of extra details, such as a tooltip or revealed region that may be shown to a user.
  1.    progress
  2.    meter
  3.    details
  4.    menu
 Discuss Question
Answer: Option C. -> details
Question 68. The __________ element may contain not just links but also other interactive items, including the newly introduced command element.
  1.    progress
  2.    meter
  3.    details
  4.    menu
 Discuss Question
Answer: Option B. -> meter
Question 69. Which of the following allows the sandboxed iframe to run scripts from the same domain?
  1.    allow-same-origin
  2.    allow-forms
  3.    allow-scripts
  4.    none of the mentioned
 Discuss Question
Answer: Option C. -> allow-scripts
Question 70. The __________ attribute effectively renders the iframe as an inline include, which allows the parent document’s CSS to affect the contents of the iframe
  1.    allow-forms
  2.    seamless
  3.    embed
  4.    none of the mentioned
 Discuss Question
Answer: Option B. -> seamless

Latest Videos

Latest Test Papers