Which two code segments should you use?
You are developing a Windows Store app that includes a JavaScript class named Plane.
The Plane class includes the following JavaScript code. Line numbers are included for
reference only.
You need to complete the implementation of the Plane class.
Which two code segments should you use? Each correct answer presents part of the solution.
How should you complete the relevant code?
DRAG DROP
You are developing a Windows Store app.
You plan to use Windows Push Notification Services (WNS) in the app.
You need to identify whether the system has disabled notifications globally.
How should you complete the relevant code? (To answer, drag the appropriate code
segments to the correct locations in the answer area.
Each code segment may be used once, more than once, or not at all. You may need to
drag the split bar between panes or scroll to view content.)
Which two assembly identity attributes should you include in the source code?
You are developing an application that will be deployed to multiple computers. You set the
assembly name.
You need to create a unique identity for the application assembly.
Which two assembly identity attributes should you include in the source code? (Each correct
answer presents part of the solution. Choose two.)
Which HTML markup should you use?
Which type of delegate should you use?
You are developing an application.
You need to declare a delegate for a method that accepts an integer as a parameter, and
then returns an integer.
Which type of delegate should you use?
You need to ensure that CreateObject compiles successfully
How should you complete the relevant code?
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.)
which code segment should you replace line 24?
How should you complete the relevant code?
HOTSPOT
You are developing 3 Windows Store app by using JavaScript. Users will store sensitive
data in the app.
You need to ensure that the app encrypts data strings before saving them.
How should you complete the relevant code? (To answer, select the correct code segment
from the drop-down list in the answer area.)
Which code segment should you insert at line 06?
An application uses X509 certificates for data encryption and decryption. The application
stores certificates in the Personal certificates collection of the Current User store. On each
computer, each certificate subject is unique.
The application includes a method named LoadCertificate. The LoadCertificate() method
includes the following code. (Line numbers are included for reference only.)
The LoadCertificate() method must load only certificates for which the subject exactly
matches the searchValue parameter value.
You need to ensure that the LoadCertificate() method loads the correct certificates.
Which code segment should you insert at line 06?