Correct Answer: Managed execution process is a process where CLR executes the managed code The steps involved in this process are: Choosing the right compiler Compiling the code to MSIL This also generates the required metadata Compile the MSIL ode to native machine code Executing the code with the variety of services available