Download development software and more Essays (university) C programming in PDF only on Docsity!
1. You are developing a Universal Windows Platform (UWP) app that will be published to the Microsoft Store. You need to change the name of the app that will be displayed in the Store. Which file should you modify? A. App.xaml.cs B. Package.appxmanifest C. AssemblyInfo.cs D. Project.json 2. You are developing a Universal Windows Platform (UWP) app that will be published to the Microsoft Store. You need to ensure that the app can access removable storage drives. Which file should you modify? A. Package.appxmanifest B. Project.json C. Project.csproj D. App.xaml.cs
- DRAG DROP You are developing a Universal Windows Platform (UWP) app that will take photos. The app will be used across Windows 10 device families. You need to ensure that when the app runs on a phone, the app can use the built-in features of the phone. How should you complete the code? To answer, drag the appropriate code elements to the correct targets.Each element 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. Select and Place:
4. DRAG DROP
You are developing a Universal Windows Platform (UWP) app. While testing the app, you discover performance issues.You need to profile the performance of the app as the app runs. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place:
- You are developing a Universal Windows Platform (UWP) app. You plan to publish the app to the Microsoft Store. The app will have a 30-day trial mode. During the trial mode, you need to limit the number of exposed features. Which object should you use to ascertain whether the app is running in trial mode? A. CurrentApp B. ListingInformation C. Current D. Application
- DRAG DROPYou are developing a Universal Windows Platform (UWP) app named App1. App1 can be started by using Cortana. To start the app, users must be able to say “App1 play my music” or “App1 play music”. You need to write the Voice Command Definition (VCD) file to meet the requirement. How should you complete the code? Tо answer, drag the appropriate code elements to the correct targets. Each element 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. Select and Place:
- You have the following code: For each of the following statements, select Yes if the statement is true. Otherwise, select No. Hot Area:
- You are developing a Universal Windows Platform (UWP) app that has the following unit test.
You need to ensure that TestMethod1 appears in the Test Explorer window of Microsoft Visual Studio. What should you add? A. [TestCategory(“Enabled”)]before the UnitTest1 declaration B. [TestProperty(“Enabled”,”True”)]before the TestMethod1 declaration C. [TestClass]before the UnitTest1 declaration D. [TestProperty(“AutoStart”,”True”)] before the TestMethod1 declaration
- DRAG DROP You are developing a Universal Windows Platform (UWP) app that will provide users with the ability to assign tasks to their contacts. The app will have a button that users click to display their contact list. You need to develop the click event handler for the button. How should you complete the code? To answer, drag the appropriate code elements to the correct targets. Each element 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. Select and Place:
- DRAG DROP You are developing an app in Microsoft Visual Studio 2015. The source code is stored in a team project in Visual Studio Online. Visual Studio Online is configured to use Team Foundation version control. The team project is configured to use a Builds check-in policy. After you make some changes to the code, the project fails to build because of code errors. You need to provide another developer with the ability to review the code changes.
15. DRAG DROP
You are building a Universal Windows Platform (UWP) app. You need to ensure that users can start the app by using voice command in Cortana. Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place:
- HOTSPOT You have the following code: event1 += new PointerEventHandler(Target_PointerPressed); event2 += new PointerEventHandler(Target_PointerWheelChange); event3 += new PointerEventHandler(Target_PointerReleased); For each of the following statements, select Yes if the statement is true. Otherwise, select No. Hot Area:
17. DRAG DROP
On the details page, you render the picture of the computer inside an object of the Rectangle type. You need to implement the ability to rotate the rectangle that contains the picture. How should you complete the code? To answer, drag the appropriate code elements to the correct targets. Each element 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. Select and Place:
- DRAG DROP You are developing a Universal Windows Platform (UWP) app. The app manipulates accounts by using a class named Account that you developed. You need to automate tests for the debit method of the Account class. How should you complete the code? To answer, drag the appropriate code elements to the correct targets. Each element 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. Select and Place:
- DRAG DROP You are developing a Universal Windows Platform (UWP) app. All of the code sources are hosted in GitHub. You need to create a new branch in GitHub. What commands should you run? To answer, drag the appropriate values to the correct targets. Each value 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. Select and Place:
Which code should you insert at line 03? Develop the solution by selecting and arranging the required code blocks in the correct order. NOTE: You will not need all of the code segments. Select and Place:
- DRAG DROP You are developing a Universal Windows Platform (UWP) app. You need to create a grid that has three rows and two columns. The grid must contain a button located at the first row and the second column. How should you complete the code? To answer, drag the appropriate code elements to the correct targets. Each element 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. Select and Place
- What is the best control to use for the top-level navigation? More than one answer choice may achieve this goal. Select the BEST answer. A. SemanticZoom B. Pivot C. SplitView D. ListView
- You are developing a Universal Windows Platform (UWP) app. You need to convert a .resx file to a .resources file Which tool should you use? A. Resgen B. Regasm C. Winres D. Regsvcs
- You are developing a Universal Windows Platform (UWP) app that will be published to the Microsoft Store. You need to change the name of the app that will be displayed in the Store. Which file should you modify?
the app as the app runs. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place:
- You are developing a Universal Windows Platform (UWP) app. You plan to publish the app to the Microsoft Store. The app will have a 30-day trial mode. During the trial mode, you need to limit the number of exposed features. Which object should you use to ascertain whether the app is running in trial mode? A. CurrentApp B. ListingInformation C. Current D. Application
- DRAG DROP You are developing a Universal Windows Platform (UWP) app. You have the following XAML code. You need to localize the app so that it displays “Bonjour” if the current language in Windows is set to French. Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place
30. DRAG DROP
You are developing a Universal Windows Platform (UWP) app. You need to ensure that the app can respond to speech. How should you complete the code? To answer, drag the appropriate code elements to the correct targets.Each element 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. Select and Place:
- DRAG DROPYou are developing a Universal Windows Platform (UWP) app named App1. App1 can be started by using Cortana. To start the app, users must be able to say “App1 play my music” or “App1 play music”. You need to write the Voice Command Definition (VCD) file to meet the requirement. How should you complete the code? Tо answer, drag the appropriate code elements to the correct targets. Each element 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. Select and Place:
For each of the following statements, select Yes if the statement is true. Otherwise, select No. Hot Area:
- Your company uses Git repositories with topic branches and Microsoft Visual Studio for Universal Windows Platform (UWP) app development. You are developing a new feature for an app named App1. You need to provide three developers with the ability to review the code and provide comments in the code. Which action should you use from Visual Studio? A. Commit B. New Pull Request C. Request feedback D. Code Review
- You are developing a Universal Windows Platform (UWP) app that has the following unit test. You need to ensure that TestMethod1 appears in the Test Explorer window of Microsoft Visual Studio. What should you add?
A.
[TestCategory(“Enabled”)]before the UnitTest1 declaration B. [TestProperty(“Enabled”,”True”)]before the TestMethod1 declaration C. [TestClass]before the UnitTest1 declaration D. [TestProperty(“AutoStart”,”True”)] before the TestMethod1 declaration
- DRAG DROP You are developing a Universal Windows Platform (UWP) app that will provide users with the ability to assign tasks to their contacts. The app will have a button that users click to display their contact list. You need to develop the click event handler for the button. How should you complete the code? To answer, drag the appropriate code elements to the correct targets. Each element 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. Select and Place:
- DRAG DROP You are developing an app in Microsoft Visual Studio 2015. The source code is stored in a team project in Visual Studio Online. Visual Studio Online is configured to use Team Foundation version control. The team project is configured to use a Builds check-in policy. After you make some changes to the code, the project fails to build because of code errors. You need to provide another developer with the ability to review the code changes. Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place:
40. DRAG DROP
You are building a Universal Windows Platform (UWP) app. You need to ensure that users can start the app by using voice command in Cortana. Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place:
- HOTSPOT You have the following code: event1 += new PointerEventHandler(Target_PointerPressed); event2 += new PointerEventHandler(Target_PointerWheelChange); event3 += new PointerEventHandler(Target_PointerReleased); For each of the following statements, select Yes if the statement is true. Otherwise, select No. Hot Area:
42. DRAG DROP
You plan to use Microsoft Visual Studio Online for version control. You need to identify which actions must be performed before you can use Visual Studio Online for version control. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place:
- DRAG DROP You are developing a Universal Windows Platform (UWP) app. The app manipulates accounts by using a class named Account that you developed. You need to automate tests for the debit method of the Account class. How should you complete the code? To answer, drag the appropriate code elements to the correct targets. Each element 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. Select and Place:
- DRAG DROP You are developing a Universal Windows Platform (UWP) app. All of the code sources are hosted in GitHub. You need to create a new branch in GitHub. What commands should you run? To answer, drag the appropriate values to the correct targets. Each value 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. Select and Place: