Multiple choice

What does Common Intermediate Language (CLI) do in application programming?

  1. CLI provides the runtime specific code format and specification.

  2. It translates the native code to be executable by a virtual machine.

  3. CIL is an object-oriented assembly language.

  4. The source code is CLI's equivalent to assembly language for a CPU.

  5. All of these

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

Yes all are correct.