English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

in detail

2007-01-03 17:37:04 · 3 answers · asked by Anonymous in Computers & Internet Programming & Design

3 answers

Compiler compiles (converts) source code into object code.
Source code is the writen high-level language and object code contains some reference labels and the final machine code for the cpu.

A linker takes 1 or more object code and joins them together removing the references and completing the machine code to provide the final execution file.

2007-01-03 22:36:11 · answer #1 · answered by Anonymous · 0 0

Compiler takes your formatted, English written program and converts it to machine language, the software application (Operating System) running your machine language program
converts instructions into binary!

Linker brings together your program indicated hardware resources need to run your program!

2007-01-04 02:17:48 · answer #2 · answered by Anonymous · 0 0

Wow... that looks like a homework question. If it is and you don't know what that is, you're gonna have a real tough time in your class.

2007-01-04 01:44:18 · answer #3 · answered by BigRez 6 · 0 0

fedest.com, questions and answers