| Exam Code/Number: | 70-481Join the discussion |
| Exam Name: | Essentials of Developing Windows Store Apps using HTML5 and JavaScript |
| Certification: | Microsoft |
| Question Number: | 116 |
| Publish Date: | May 27, 2026 |
|
Rating
100%
|
|
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 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.)
You are designing the architecture for the app.
You need to ensure that the logical design fulfills the design pattern requirements.
Which type of object should you create?
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?
You are developing a Windows Store app by using HTML5. The app will be optimized for accessibility.
The app must meet the following accessibility requirements: - Provide support for navigating all user interface elements.
- Provide support for invoking default functionality on the user interface. - Provide support for use of a computer keyboard.
You need to ensure that the app meets the accessibility requirements.
Which actions should you perform? (Each correct answer presents part of the solution. Choose all that apply.)