Multiple choice

Which of the following components of .Net architecture provides the appearance of a virtual machine so that programmers need not consider the capabilities of the specific CPU that will execute the program?

  1. Common type system

  2. The execution support

  3. Stack walk

  4. Web form

  5. Common language runtime

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

This component of .Net architecture provides the appearance of an application virtual machine so that programmers need not consider the capabilities of the specific CPU that will execute the program.