KnowledgeBoat Logo

Computer Applications

Describe the traditional compilation process with a suitable diagram.

Java Intro

ICSE

77 Likes

Answer

In traditional compilation process, the machine language code generated by the compiler is specific to the platform for which the source code is compiled. Every high-level language has a separate platform specific compiler to generate the machine code that can run on the specific platform. For example, the executable file generated by compiling a C++ program on Windows platform will not run on Macintosh. It needs to be compiled with C++ Macintosh compiler. The below diagram illustrates this:

ICSE Logix class 10 solutions illustrating Traditional Compilation Process

Answered By

54 Likes


Related Questions