Applications PA and OA Exam with Multiple Choices
(250+ Questions and Correct Answers) Guaranteed Pass Score
1. HTML5 APIs can be used to:
s s s s s
A) determine how to display HTML elements in your Web pages.
s s s s s s s s s
B) call another location in the Web page or a separate Web page when the APIis selecte
s s s s s s s s s s s s s s s s
d.
C) provide a development environment that enables the seamless use ofpropriet
s s s s s s s s s s
ary browser plug-ins.
s s
D) create apps for mobile devices.: create apps for mobile devices.
s s s s s s s s s
2. HTML5 has introduced specific elements to structure Web pages. In whichstructure
s s s s s s s s s s s s
element should you include hypertext menus to access various pages of the Web site?
s s s s s s s s s s s s s
A) The <article> structure element
s s s
B) The <aside> structure element
s s s
C) The <nav> structure element
s s s
D) The <section> structure element: The <nav> structure element
s s s s s s s
3. What is an advantage of using HTML5 APIs when designing Web pages formobile dev
s s s s s s s s s s s s s s
ices?
1s/s55
,A) HTML5 APIs use fewer resources than a proprietary browser plug-
s s s s s s s s s
in does,such as battery power and CPU memory.
s s s s s s s s
B) HTML5 APIs streamline the application of proprietary browser plug-
s s s s s s s s
inswhen plug-ins are included in Web pages designed for mobile devices.
s s s s s s s s s s s
C) HTML5 APIs make Web pages non-
s s s s s
responsive to varying user screen sizes,thereby saving battery power and CPU memory.
s s s s s s s s s s s s
D) HTML5 APIs eliminate the need for Cascading Style Sheets, thereby savingbattery po
s s s s s s s s s s s s
wer and CPU memory.: HTML5 APIs use fewer resources than a pro-
s s s s s s s s s s s
prietary browser plug-in does, such as battery power and CPU memory.
s s s s s s s s s s s
4. Code validation is the process of:
s s s s s
A) creating code that responds to user screen size.
s s s s s s s
B) accessing another point in a Web page or separate Web page.
s s s s s s s s s s
C) determining how to display HTML elements in your Web page.
s s s s s s s s s
D) checking your code to verify that it complies with the syntax rules for yourchosen sta
s s s s s s s s s s s s s s s
ndard.: checking your code to verify that it complies with the syntax rulesfor your chosen stand
s s s s s s s s s s s s s s s s
ard.
5. Consider the following HTML code:s s s s
2s/s55
,<audio>
<source src="audio.mp3" type="audio/mpeg" />
s s s
<source src="audio.wav" type="audio/wav" />
s s s
<source src="audio.ogg" type="audio/ogg" />
s s s
Your browser does not support the HTML5 audio element.
s s s s s s s s
3s/s55
, </audio>
Which attribute and value must you add to the <audio> element to incorporatedefault au
s s s s s s s s s s s s s s
dio operations such as Play, Pause, Volume, etc.?
s s s s s s s
A) controls="controls"
B) controls="default"
C) controls="audio"
D) controls="yes": controls="controls" s
6. Which of the following can be considered a benefit of developing Web pagesusing the "
s s s s s s s s s s s s s s s
Web development trifecta"?
s s
A) You can create Web pages without the need for page structure elements todefine the
s s s s s s s s s s s s s s
s document structure. s
B) You can create Web pages without the need for hyperlinks.
s s s s s s s s s
C) You can create Web pages that no longer need to be validated to an HTMLstandard i
s s s s s s s s s s s s s s s s
n order to properly render in any browser or device.
s s s s s s s s s
D) You can createWeb pages that easily adapt to smartphones, tablets, gamingdevices a
s s s s s s s s s s s s s
nd smartTVs, as well as to traditional computers.: You can create Webpages that easily ada
s s s s s s s s s s s s s s s s
4s/s55