Sail E0 Webinar

MCQs

Total Questions : 171 | Page 5 of 18 pages
Question 41. What is DOM in HTML?
  1.    Hierarchy of objects in ASP.NET
  2.    Application programming interface
  3.    None of the mentioned
  4.    Convention for representing and interacting with objects in html documents
 Discuss Question
Answer: Option D. -> Convention for representing and interacting with objects in html documents
Question 42. This is used to < meta http-equiv="X-UA-Compatible" content="IE=8" >
  1.    make web page incompatible only with IE8
  2.    make web page compatible only with IE8
  3.    mimic behaviour of IE8
  4.    None of the mentioned
 Discuss Question
Answer: Option C. -> mimic behaviour of IE8
Question 43. Which one of the following is an open source JavaScript library that enables styling for HTML5 elements in versions of Internet Explorer before IE 9 ?
  1.    None of the mentioned
  2.    HTML5 Shiv
  3.    HTML5
  4.    HTML5 Shim
 Discuss Question
Answer: Option B. -> HTML5 Shiv
Question 44. Which property is used to detect the browser’s user agent and code based on the pertinent cases?
  1.    navigator.user
  2.    return
  3.    navigator
  4.    navigator.userAgent
 Discuss Question
Answer: Option D. -> navigator.userAgent
Question 45. Which one of the following is not a step to install a library you need to perform the compatibility in browsers ?
  1.    None of the mentioned
  2.    Uncompress the file
  3.    Insert the following code inside the head tag
  4.    Download the library from the github location
 Discuss Question
Answer: Option A. -> None of the mentioned
Question 46. Modernizr does actually add missing functionalities to browsers save for the HTML5 tags styling support.
  1.    True
  2.    False
 Discuss Question
Answer: Option B. -> False
Question 47. ____________ allows you to add custom styles to the document and test an element afterwards.
  1.    testProp()
  2.    testAllProps()
  3.    modernizr.testStyles()
  4.    hasEvent()
 Discuss Question
Answer: Option C. -> modernizr.testStyles()
Question 48. ___________ is an open source JavaScript library that allows support for different levels of experiences based on the capabilities of each browser.
  1.    Modernizr
  2.    Navigator
  3.    Geolocation
  4.    Google API
 Discuss Question
Answer: Option A. -> Modernizr
Question 49. Some users have requested tests for IE’s float double margin bug, and support for position:fixed. Which API is suitable for them?
  1.    none of the mentioned
  2.    addTest() Plugin API
  3.    mq() media Plugin API
  4.    testAllProps() Plugin API
 Discuss Question
Answer: Option B. -> addTest() Plugin API
Question 50. ___________ is used to test whether geolocation is supported in old browsers.
  1.    Navigator.userAgent
  2.    Modernizr
  3.    Modernizr.js
  4.    Modernizr.geolocation
 Discuss Question
Answer: Option A. -> Navigator.userAgent

Latest Videos

Latest Test Papers