Multiple choice technology programming languages

CIL is high-level (machine) language, like Assembler, but is Object-oriented

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Common Intermediate Language (CIL) is an intermediate language, not a machine language. It is compiled into native machine code by the Just-In-Time (JIT) compiler at runtime, making the statement false.

AI explanation

To answer this question, you need to understand the concept of CIL (Common Intermediate Language) and its characteristics.

CIL is not a high-level language like Assembler. CIL is a low-level language that is used as an intermediate language in the .NET framework. It is an object-oriented assembly language that is designed to be platform-independent and to provide a common language runtime environment for different programming languages.

Therefore, the correct answer is:

B) False - CIL is not a high-level language like Assembler.