WITH ACTUAL COMPLETE QUESTIONS AND
100% ANSWERS VERIFIED BY EXPERT 2025
LATEST UPDATE.
Q: A desktop application runs where?
A: On the user's computer ✔✔
Q: Which of the following is not a platform that you can use to develop Windows desktop
applications?
WPF
UWP
Windows Forms
ASP.NET Core MVC
A: ASP.NET Core MVC ✔✔
Q: Which of the following is not a .NET Programming Language?
Visual Basic
JavaScript
C#
F#
A: JavaScript ✔✔
Q: Which of the following statements is true?
.Net Core is newer than the .NET Framework, but it only runs on Windows
.NET Core is newer than the .NET Framework, and it is cross-platform
.NET Core is older than the .NET Framework, and it only runs on Windows
, .NET Core is older than the .NET Framework, but it is cross-platform
A: .NET Core is newer than the .NET Framework, and it is cross-platform ✔✔
Q: The primary components of .NET are its class libraries and its?
A: Common Language Runtime ✔✔
Q: What is the purpose of the .NET class libraries?
A: They provide pre-written code that can be used by .NET applications. ✔✔
Q: What is the purpose of the Common Language Runtime?
It provides pre-written code that can be used by .NET applications.
It specifies the format of compiled .NET applications.
It manages the execution of .NET applications.
It specifies the data types that can be used by .NET applications.
A: It manages the execution of .NET applications. ✔✔
Q: Before a C# application can be run, it must be compiled into a language called?
A: Microsoft Intermediate Language ✔✔
Q: An assembly is?
A: an executable file that includes the MSIL or IL ✔✔
Q: A solution is?
A: a container that holds projects ✔✔
Q: Which of the following is a way to open a form in the Form Designer window?
A: Find the form in the Solution Explorer and double-click on it. ✔✔
, Q: To write the C# code for a form, you use a Visual Studio window called the?
A: Code Editor ✔✔
Q: To work with the files of a solution, you use a Visual Studio window called the?
A: Solution Explorer ✔✔
Q: A window that appears at the edge of the Visual Studio IDE is called a/an?
A: docked window ✔✔
Q: Within Visual Studio, which window can you use to change the version of .NET that a
project is targeting?
A: the Project Properties window ✔✔
Q: When you run a Windows Forms project, Visual Studio displays the project's first?
A: form ✔✔
Q: To customize the way Visual Studio works, what command do you select from the Tools
menu?
A: options ✔✔
Q: In Visual Studio, what command of the Tools menu can you use to change the
development settings that affect the way the menus and toolbars work?
A: Import and Export Settings ✔✔
Q: To create a new Visual Studio project, what do you select from the New Project dialog box
to specify the type of project you want to create?
A: a template ✔✔