nerdexam
Microsoft

98-372 · Question #76

Which of the following is installed as part of the .NET Framework that would run the executables?

The correct answer is D. Common Language Runtime (CLR). Common Language Runtime (CLR) is installed as part of the .NET Framework that would run the executables. Common language runtime (CLR) is a core component of Microsoft's .NET initiative. It is Microsoft's implementation of the Common Language Infrastructure standard, which…

Understanding .NET Framework Concepts

Question

Which of the following is installed as part of the .NET Framework that would run the executables?

Options

  • ARuntime host
  • BVisual Studio
  • CApplication programming interface (API)
  • DCommon Language Runtime (CLR)

How the community answered

(38 responses)
  • A
    13% (5)
  • B
    11% (4)
  • C
    5% (2)
  • D
    71% (27)

Explanation

Common Language Runtime (CLR) is installed as part of the .NET Framework that would run the executables. Common language runtime (CLR) is a core component of Microsoft's .NET initiative. It is Microsoft's implementation of the Common Language Infrastructure standard, which defines an execution environment for program code. In the CLR, code is expressed in a form of bytecode called the Common Intermediate Language. Answer: A is incorrect. A runtime host manages the execution of application code and provides various services to the application. The Common Language Runtime (CLR) has been designed by Microsoft to support different types of applications such as Windows applications, Web applications, Mobile applications, etc. Each of these applications requires a runtime host to start its application. The .NET Framework provides different types of runtime hosts for different types of applications. Following are examples of some runtime hosts: - Shell Executables - Microsoft Internet Explorer Answer: B and C are incorrect. Both Visual Studio and the API are application development tools.

Topics

#CLR#Common Language Runtime#.NET runtime#execution environment

Community Discussion

No community discussion yet for this question.

Full 98-372 Practice