1. Which of the following statements is correct about Managed Code?

A. Managed code is the code that is compiled by the JIT compilers.
B. Managed code is the code where resources are Garbage Collected.
C. Managed code is the code that runs on top of Windows
D. Managed code is the code that is written to target the services of the CLR


Answer Option D

2. Which of the following utilities can be used to compile managed assemblies into processor-specific native code?

A. gacutil
B. ngen
C. sn
D. dumpbin


Answer Option B

3. Which of the following components of the .NET framework provide an extensible set of classes that can be used by any .NET compliant programming language?

A. .NET class libraries
B. Common Language Runtime
C. Common Language Infrastructure
D. Component Object Model


Answer Option A

4.Which of the following .NET components can be used to remove unused references from the managed heap?

A. Common Language Infrastructure
B. CLR
C. Garbage Collector
D. CTS


Answer Option C