최신Microsoft Essentials of Developing Windows Store Apps using HTML5 and JavaScript - 70-481무료샘플문제
문제1
You are developing a Windows Store app.
The app must provide single sign-on (SSO) to a Microsoft account and to social networks.
The SSO feature must be accessible from any device.
You need to implement SSO.
Which authentication strategy should you use?
You are developing a Windows Store app.
The app must provide single sign-on (SSO) to a Microsoft account and to social networks.
The SSO feature must be accessible from any device.
You need to implement SSO.
Which authentication strategy should you use?
정답: A
문제2
You are developing a Windows Store app. The app includes the following HTML markup:

You are creating a Flexible Box layout for the application. The layout must be configured as shown in the following display.

The Flexible Box layout must conform to the following requirements:
- The Child2 DIV element must appear on the right side of the layout. - The Child1 DIV element must appear immediately to the left of Child2.
You need to add CSS to ensure that the requirements are met. Which CSS segment should you add to the style sheet?

You are developing a Windows Store app. The app includes the following HTML markup:

You are creating a Flexible Box layout for the application. The layout must be configured as shown in the following display.

The Flexible Box layout must conform to the following requirements:
- The Child2 DIV element must appear on the right side of the layout. - The Child1 DIV element must appear immediately to the left of Child2.
You need to add CSS to ensure that the requirements are met. Which CSS segment should you add to the style sheet?

정답: C
문제3
HOTSPOT
You are developing a Windows Store app by using HTML5 and JavaScript. The app defines the following objects:
- --
InkManager is an object to process and manipulate the ink-related data from the
stylus.
InkContext is an object to hold the surface context.
CurrentPenId is an object to restrict input processing to one stroke at a time.
The app must support the following requirements:
---
Support the use of a stylus input device.
Begin capturing input when the stylus first touches the screen.
Render stylus movements in real time.
You need to ensure that the requirements are met.
Which code segments should you use? (To answer, select the correct option from each drop-down list in the answer area.)


HOTSPOT
You are developing a Windows Store app by using HTML5 and JavaScript. The app defines the following objects:
- --
InkManager is an object to process and manipulate the ink-related data from the
stylus.
InkContext is an object to hold the surface context.
CurrentPenId is an object to restrict input processing to one stroke at a time.
The app must support the following requirements:
---
Support the use of a stylus input device.
Begin capturing input when the stylus first touches the screen.
Render stylus movements in real time.
You need to ensure that the requirements are met.
Which code segments should you use? (To answer, select the correct option from each drop-down list in the answer area.)


정답:

문제4
You add an element with an ID of MyFlexbox to newsPage.html.
You need to ensure that the layout for MyFlexbox meets the requirements.
Which layout should you choose?

You add an element with an ID of MyFlexbox to newsPage.html.
You need to ensure that the layout for MyFlexbox meets the requirements.
Which layout should you choose?

정답: B
문제5
You develop a Windows Store app that displays a map.
Users must be able to use pinch and stretch gestures to zoom in on and out from the map.
You need to implement touch input for the app by using the least amount of code.
What should you implement?
You develop a Windows Store app that displays a map.
Users must be able to use pinch and stretch gestures to zoom in on and out from the map.
You need to implement touch input for the app by using the least amount of code.
What should you implement?
정답: D
문제6
You need to ensure that the user can annotate news items according to the requirements. Which code segment should you insert at line NJ03?

You need to ensure that the user can annotate news items according to the requirements. Which code segment should you insert at line NJ03?

정답: A
문제7
You are developing a Windows Store app that will play video files stored locally on the user's computer. The app will support the Play To feature.
The app includes a button that must programmatically invoke the Play To flyout when pressed.
You need to ensure that clicking the button displays the Play To flyout.
Which code segment should you use?
You are developing a Windows Store app that will play video files stored locally on the user's computer. The app will support the Play To feature.
The app includes a button that must programmatically invoke the Play To flyout when pressed.
You need to ensure that clicking the button displays the Play To flyout.
Which code segment should you use?
정답: A
문제8
You are developing a newsreader app that provides users with daily aggregated articles from popular news sites.
You must allow users to share the URI of the articles.
The app must allow at least one of the following ways to share the URI:
- With another Windows Store app
- With the user's default web browser
You need to implement the sharing functionality.
Which property of the StandardDataFormats class should you use?
You are developing a newsreader app that provides users with daily aggregated articles from popular news sites.
You must allow users to share the URI of the articles.
The app must allow at least one of the following ways to share the URI:
- With another Windows Store app
- With the user's default web browser
You need to implement the sharing functionality.
Which property of the StandardDataFormats class should you use?
정답: B
문제9
You develop a Windows Store app that uses a peer-to-peer scenario. You submit the app
to the Windows Store.
The app fails Windows Store certification.
You need to ensure that the app meets Windows Store certification guidelines.
What should you do?
You develop a Windows Store app that uses a peer-to-peer scenario. You submit the app
to the Windows Store.
The app fails Windows Store certification.
You need to ensure that the app meets Windows Store certification guidelines.
What should you do?
정답: B
문제10
You need to ensure that the about.html page is displayed. Which code segment should you insert at line DF13?

You need to ensure that the about.html page is displayed. Which code segment should you insert at line DF13?

정답: A