PrepAway - Latest Free Exam Questions & Answers

Category: 70-480 (v.5)

Exam 70-480: Programming in HTML5 with JavaScript and CSS3 (updated March 01st, 2017)

Which CSS style should you apply?

You are developing an application that retrieves a stock rate from an external web service. A web page displays a simple rotating animation to indicate whether the
stock rate is increased or decreased.
The default image, as shown in the following graphic, indicates unchanged or neutral.

The arrow must point down if the stock rate is decreased, as shown in the following graphic.

You need to ensure that the arrow points down when the stock rate decreases.
Which CSS style should you apply?

Which line of code should you insert at line 09?

You are developing a JavaScript library.
You have the following requirements:
Custom exceptions must include an error message and custom error number. These exceptions must be thrown when data validation errors occur. Developers
must call the library to easily catch the exception and identify the problem.
You develop the following code. (Line numbers are included for reference only.)

You need to complete the code to meet the requirements.
Which line of code should you insert at line 09?

Which CSS3 code should you use?

You are developing a web application by using HTML5.
You have the following requirements.
The color of a menu item must change when a user hovers over the item. The color of the menu item must change back to its original color after five seconds.
You need to ensure that the animation is applied to all menu items.
Which CSS3 code should you use?

Which line of code should you insert at line 04?

You are developing an application that processes order information. Thousands of orders are processed daily. The application includes the following code segment.
(Line numbers are included for reference only.)

The application must:
Display the number of orders processed and the number of orders remaining Update the display for every 25th record processed
You need to develop the application to meet these requirements.
Which line of code should you insert at line 04?

Which two code segments should you use?

You create the following JavaScript code:

You have the following requirements:

You must invoke a function that displays the vehicle information within the following HTML element: <div id=”display”x/div>
The output of the function must appear on the webpage as follows:
Vehicle Color is silver
Stay safe!
Vehicle TransmissionType is manual
Big machine!
You need to invoke the JavaScript function to display the required output in the HTML element.
Which two code segments should you use? (Each correct answer presents a complete solution.
Choose two.)


Page 18 of 24« First...10...1617181920...Last »