nerdexam
Microsoft

98-372 · Question #39

What is native code?

The correct answer is B. Code that is executed by the CPU. Code that is executed by the CPU is called native code. Almost all executable programs are written in higher level languages, and translated to executable machine code by a compiler and linker. Machine code is sometimes called native code when referring to platform-dependent part

Understanding .NET Framework Concepts

Question

What is native code?

Options

  • ACode that is executed by the Windows OS
  • BCode that is executed by the CPU
  • CCode that is executed by the JIT
  • DCode that is executed by the CLR

How the community answered

(52 responses)
  • A
    4% (2)
  • B
    85% (44)
  • C
    4% (2)
  • D
    8% (4)

Explanation

Code that is executed by the CPU is called native code. Almost all executable programs are written in higher level languages, and translated to executable machine code by a compiler and linker. Machine code is sometimes called native code when referring to platform-dependent parts of language features or libraries.

Topics

#native code#CPU execution#managed vs unmanaged#CLR

Community Discussion

No community discussion yet for this question.

Full 98-372 Practice