PrepAway - Latest Free Exam Questions & Answers

Category: 70-482 (v.1)

Exam 70-482: Advanced Windows Store App Development using HTML5 and JavaScript (update December 5th, 2014)

How should you complete the relevant code?

DRAG DROP
You are developing 3 Windows Store app that uses a canvas object.
When the page loads, a blue rectangle must move across the canvas from left to right.
The following code calls the function to perform the animation:

You need to create the animateShape function.
How should you complete the relevant code? (To answer, drag the appropriate code
segments to the correct locations in the answer area.
Each code segment 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 three code segments should you use in sequence?

DRAG DROP
You are developing a Windows Store app that will display a list of items. Users should be
able to expand any list item to display valid actions for that item.
The JavaScript code includes the following elements:
• elemExpand represents the element to be expanded.
• elemAffected represents the adjacent element.
You need to animate the expansion action when the user clicks a list item.
Which three code segments should you use in sequence? To answer, move the appropriate
code segments from the list of code segments to the answer area and arrange them in the
correct order. Each code segment 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.

How should you complete the relevant code?

DRAG DROP
You are developing a Windows Store app by using HTML5 and JavaScript. The app will be
used in multiple geographic regions.
The default.html file contains the following code segment:
<code>
<input type=”text” placeholder=”USA”/> <br/>
<u!>
<li>Currency:USD</li> </ul>
</code>
The resources.resjson file contains the English (en-US) resources shown in the following
code segment:
<code>
{
“Country” : “USA”,
“ListElementl” : “Currency:USD”
}
</code>
The app must access string resources from the resources.resjson file. The data-win-res
attribute must be configured in the default.html file to globalize the app.
You need to modify the code segment to ensure that the app can be localized with minimum
effort.
How should you complete the relevant code? (To answer, drag the appropriate code
segments to the correct locations in the answer area.
Each code segment 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.)

How should you complete the relevant code?

HOTSPOT
You are developing a custom control named Modal Dialog for a Windows Store app.
The control must display product details when the user selects a product from a list. The
product details are contained within a variable named selectedProduct.
You need to correctly bind the product details to the source property of the ModalDialog control.
How should you complete the relevant code? (To answer, select the correct code segment
from each drop-down list in the answer area.)

You need to identify whether the app has permission to use the webcam

You are developing a Windows Store app that will access a device’s webcam. All necessary
device capabilities have been declared in the app manifest.
The app must not throw an error if the user has declined or revoked permission to the
webcam.
You need to identify whether the app has permission to use the webcam.
What should you do?

You need to implement the button functionality

DRAG DROP
You are developing 3 Windows Store game. The game uses a JavaScript library named
GetGame.js.
The game interface will include two buttons. One button will start a new game and one
button will cancel the game.
You need to implement the button functionality.
Develop the solution by arranging the code segments in the correct order. You will need all
of the code segments.


Page 10 of 17« First...89101112...Last »