70-482 無料問題集「Microsoft Advanced Windows Store App Dev using HTML5 and JavaScript」
DRAG DROP
You are developing a Windows Store app for an airline. The app will provide current flight
status information.
The app will display the flight status on the lock screen if the user grants permission.
You have the following requirements:
- Display a dialog box that requests access to the lock screen. - Display a message that indicates whether the user has granted access to the lock screen.
You need to ensure that the requirements are met.
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.)

You are developing a Windows Store app for an airline. The app will provide current flight
status information.
The app will display the flight status on the lock screen if the user grants permission.
You have the following requirements:
- Display a dialog box that requests access to the lock screen. - Display a message that indicates whether the user has granted access to the lock screen.
You need to ensure that the requirements are met.
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.)

正解:

You are developing a Window Store app by using JavaScript. The app will allow users to print documents by using a local printer.
The following code segment registers the print contract:

You need to ensure that the app uses the Devices charm to access printers. Which code segments should you insert at lines 02 and 05?

The following code segment registers the print contract:

You need to ensure that the app uses the Devices charm to access printers. Which code segments should you insert at lines 02 and 05?

正解:D
解答を投票する
You are developing a Windows Store app that uses Windows Push Notification Services (WNS). The app includes the following code:

The app must poll a notification service once a day and update the app tile with new
content.
You need to initiate polling.
Which code segment should you insert at line 05?


The app must poll a notification service once a day and update the app tile with new
content.
You need to initiate polling.
Which code segment should you insert at line 05?

正解:C
解答を投票する
HOTSPOT
You are developing a Windows Store app.
You have the following requirements.
- Ensure that the app complies with the Windows Store requirements before deploying the app to the Windows Store. - Minimize the number of components that you must install from the Windows Store Software Development Kit (SDK).
You need to install the SDK components.
Which features should you install? To answer, select or clear the appropriate check boxes in the answer area.

You are developing a Windows Store app.
You have the following requirements.
- Ensure that the app complies with the Windows Store requirements before deploying the app to the Windows Store. - Minimize the number of components that you must install from the Windows Store Software Development Kit (SDK).
You need to install the SDK components.
Which features should you install? To answer, select or clear the appropriate check boxes in the answer area.

正解:

