070-481 無料問題集「Microsoft Essentials of Developing Windows Store Apps using HTML5 and JavaScript」
HOTSPOT
You develop a Windows Store app that displays information for a conference. You use a ListView control to display the list of sessions that are available. Users can group sessions by track, speaker, or the day of the session. The app includes the following HTML markup. Line numbers are included for reference only.

For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.

You develop a Windows Store app that displays information for a conference. You use a ListView control to display the list of sessions that are available. Users can group sessions by track, speaker, or the day of the session. The app includes the following HTML markup. Line numbers are included for reference only.

For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.

正解:

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
解答を投票する
DRAG DROP
You are developing a Windows Store app. The app will be used to manage a task list.
The app has the following requirements:
- Support commands to add, remove, filter, and select all items in the task list.
- Support navigation to the previous screen.
You need to ensure that the commands are placed according to Microsoft design style guidelines.
Where should you place each command? (To answer, drag each command to the correct placement location. Each answer must be used only once. You may need to drag the split bar between panes or scroll to view content.)

You are developing a Windows Store app. The app will be used to manage a task list.
The app has the following requirements:
- Support commands to add, remove, filter, and select all items in the task list.
- Support navigation to the previous screen.
You need to ensure that the commands are placed according to Microsoft design style guidelines.
Where should you place each command? (To answer, drag each command to the correct placement location. Each answer must be used only once. You may need to drag the split bar between panes or scroll to view content.)

正解:

You develop a Windows Store app. The app is a memory game that displays a 6x6 grid of squares.
When the user taps or swipes a square, the square must flip over to display an image.
When testing the app, you find that swiping the tile does not cause it to flip over.
You need to ensure that the game responds correctly to user input.
Which event should you listen for?
When the user taps or swipes a square, the square must flip over to display an image.
When testing the app, you find that swiping the tile does not cause it to flip over.
You need to ensure that the game responds correctly to user input.
Which event should you listen for?
正解:B
解答を投票する
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
解答を投票する
HOTSPOT
You are developing a Windows Store app.
You need to ensure that a file that is launched by the app is handled when the app is activated.
Which code segment should you use? (To answer, select the correct option from the drop-down list in the answer area.)

You are developing a Windows Store app.
You need to ensure that a file that is launched by the app is handled when the app is activated.
Which code segment should you use? (To answer, select the correct option from the drop-down list in the answer area.)

正解:
