070-481 無料問題集「Microsoft Essentials of Developing Windows Store Apps using HTML5 and JavaScript」
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.)

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

正解:B、D
解答を投票する
DRAG DROP
You are developing a Windows Store travel-planning app. An array named dataArray stores information about travel categories.
The array is defined in the following code: The app must display the title and image for each travel category in a ListView control.

You need to define the HTML for the ListView control.
How should you complete the HTML? (To answer, drag each appropriate attribute or object to the correct location or locations in the answer area. Each attribute or object 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 travel-planning app. An array named dataArray stores information about travel categories.
The array is defined in the following code: The app must display the title and image for each travel category in a ListView control.

You need to define the HTML for the ListView control.
How should you complete the HTML? (To answer, drag each appropriate attribute or object to the correct location or locations in the answer area. Each attribute or object 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 two Windows Store apps named CameraApp and PhotoAlbum.
The apps must meet the following requirements:
CameraApp must have access to images on the local computer on which
CameraApp is running.
PhotoAlbum must be able to access the images from CameraApp.
You need to configure the deployment package settings for both apps to ensure that the requirements are met.
What should you do?
The apps must meet the following requirements:
CameraApp must have access to images on the local computer on which
CameraApp is running.
PhotoAlbum must be able to access the images from CameraApp.
You need to configure the deployment package settings for both apps to ensure that the requirements are met.
What should you do?
正解:D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
You develop a Windows Store app that plays music files stored locally on your computer. The app contains the following HTML markup. Line numbers are included for reference only.

You need to ensure that users can play music when the app is NOT displayed on the screen.
What should you do?


You need to ensure that users can play music when the app is NOT displayed on the screen.
What should you do?

正解:A
解答を投票する
You are developing a Windows Store app. The app includes a handler for the datarequested event.
A portion of the code for the event handler is shown in the following code segment:

The app must meet the following requirements: - The app must share an order tracking link with target apps. - The app must share URI-type data only. You need to ensure that the app meets the requirements.
Which code segment should you insert at line 05?

A portion of the code for the event handler is shown in the following code segment:

The app must meet the following requirements: - The app must share an order tracking link with target apps. - The app must share URI-type data only. You need to ensure that the app meets the requirements.
Which code segment should you insert at line 05?

正解:C
解答を投票する