Get Develop Windows 10 applications Microsoft Quiz Answers
Learn how to develop, test, and deploy Windows 10 applications.
Prerequisites:
- A computer running the current release of Windows 10. To verify that you are running the latest version, go to Settings > Windows Update.
- Basic knowledge of C# or similar programming language.
Enroll on Microsoft
Module 1: Introduction to Windows 10 development
Learn the basics of Windows 10 development, and get your computer ready for writing Windows apps.
Learning objectives:
In this module, you will:
- Learn about the key Windows development platforms.
- Be introduced to the Windows Insider Program.
Prerequisites:
- A computer that’s running the current release of Windows 10. To verify that you’re running the latest version, go to Settings > Windows Update.
This module is part of these learning paths:
Quiz 1: Summary
Q1. What is the name of the tool you should use to write Windows 10 apps?
- XCode
- Visual Studio
- Android Studio
- Text Editor & Command Line
Q2. When will you use the XAML markup language in Windows app development?
- To define user interfaces in UWP and WPF apps.
- To render visual elements in all apps using .NET.
- XAML is auto-generated, and you’ll never directly interact with it.
Q3. You need to install .NET workloads if you’re developing the following types of apps:
- UWP and WinForms
- WPF only
- WPF and WinForms
Q4. What does a Windows developer account allow you to do?
- Download and use Visual Studio.
- Join the Windows Insider Program.
- Enable Developer Mode on your machine.
- Submit your app to the Windows Store.
Q5. What is NOT true about the Windows Insider Program?
- The Windows Insider Program is for active developers only.
- Prerelease builds might be unstable.
- Microsoft will collect information from your device, to help identify issues and improve the user experience.
Module 2: Getting started with Visual Studio for Windows 10 app development
Visual Studio is the development tool used to create, debug, and deploy Windows 10 applications.
Learning objectives:
In this module, you will:
- Learn the key features of Visual Studio.
- Build a simple app by using Visual Studio.
- Debug a Windows 10 app.
- Use themes and other Visual Studio features.
Prerequisites:
- A computer running the current release of Windows 10. To verify that you’re running the latest version, go to Windows Update in Settings.
- On the same computer, Visual Studio 2022.
This module is part of these learning paths:
Quiz 1: Summary
Q1. In Visual Studio, what does a solution consist of?
- A solution contains a single project and its related resources.
- A solution and a project are the same thing.
- A solution contains one or more projects.
Q2. Which Visual Studio feature do we recommend using first when you debug your apps?
- Set breakpoints in your code, and inspect the values of variables at those breakpoints.
- Automatically add print statements to your code.
- Step line by line through your code.
Q3. How is NuGet used in Windows app development?
- NuGet is a type of almond-based confectionery, used for snacking.
- NuGet allows you to browse the package catalog and incorporate external packages in your UWP and .NET applications.
- NuGet helps you install and update the essentials for UWP and .NET development.
Q4. Can Visual Studio interact directly with GitHub?
- Yes. Team Explorer lets you directly clone a project, and it provides other version control features.
- No. Visual Studio supports only Visual Studio Online.
- No. You can use Visual Studio on code you download from GitHub, but there’s no direct support.
Module 3: Write your first Windows 10 application
Learn how to create apps in the most popular Windows development frameworks – UWP, WPF, and Windows Forms.
Learning objectives:
In this module, you will:
- Learn how to write the same app on multiple Windows platforms.
Prerequisites:
- A computer running the current release of Windows 10. To verify that you’re running the latest version, go to Settings > Windows Update.
- Visual Studio 2017 installed on that computer.
- Knowledge of C# or similar programming language.
This module is part of these learning paths:
Quiz 1: Summary
Q1. What platform should you use to write Windows apps?
- UWP
- WPF
- Windows Forms
- Whichever one you want!
Q2. What’s the difference between writing a UWP app and writing a WPF app?
- WPF apps don’t use XAML.
- Events are handled differently in the two types of apps.
- UWP apps have access to their own runtime APIs and don’t necessarily use .NET.
Q3. What is Windows Template Studio (WTS) useful for?
- WTS creates a new UWP app that has the basic features and structure that you want.
- WTS helps you set up the XAML for your UWP or WPF app.
- WTS makes it easy to add new features to your existing UWP app.
Module 4: Write internet-connected Windows apps
Bring the intelligence of the internet to your Windows 10 apps.
Learning objectives:
In this module, you will:
- Use Microsoft Azure Cognitive Services to find images based on text descriptions.
- Write an app that connects to NASA’s “Astronomy Picture of the Day” service to download a picture.
Prerequisites:
- A computer running the current release of Windows 10.
- Visual Studio 2017 installed.
- Basic knowledge of C# or a similar programming language.
This module is part of these learning paths:
Quiz 1: Summary
Q1. How did the first app interact with Azure Cognitive Services?
- The app embedded a Bing-enabled search bar inside its UI.
- The app sent text to Azure Machine Learning and retrieved an image associated with that text.
- The first app didn’t interact with Azure Cognitive Services.
- The app sent text to Bing Image Search and retrieved a response that contained an image’s URL.
Q2. What is JSON, and how is it used?
- JSON is an encrypted format for sharing data. Specific libraries are needed to read or write JSON files.
- JSON is a text-based format for sharing data between apps and services. Libraries can make working with JSON easier.
- JSON is an image-encoding format that can include metadata.
Q3. In the Astronomy Picture of the Day app, which task was made easier by modern features in the Universal Windows Platform (UWP) version?
- Async operations.
- Saving and loading settings.
- UI Design.
Conclusion:
I hope this Develop Windows 10 applications Microsoft Quiz Answers would be useful for you to learn something new from this problem. If it helped you then don’t forget to bookmark our site for more Coding Solutions.
This Problem is intended for audiences of all experiences who are interested in learning about Data Science in a business context; there are no prerequisites.
Keep Learning!
More Coding Solutions >>
LeetCode Solutions
Hacker Rank Solutions
CodeChef Solutions