nerdexam
Microsoft

98-372 · Question #25

Which of the following defines how data types are declared and used in the Common Language Runtime (CLR)?

The correct answer is A. Common Type System (CTS). Common Type System (CTS) defines how types are declared and used in the Common Language Runtime (CLR). There are three building blocks of .NET Framework, which are as follows: Common Language Runtime (CLR): It is used to execute the managed code. It was designed to support multip

Understanding .NET Framework Concepts

Question

Which of the following defines how data types are declared and used in the Common Language Runtime (CLR)?

Options

  • ACommon Type System (CTS)
  • BCommon Language Runtime
  • CCommon Type Specification (CTS)
  • DCommon Language Specification (CLS)

How the community answered

(40 responses)
  • A
    75% (30)
  • B
    5% (2)
  • C
    8% (3)
  • D
    13% (5)

Explanation

Common Type System (CTS) defines how types are declared and used in the Common Language Runtime (CLR). There are three building blocks of .NET Framework, which are as follows: Common Language Runtime (CLR): It is used to execute the managed code. It was designed to support multiple languages. Common Type System (CTS): It provides every language running on the .NET platform with a base set of data types. Common Language Specification (CLS): It describes a common level of language functionality. It is a set of rules that a language compiler must have in order to create .NET applications that run in the CLR. In Microsoft's .NET Framework, the Common Type System (CTS) is a standard that specifies how Type definitions and specific values of Types are represented in computer memory. It is designed to allow programs written in different programming languages to easily share information. As used in programming languages, a Type can be described as a definition of a set of values and the allowable operations on those values.

Topics

#Common Type System#CLR#data type declaration#CTS

Community Discussion

No community discussion yet for this question.

Full 98-372 Practice