PrepAway - Latest Free Exam Questions & Answers

Category: 70-480 (v.1)

Exam 70-480: Programming in HTML5 with JavaScript and CSS3 (updated March 31, 2013)

Which line of code should you insert at line 03?

You are developing a web page that enables customers to upload documents to a web server.
The page includes an HTML5 PROGRESS element named progressBar that displays information about the
status of the upload.
The page includes the following code. (Line numbersare included for reference only.)

An event handler must be attached to the request object to update the PROGRESS element on the page.
You need to ensure that the status of the upload is displayed in the progress bar.
Which line of code should you insert at line 03?

Which JavaScript code segment should you use?

You are developing a customer web form that includes the following HTML.
<label id=”txtValue” </label>
Information from the web form is submitted to a webservice.
The web service returns the following JSON object.
{
“Confirmation”: “1234”,
“FirstName”: “John”
}
You need to display the Confirmation numberfrom the JSON response in the txtValue label field.
Which JavaScript code segment should you use?

Which code segment should you use to replace the Loader function?

You are developing an HTML5 web application that displays the current temperature whenever a button is
clicked.
The following code provides this functionality.

When the temperature is loaded, the status propertyon the loader instance does not change.
You need to ensure that the status property on the loader instance is updated when the temperature is
loaded.
Which code segment should you use to replace the Loader function?

Which code segments should you use?

You are creating a class named Consultant that mustinherit 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 withthe 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.)

which container tags should you wrap the existing markup?

You are modifying an existing web page. The page isbeing 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?


Page 1 of 712345...Last »