Microsoft Recertification for MCSD: Windows Store Apps using HTML5 - 070-490 FREE EXAM DUMPS QUESTIONS & ANSWERS

You need to enable the loading of the daily schedule when the inspector launches the application.
Which class should you use?
Correct Answer: B Vote an answer
HOTSPOT
You have a Windows Store app. You are reviewing code that caches data.
The code includes the following segment. Line numbers are included for reference only.
01 function setLocaiStorage(value) {
02 var storage = window.localStorage;
03 var value = document.getElement3yId('textToAdd').text;
04 storage.name = 'John';
05 storage.phone = ' 555-555-0100';
06 storage.message = value;
07 }
For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
Correct Answer:
You are developing a Windows Store app that will be used to display daily high temperatures and other weather conditions for five cities.
The app must meet the following requirements:
- A splash screen is displayed on the device until the data is retrieved from the Internet.
- The user must be able to view weather information as soon as the data is fully available.
You need to ensure that the splash screen is displayed at startup until the app has completed loading updated data.
Which actions can you perform to achieve this goal? (Each correct answer presents a complete solution. Choose all that apply.)
Correct Answer: A,B Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You are developing a Windows Store app. A page in the app contains the following HTML code:

The app must style a container element and two child elements to resemble the following image.

The grid layout must meet the following requirements:
- The Top section must be half the width of the Bottom section. - The solution must retain the proportions of the child sections in the event that the dimensions of any of the grid sections change.
You need to ensure that the proportions of the sections of the image are retained.
Which CSS segment should you add to your style sheet?
Correct Answer: D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You are developing a Windows Store app. The app includes a handler for the suggestions requested event. The empty event handler is shown in the following code. (Line numbers are included for reference only.)

The app must meet the following requirements:
- Provide an app-defined list of choices in the Search pane that responds to user query text changes. - Provide suggested search topics only when the user enters a query that contains the text "products".
You need to add code to meet the requirements.
Which code segment should you insert at line 02?
Correct Answer: A Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You are developing a Windows Store app.
You need to adjust the size of the on-screen text based on the current app window size by using media queries.
What media query feature should you listen for?
Correct Answer: B Vote an answer
DRAG DROP
You develop a Windows Store app that uses several new user interface features.
You need to declare capabilities in the application manifest so that you can submit the app to the Windows Store.
How should you complete the relevant markup? (To answer, drag the appropriate markup segments to the correct locations in the answer area. Each markup 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.)
Correct Answer:
DRAG DROP
You develop a Windows Store app.
You need to implement a testing strategy for the app.
Which actions should you perform? To answer, drag the appropriate actions to the correct targets. Each answer 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.
Correct Answer:
HOTSPOT
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, select the correct code segment from each drop-down list in the answer area.)

Correct Answer:
0
0
0
10