070-481 試験問題を無料オンラインアクセス
試験コード: | 070-481 |
試験名称: | Essentials of Developing Windows Store Apps using HTML5 and JavaScript |
認定資格: | Microsoft |
無料問題数: | 116 |
更新日: | 2025-09-03 |
HOTSPOT
You are developing a Windows Store game.
The app tile must display the user's name and current high score.
The following image displays various app tiles.
Select the correct answer from each list based on the information presented in the image. Each correct selection is worth one point.
You need to implement the code to meet the requirements regarding the display of the newsPage.html page.
Which HTML element should you insert at line NH06?
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?
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 that includes a handler for the onactivated event.
A portion of the event handler is shown in the following code. (Line numbers are included for reference only.)
You need to ensure that the app responds to printing requests from the Devices charm.
Which code segment should you insert at line 04?