CIL is high-level (machine) language, like Assembler, but is Object-oriented
-
True
-
False
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.
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.