PrepAway - Latest Free Exam Questions & Answers

Category: 70-480

Exam 70-480: Programming in HTML5 with JavaScript and CSS3

Which line or lines of code should you use?

DRAG DROP
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 to 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 line or lines of code should you use? (To answer, drag the appropriate command or commands from the list of commands to the correct location or locations in the work area. Each line of code 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.)

Which two code segments should you use? (Each correct answer presents part of the solution

You are creating a class named Sedan that must inherit from the Car class. The Sedan class must modify the inherited fourDoor () method.
The Car class is defined as follows.

Future instances of Sedan must be created with the overridden method. You need to write the code to implement the Sedan class. Which two code segments should you use? (Each correct answer presents part of the solution. Choose two.)

Which HTML5 element should you use?

You are developing an HTML5 web application for a surveyor company that displays topographic images.
The application must:
Display the topographic images at different zoom levels without loss of detail
Print the topographic images without loss of detail
Work from only one source file for each topographic image
You need to ensure that the topographic images display according to the requirements.
Which HTML5 element should you use?

How should you build the code segment?

DRAG DROP
An HTML page has a CANVAS element. You need to drawa red rectangle on the CANVAS element dynamically. The rectangle should resemble the following graphic.

How should you build the code segment? (To answer, drag the appropriate line of code to the correct location.
Each line of code 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.)

Which tag should you use?

You are modifying a website.
The body of the page will be divided into two sections:
A content section will contain blog posts and comments.
An area on the right-hand side will contain advertisements.
The page is defined by the following HTML.

The site must conform to HTML5 standards and must use HTML5 semantic tags.
You need to ensure that the advertisements are on the rightmost section of the page.
Which tag should you use?


Page 7 of 7« First...34567