최신Microsoft Recertification for MCSD: Windows Store Apps using HTML5 - 070-490무료샘플문제
문제1
You are developing a Windows Store text editor app by using HTML5 and JavaScript.
Users must be able to select text within the app and then cut the text.
You need to enable the Cut feature.
Which code segments should you use? (Each correct answer presents part of the solution.
Choose all that apply.)

You are developing a Windows Store text editor app by using HTML5 and JavaScript.
Users must be able to select text within the app and then cut the text.
You need to enable the Cut feature.
Which code segments should you use? (Each correct answer presents part of the solution.
Choose all that apply.)

정답: A,B
설명: (KoreaDumps 회원만 볼 수 있음)
문제2
You need to implement the saveCredentials method.
Which code segment should you insert at line CM06?

You need to implement the saveCredentials method.
Which code segment should you insert at line CM06?

정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제3
You are developing a Windows Store app that will support the Play To feature.
You need to implement the user interface for the Play To feature.
What is the best approach to achieve the goal? More than one answer choice may achieve the goal. Select the BEST answer.
You are developing a Windows Store app that will support the Play To feature.
You need to implement the user interface for the Play To feature.
What is the best approach to achieve the goal? More than one answer choice may achieve the goal. Select the BEST answer.
정답: B
문제4
You add an element with an ID of MyFlexbox to newsPage.html.
You need to ensure that the layout for MyFlexbox meets the requirements.
Which layout should you choose?

You add an element with an ID of MyFlexbox to newsPage.html.
You need to ensure that the layout for MyFlexbox meets the requirements.
Which layout should you choose?

정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제5
HOTSPOT
You are developing a Windows Store app.
You plan to use Windows Push Notification Services (WNS) in the app.
You need to identify whether the system has disabled notifications globally.
How should you complete the relevant code? (To answer, select the correct code segment
from each drop-down list in the answer area.)


HOTSPOT
You are developing a Windows Store app.
You plan to use Windows Push Notification Services (WNS) in the app.
You need to identify whether the system has disabled notifications globally.
How should you complete the relevant code? (To answer, select the correct code segment
from each drop-down list in the answer area.)


정답:

문제6
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.

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.

정답:

문제7
You need to enable the loading of the daily schedule when the inspector launches the application.
Which class should you use?
You need to enable the loading of the daily schedule when the inspector launches the application.
Which class should you use?
정답: C
문제8
You need to test connection reliability.
What should you do?
You need to test connection reliability.
What should you do?
정답: A
문제9
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?
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?
정답: C