PrepAway - Latest Free Exam Questions & Answers

Tag: Exam 70-480 (updated July 19th, 2017)

Exam 70-480: Programming in HTML5 with JavaScript and CSS3 (updated July 19th, 2017)

Which code segment should you use?

HOTSPOT
You are creating a web worker for an HTML5 application.
The following tasks must be performed from within the web worker:
Register an event listener for the web worker
Start and stop the web worker
You need to define a function that performs the required tasks.
Which code segment should you use? (To answer, select the appropriate option from the drop-down list in the
answer area.)
Hot Area:

Which line of code should you use?

You are developing a web page by using HTML5 and C5S3. The page includes a <div> tag with the ID set to
validate.
When the page is rendered, the contents of the <div> tag appear on a line separate from the content above and
below it. The rendered page resembles the following graphic.

The page must be rendered so that the <div> tag is not forced to be separate from the other content. The
following graphic shows the correctly rendered output.

You need to ensure that the page is rendered to meet the requirement.
Which line of code should you use?

You need to display the image by using the correct sema…

HOTSPOT
You are developing an HTML5 web application for displaying encyclopedia entries.
Each encyclopedia entry has an associated image that is referred to in the entry.You need to display the image by using the correct semantic markup.
What should you do? (To answer, select the appropriate options from the drop-down list in the answer area.)
Hot Area:

Which lines of code should you use?

HOTSPOT
You are developing an airline reservation website by using HTML5 and JavaScript. A page on the site allows
users to enter departure and destination airport information and search for tickets.
You have the following requirements:
Users must be able to save information in the application about their favorite destination airport.
The airport information must be displayed in the destination text box whenever the user returns to the page.
You need to develop the site to meet the requirements.
Which lines of code should you use? (To answer, select the appropriate options from the drop-down lists in the
answer area.)
Hot Area:

which container tags should you wrap the existing markup?

You are modifying an existing web page. The page is being optimized for accessibility. The current page
contains the following HTML.

Standards-compliant screen readers must be able to identify the links contained within the navigation structure
automatically.You need to create the navigation link structure in the page.
With which container tags should you wrap the existing markup?

Which code segments should you use?

You are creating a class named Consultant that must inherit from the Employee class. The Consultant class
must modify the inherited PayEmployee method. The Employee class is defined as follows.
function Employee() {}
Employee.prototype.PayEmployee = function ( ){
alert(‘Hi there!’);
}
Future instances of Consultant must be created with the overridden method.
You need to write the code to implement the Consultant class.
Which code segments should you use? (Each correct answer presents part of the solution. Choose two.)

You need to ensure that the slider control meets the re…

DRAG DROP
You are developing a web page for runners who register for a race. The page includes a slider control that
allows users to enter their age.
You have the following requirements:
All runners must enter their age.
Applications must not be accepted from runners less than 18 years of age or greater than 90 years.
The slider control must be set to the average age (37) of all registered runners when the page is first
displayed.You need to ensure that the slider control meets the requirements.
What should you do? (To answer, drag the appropriate word or number to the correct location in the answer
area. Each word or number may be used once, more than once, or not at all. You may need to drag the split
bar between panes or scroll to view content.)
Select and Place:


Page 23 of 24« First...10...2021222324