Compilation
Compilation is a process of converting human readable code into machine code, or code that can be executed by a computer.
Compilation process is operating system and CPU type specific.
It is not possible to expect that a program that was compiled for Windows will run in Apple OS.
Not all of the computer programs are compiled, some of the computer programs are interpreted, such programs require use of specific programming language of being used. Advantage of such programs that they easily can be used in different versions of operating systems.
Comments
Post a Comment