Term of the Moment

Foxconn


Look Up Another Term


Definition: unmanaged code


An executable program that runs by itself. Launched from the operating system, the program calls upon and uses the software routines in the operating system, but does not require another software system to be used. Assembly language programs that have been assembled into machine language and C/C++ programs compiled into machine language for a particular platform are examples of unmanaged code. Contrast with managed code.