최신Microsoft Advanced Windows Store App Dev using HTML5 and JavaScript - 070-482무료샘플문제
문제1
You need to enable debugging on the Personal Trainer app.
Which JavaScript project properties should you set? (Each correct answer presents part of the solution Choose all that apply.)
You need to enable debugging on the Personal Trainer app.
Which JavaScript project properties should you set? (Each correct answer presents part of the solution Choose all that apply.)
정답: A,D
설명: (ExamPassdump 회원만 볼 수 있음)
문제2
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.)

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.)

정답:

문제3
DRAG DROP
You are developing a Windows Store style app by using JavaScript. The app will send and receive encoded information and will display the encoded information to the user in a decrypted and recognizable state.
You need to appropriately decrypt the encoded information.
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.)

DRAG DROP
You are developing a Windows Store style app by using JavaScript. The app will send and receive encoded information and will display the encoded information to the user in a decrypted and recognizable state.
You need to appropriately decrypt the encoded information.
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.)

정답:

문제4
You need to implement the Printer Support error logging. Which code segment should you insert at line PS18?

You need to implement the Printer Support error logging. Which code segment should you insert at line PS18?

정답: D
문제5
You are developing a Windows Store app by using JavaScript.
The app will exchange small amounts of data with peerapps by using near field
communication, The peerapps run on other computers within range.
You need to advertise the app by using proximity tapping.
Which function call or calls should you use?

You are developing a Windows Store app by using JavaScript.
The app will exchange small amounts of data with peerapps by using near field
communication, The peerapps run on other computers within range.
You need to advertise the app by using proximity tapping.
Which function call or calls should you use?

정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제6
You are developing a Windows Store style app by using JavaScript.
You plan to use Windows Push Notification Services (WNS).
You need to register the app with WNS to receive push notifications.
Which credentials should you provide to WNS? (Each correct answer presents part of the
solution. Choose all that apply.)
You are developing a Windows Store style app by using JavaScript.
You plan to use Windows Push Notification Services (WNS).
You need to register the app with WNS to receive push notifications.
Which credentials should you provide to WNS? (Each correct answer presents part of the
solution. Choose all that apply.)
정답: A,B,E
문제7
You are developing a Windows Store app by using JavaScript. The app contains a custom C# Windows Runtime Metadata (WinMD) component.
You receive unexpected results when you run the app.
You need to ensure that you can debug the WinMD component while running the JavaScript app.
What should you do?
You are developing a Windows Store app by using JavaScript. The app contains a custom C# Windows Runtime Metadata (WinMD) component.
You receive unexpected results when you run the app.
You need to ensure that you can debug the WinMD component while running the JavaScript app.
What should you do?
정답: C
문제8
You are developing a Windows Store app that creates and prints personal ID badges. When the badge is completed, the app will display an image of the badge.
Users must be able to print completed ID badges. The app must adhere to printing guidelines for Windows Store apps.
You need to implement the printing strategy.
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 creates and prints personal ID badges. When the badge is completed, the app will display an image of the badge.
Users must be able to print completed ID badges. The app must adhere to printing guidelines for Windows Store apps.
You need to implement the printing strategy.
What is the best approach to achieve the goal? More than one answer choice may achieve the goal. Select the BEST answer.
정답: A
문제9
You are developing a Windows Store app that will display a greeting. You use the following JavaScript code to localize app content;

You plan to move the localization functionality from the JavaScript code to the HTML markup.
Which HTML markup segment should you use to localize the greeting?

You are developing a Windows Store app that will display a greeting. You use the following JavaScript code to localize app content;

You plan to move the localization functionality from the JavaScript code to the HTML markup.
Which HTML markup segment should you use to localize the greeting?

정답: D
설명: (ExamPassdump 회원만 볼 수 있음)