070-482 試験問題を無料オンラインアクセス
試験コード: | 070-482 |
試験名称: | Advanced Windows Store App Dev using HTML5 and JavaScript |
認定資格: | Microsoft |
無料問題数: | 175 |
更新日: | 2025-10-21 |
HOTSPOT
You need to ensure that the Printer Survey task populates the map pinpoints according to the requirements.
What code should you insert at line PM31? (To answer, select the correct code segment from each dropdown list in the answer area.)
You are developing a Windows Store app by using JavaScript.
The app will exchange small amounts of data with peerapps by using near field
communication, The peerapps run on other computers within range.
You need to advertise the app by using proximity tapping.
Which function call or calls should you use?
You are developing a custom tooltip control that inherits from an existing WinJS tooltip control. The custom control overrides the open ( ) method of the base control to extend the functionality. The following code segment depicts the structure of the method override.
Open: function (type) {
}
You need to ensure that the base method executes at the start of the override.
Which code segment should you use to call the base method?
You are developing a Windows Store app by using JavaScript. The app will use an accelerometer to detect user movements that affect the host device. (In the code segments, accelerometer is an instance of the sensor that is connected to the host device.)
The app must report user movement either once every five seconds or at the device's most frequent polling interval available, whichever is less frequent. You need to configure the accelerometer to meet the requirements. Which code segment should you use?
HOTSPOT
You are developing 3 Windows Store app that uses a canvas object.
When the page loads, a blue rectangle must move across the canvas from left to right.
The following code calls the function to perform the animation:
You need to create the animateShape function.
How should you complete the relevant code? (To answer, select the correct code segment from each drop-down list in the answer area.)