{"id":595,"date":"2022-03-04T02:06:35","date_gmt":"2022-03-04T02:06:35","guid":{"rendered":"https:\/\/emorah.com\/story\/?p=595"},"modified":"2022-03-15T04:10:15","modified_gmt":"2022-03-15T04:10:15","slug":"html5-semantics-elements-fresco-play-mcqs-answers","status":"publish","type":"post","link":"https:\/\/emorah.com\/story\/fresco-play\/html5-semantics-elements-fresco-play-mcqs-answers\/","title":{"rendered":"HTML5 Semantics Elements Fresco Play MCQs Answers"},"content":{"rendered":"\n<p>HTML5 Semantics Elements Fresco Play MCQs Answers\\<\/p>\n\n\n\n<p><strong>Disclaimer:&nbsp;The main motive to provide this solution is to help and support those who are unable to do these courses due to facing some issue and having a little bit lack of knowledge. All of the material and information contained on this website is for knowledge and education purposes only.Try to understand these solutions and solve your Hands-On problems. (Not encourage copy and paste these solutions)<\/strong>no<\/p>\n\n\n\n<p><strong>HTML5 Page Basics<\/strong><\/p>\n\n\n\n<p>Q1.What is the HTML5 Stack?<\/p>\n\n\n\n<p>1. HTML5, PHP, JavaScript<\/p>\n\n\n\n<p>2. HTML5, CSS2, JavaScript<\/p>\n\n\n\n<p>3. HTML5, CSS3, JavaScript<\/p>\n\n\n\n<p>4. HTML5, PHP, MySQLShow Answer<\/p>\n\n\n\n<p>Answer: 3) HTML5, CSS3, JavaScript<\/p>\n\n\n\n<p>Q2.Which HTML5 tag would you use to define footer?<\/p>\n\n\n\n<p>1. foot<\/p>\n\n\n\n<p>2. body<\/p>\n\n\n\n<p>3. bottom<\/p>\n\n\n\n<p>4. footerShow Answer<\/p>\n\n\n\n<p>Answer: 4) footer<\/p>\n\n\n\n<p>Q3.What happens if you view a new HTML5 form input type in an older browser?<\/p>\n\n\n\n<p>1. The page will not load<\/p>\n\n\n\n<p>2. It reverts to standard text input<\/p>\n\n\n\n<p>3. The form will not load<\/p>\n\n\n\n<p>4. It does not show inputShow Answer<\/p>\n\n\n\n<p>Answer: 2) It reverts to standard text input<\/p>\n\n\n\n<p>Q4.What is the recommended method to detect browser compatibility for features?<\/p>\n\n\n\n<p>1. Use Modernizr<\/p>\n\n\n\n<p>2. Application automatically detects<\/p>\n\n\n\n<p>3. Use navigator.UserAgent method<\/p>\n\n\n\n<p>4. None of the optionsShow Answer<\/p>\n\n\n\n<p>Answer: 1) Use Modernizr<\/p>\n\n\n\n<p>Q5.Which of the following input controls represents a date (year, month, day) encoded according to ISO 8601 in Web Form 2.0?<\/p>\n\n\n\n<p>1. date<\/p>\n\n\n\n<p>2. datetime<\/p>\n\n\n\n<p>3. datetime-local<\/p>\n\n\n\n<p>4. monthShow Answer<\/p>\n\n\n\n<p>Answer: 1) date<\/p>\n\n\n\n<p>Q6.Which of the following tag represents an independent piece of content of a document in HTML5?<\/p>\n\n\n\n<p>1. article<\/p>\n\n\n\n<p>2. section<\/p>\n\n\n\n<p>3. nav<\/p>\n\n\n\n<p>4. footerShow Answer<\/p>\n\n\n\n<p>Answer: 1) article<\/p>\n\n\n\n<p><strong>Input Control Types<\/strong><\/p>\n\n\n\n<p>Q1.What are the new form elements introduced in HTML5?<\/p>\n\n\n\n<p>1. optgroup, button, keygen<\/p>\n\n\n\n<p>2. datalist, keygen, output<\/p>\n\n\n\n<p>3. optgroup, button, datalist<\/p>\n\n\n\n<p>4. datalist, keygen, buttonShow Answer<\/p>\n\n\n\n<p>Answer: 2) datalist, keygen, output<\/p>\n\n\n\n<p>Q2.Which of the following attributes triggers events when a form changes?<\/p>\n\n\n\n<p>1. onforminput<\/p>\n\n\n\n<p>2. onedit<\/p>\n\n\n\n<p>3. onchange<\/p>\n\n\n\n<p>4. onformchangeShow Answer<\/p>\n\n\n\n<p>Answer: 4) onformchange<\/p>\n\n\n\n<p>Q3.Which of the following tags represents a section of a document used for navigation?<\/p>\n\n\n\n<p>1. navigation<\/p>\n\n\n\n<p>2. footer<\/p>\n\n\n\n<p>3. section<\/p>\n\n\n\n<p>4. navShow Answer<\/p>\n\n\n\n<p>Answer: 4) nav<\/p>\n\n\n\n<p>Q4.Which of the following tags are no longer valid in HTML5?<\/p>\n\n\n\n<p>1. align<\/p>\n\n\n\n<p>2. span<\/p>\n\n\n\n<p>3. div<\/p>\n\n\n\n<p>4. pShow Answer<\/p>\n\n\n\n<p>Answer: 1) align<\/p>\n\n\n\n<p>Q5.Which Semantic element is best suitable for content, like a blog post, that is self-contained, independent, and can be republished?<\/p>\n\n\n\n<p>1. div<\/p>\n\n\n\n<p>2. aside<\/p>\n\n\n\n<p>3. section<\/p>\n\n\n\n<p>4. articleShow Answer<\/p>\n\n\n\n<p>Answer: 4) article<\/p>\n\n\n\n<p><strong>HTML5 Multimedia<\/strong><\/p>\n\n\n\n<p>Q1.Audio element can be programmatically controlled from __________<\/p>\n\n\n\n<p>1. JavaScript<\/p>\n\n\n\n<p>2. HTML<\/p>\n\n\n\n<p>3. CSS<\/p>\n\n\n\n<p>4. HTML or CSS or JavaScriptShow Answer<\/p>\n\n\n\n<p>Answer: 1) JavaScript<\/p>\n\n\n\n<p>Q2.HTML5 audio tag has a number of attributes to control the look and feel and various functionalities of the audio player. The following are attributes of HTML5 audio element, except ________<\/p>\n\n\n\n<p>1. controls<\/p>\n\n\n\n<p>2. stop<\/p>\n\n\n\n<p>3. autoplay<\/p>\n\n\n\n<p>4. srcShow Answer<\/p>\n\n\n\n<p>Answer: 2) stop<\/p>\n\n\n\n<p>Q3.Which attribute of the video tag specifies an image to be shown while the video is downloading?<\/p>\n\n\n\n<p>1. fig<\/p>\n\n\n\n<p>2. poster<\/p>\n\n\n\n<p>3. src<\/p>\n\n\n\n<p>4. imgShow Answer<\/p>\n\n\n\n<p>Answer: 2) poster<\/p>\n\n\n\n<p>Q4.You can embed a video player using __________<\/p>\n\n\n\n<p>1. source<\/p>\n\n\n\n<p>2. iframe<\/p>\n\n\n\n<p>3. src<\/p>\n\n\n\n<p>4. vidShow Answer<\/p>\n\n\n\n<p>Answer: 2) iframe<\/p>\n\n\n\n<p>Q5.The controls attribute adds audio\/video controls like PLAY, PAUSE and VOLUME.<\/p>\n\n\n\n<p>1. False<\/p>\n\n\n\n<p>2. TrueShow Answer<\/p>\n\n\n\n<p>Answer: 2) True<\/p>\n\n\n\n<p><strong>HTML5 Graphics<\/strong><\/p>\n\n\n\n<p>Q1.Scalable Vector Graphics are defined in which markup language?<\/p>\n\n\n\n<p>1. Native HTML<\/p>\n\n\n\n<p>2. HTML5<\/p>\n\n\n\n<p>3. DHTML<\/p>\n\n\n\n<p>4. XMLShow Answer<\/p>\n\n\n\n<p>Answer: 4) XML<\/p>\n\n\n\n<p>Q2.The following are true about Canvas, except __________<\/p>\n\n\n\n<p>1. Canvas draws graphics on the fly using JavaScript<\/p>\n\n\n\n<p>2. Canvas is well suited for intense graphics<\/p>\n\n\n\n<p>3. Canvas renders graphics pixel by pixel<\/p>\n\n\n\n<p>4. Each shape in Canvas is looked at as an objectShow Answer<\/p>\n\n\n\n<p>Answer: 4) Each shape in Canvas is looked at as an object<\/p>\n\n\n\n<p>Q3.Which is best suited for applications with large rendering areas, like Google maps?<\/p>\n\n\n\n<p>1. Canvas and SVG<\/p>\n\n\n\n<p>2. Canvas<\/p>\n\n\n\n<p>3. None of the options<\/p>\n\n\n\n<p>4. SVGShow Answer<\/p>\n\n\n\n<p>Answer: 4) SVG<\/p>\n\n\n\n<p>Q4.The following are true about SVG graphics, except ________<\/p>\n\n\n\n<p>1. Graphics in SVG are defined using JavaScript<\/p>\n\n\n\n<p>2. SVGs do not lose quality when zoomed<\/p>\n\n\n\n<p>3. Graphics in SVG are defined in XML<\/p>\n\n\n\n<p>4. SVG is mostly used for graphsShow Answer<\/p>\n\n\n\n<p>Answer: 1) Graphics in SVG are defined using JavaScript<\/p>\n\n\n\n<p>Q5.SVG is mostly useful for vector type diagrams like _________<\/p>\n\n\n\n<p>1. 3D Graphs<\/p>\n\n\n\n<p>2. Charts and 2D Graphs<\/p>\n\n\n\n<p>3. Charts and 3D Graphs<\/p>\n\n\n\n<p>4. 2D GraphsShow Answer<\/p>\n\n\n\n<p>Answer: 2) Charts and 2D Graphs<\/p>\n\n\n\n<p><strong>HTML5 APIs<\/strong><\/p>\n\n\n\n<p>Q1.Which of the following APIs can be used to suggest nearby restaurants in a restaurant finder app?<\/p>\n\n\n\n<p>1. Web Workers<\/p>\n\n\n\n<p>2. Local Storage<\/p>\n\n\n\n<p>3. Geolocation API<\/p>\n\n\n\n<p>4. Cache APIShow Answer<\/p>\n\n\n\n<p>Answer: 3) Geolocation API<\/p>\n\n\n\n<p>Q2.Which of the following new features of HTML5 can be used for long running tasks?<\/p>\n\n\n\n<p>1. App Cache<\/p>\n\n\n\n<p>2. Web Sessions<\/p>\n\n\n\n<p>3. Local Storage<\/p>\n\n\n\n<p>4. Web WorkersShow Answer<\/p>\n\n\n\n<p>Answer: 4) Web Workers<\/p>\n\n\n\n<p>Q3.Which of the following statements about Modernizr is true?<\/p>\n\n\n\n<p>1. It tries to find which browser is being used<\/p>\n\n\n\n<p>2. It detects which features the browser supports<\/p>\n\n\n\n<p>3. It augments browser features to support HTML5<\/p>\n\n\n\n<p>4. It modernizes the older browsersShow Answer<\/p>\n\n\n\n<p>Answer: 2) It detects which features the browser supports<\/p>\n\n\n\n<p>Q4.Application Cache enables __________<\/p>\n\n\n\n<p>1. Reduction of Server Load<\/p>\n\n\n\n<p>2. Higher Speed<\/p>\n\n\n\n<p>3. Offline Browsing<\/p>\n\n\n\n<p>4. All the optionsShow Answer<\/p>\n\n\n\n<p>Answer: 4) All the options<\/p>\n\n\n\n<p>Q5.Websites can store data on the user&#8217;s computer using Web Storage. How is Web Storage different from Cookies?<\/p>\n\n\n\n<p>1. Can store more data<\/p>\n\n\n\n<p>2. More secure<\/p>\n\n\n\n<p>3. Web Storage is faster<\/p>\n\n\n\n<p>4. All the optionsShow Answer<\/p>\n\n\n\n<p>Answer: 4) All the options<\/p>\n\n\n\n<p><strong>HTML5 Final Assessment<\/strong><\/p>\n\n\n\n<p>Q1.SVG graphics lose quality if they are zoomed or re-sized.<\/p>\n\n\n\n<p>1. False<\/p>\n\n\n\n<p>2. TrueShow Answer<\/p>\n\n\n\n<p>Answer: 1) False&nbsp;<\/p>\n\n\n\n<p>Q2.HTML5 is Backward Compatible.<\/p>\n\n\n\n<p>1. False<\/p>\n\n\n\n<p>2. TrueShow Answer<\/p>\n\n\n\n<p>Answer: 2) True&nbsp;<\/p>\n\n\n\n<p>Q3.Which HTML5 tag would you use to define footer?<\/p>\n\n\n\n<p>1. body<\/p>\n\n\n\n<p>2. footer<\/p>\n\n\n\n<p>3. bottom<\/p>\n\n\n\n<p>4. footShow Answer<\/p>\n\n\n\n<p>Answer: 2) footer&nbsp;<\/p>\n\n\n\n<p>Q4.Which of the following attributes triggers event when an element is dragged?<\/p>\n\n\n\n<p>1. ondragdrop<\/p>\n\n\n\n<p>2. ondragenter<\/p>\n\n\n\n<p>3. ondragevent<\/p>\n\n\n\n<p>4. ondragShow Answer<\/p>\n\n\n\n<p>Answer: 4) ondrag&nbsp;<\/p>\n\n\n\n<p>Q5.Which of the following tags represents an independent piece of content of a document in HTML5?<\/p>\n\n\n\n<p>1. footer<\/p>\n\n\n\n<p>2. article<\/p>\n\n\n\n<p>3. nav<\/p>\n\n\n\n<p>4. sectionShow Answer<\/p>\n\n\n\n<p>Answer: 2) article&nbsp;<\/p>\n\n\n\n<p>Q6.Which of the following input controls represents a date (year, month, day) encoded according to ISO 8601 in Web Form 2.0?<\/p>\n\n\n\n<p>1. date<\/p>\n\n\n\n<p>2. month<\/p>\n\n\n\n<p>3. datetime-local<\/p>\n\n\n\n<p>4. datetimeShow Answer<\/p>\n\n\n\n<p>Answer: 1) date&nbsp;<\/p>\n\n\n\n<p>Q7.SVG is mostly useful for vector type diagrams like _________<\/p>\n\n\n\n<p>1. 2D Graphs<\/p>\n\n\n\n<p>2. Charts and 2D Graphs<\/p>\n\n\n\n<p>3. Charts and 3D Graphs<\/p>\n\n\n\n<p>4. 3D GraphsShow Answer<\/p>\n\n\n\n<p>Answer: 2) Charts and 2D Graphs<\/p>\n\n\n\n<p>Q8.Which attribute of the video tag specifies an image to be shown while the video is downloading?<\/p>\n\n\n\n<p>1. fig<\/p>\n\n\n\n<p>2. img<\/p>\n\n\n\n<p>3. poster<\/p>\n\n\n\n<p>4. srcShow Answer<\/p>\n\n\n\n<p>Answer: 3) poster<\/p>\n\n\n\n<p>Q9.What are the new form elements introduced in HTML5?<\/p>\n\n\n\n<p>1. datalist, keygen, button<\/p>\n\n\n\n<p>2. datalist, keygen, output<\/p>\n\n\n\n<p>3. optgroup, button, datalist<\/p>\n\n\n\n<p>4. optgroup, button, keygenShow Answer<\/p>\n\n\n\n<p>Answer: 2) datalist, keygen, output<\/p>\n\n\n\n<p>Q10.Which of the following attributes triggers event when the window loses focus?<\/p>\n\n\n\n<p>1. lostfocus<\/p>\n\n\n\n<p>2. onbeforeload<\/p>\n\n\n\n<p>3. onlastfocus<\/p>\n\n\n\n<p>4. onblurShow Answer<\/p>\n\n\n\n<p>Answer: 4) onblur<\/p>\n\n\n\n<p>Q11.SVG is a __________<\/p>\n\n\n\n<p>1. Semantic Element<\/p>\n\n\n\n<p>2. Graphic Element<\/p>\n\n\n\n<p>3. Form Element<\/p>\n\n\n\n<p>4. Multimedia ElementShow Answer<\/p>\n\n\n\n<p>Answer: 2) Graphic Element<\/p>\n\n\n\n<p>Q12.It is mandatory that the doctype declaration is the first line of every HTML5 page.<\/p>\n\n\n\n<p>1. True<\/p>\n\n\n\n<p>2. FalseShow Answer<\/p>\n\n\n\n<p>Answer: 1) True<\/p>\n\n\n\n<p>Q13.Which is best suited for applications with large rendering areas, like Google maps?<\/p>\n\n\n\n<p>1. Canvas and SVG<\/p>\n\n\n\n<p>2. None of the options<\/p>\n\n\n\n<p>3. Canvas<\/p>\n\n\n\n<p>4. SVGShow Answer<\/p>\n\n\n\n<p>Answer: 4)&nbsp; SVG<\/p>\n\n\n\n<p>Q14.HTML5 tags are case sensitive.<\/p>\n\n\n\n<p>1. No<\/p>\n\n\n\n<p>2. YesShow Answer<\/p>\n\n\n\n<p>Answer: 1) No<\/p>\n\n\n\n<p>Q15.Which of the following attributes triggers events when a form changes?<\/p>\n\n\n\n<p>1. onchange<\/p>\n\n\n\n<p>2. onforminput<\/p>\n\n\n\n<p>3. onformchange<\/p>\n\n\n\n<p>4. oneditShow Answer<\/p>\n\n\n\n<p>Answer: 3) onformchange<\/p>\n\n\n\n<p>Q16.Audio element can be programmatically controlled from _________<\/p>\n\n\n\n<p>1. JavaScript<\/p>\n\n\n\n<p>2. HTML or CSS or JavaScript<\/p>\n\n\n\n<p>3. HTML<\/p>\n\n\n\n<p>4. CSSShow Answer<\/p>\n\n\n\n<p>Answer: 1) JavaScript<\/p>\n\n\n\n<p>Q17.Semantic HTML5 elements allows data to be shared and reused across applications, enterprises, and communities.<\/p>\n\n\n\n<p>1. True<\/p>\n\n\n\n<p>2. FalseShow Answer<\/p>\n\n\n\n<p>Answer: 1) True<\/p>\n\n\n\n<p>Q18.Which of the following are supported by HTML5?<\/p>\n\n\n\n<p>(I) Uppercase tagnames (II) Quotes are optional for attributes (III) Attribute values are optional (IV) Closing Empty elements is optional<\/p>\n\n\n\n<p>1. I,III,IV<\/p>\n\n\n\n<p>2. II,III,IV<\/p>\n\n\n\n<p>3. I,II,III,IV<\/p>\n\n\n\n<p>4. I,II,IIIShow Answer<\/p>\n\n\n\n<p>Answer: 3) I,II,III,IV<\/p>\n\n\n\n<p>Q19.The following are LocalStorage functions, except ________<\/p>\n\n\n\n<p>1. getItem()<\/p>\n\n\n\n<p>2. removeItem()<\/p>\n\n\n\n<p>3. getElementbyID()<\/p>\n\n\n\n<p>4. setItem()Show Answer<\/p>\n\n\n\n<p>Answer: 3) getElementbyID()<\/p>\n\n\n\n<p>Q20.The following are suited for game applications, except _________<\/p>\n\n\n\n<p>1. None of the options<\/p>\n\n\n\n<p>2. SVG<\/p>\n\n\n\n<p>3. Canvas<\/p>\n\n\n\n<p>4. Canvas and SVGShow Answer<\/p>\n\n\n\n<p>Answer: 2) SVG<\/p>\n","protected":false},"excerpt":{"rendered":"<p>HTML5 Semantics Elements Fresco Play MCQs Answers\\ Disclaimer:&nbsp;The main motive to provide this solution is to help and support those who are unable to do these courses due to facing some issue and having a little bit lack of knowledge. All of the material and information contained on this website [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":605,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":""},"categories":[156],"tags":[],"_links":{"self":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts\/595"}],"collection":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/comments?post=595"}],"version-history":[{"count":4,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts\/595\/revisions"}],"predecessor-version":[{"id":608,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts\/595\/revisions\/608"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/media\/605"}],"wp:attachment":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/media?parent=595"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/categories?post=595"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/tags?post=595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}