Thursday 3 August 2017

Source Code VS Object Code

Program written into high level languages is called source code is called source code. Source code is not executed by computer directly because computer works on binary numbers. So source code has to convert into form that computer can understand it. There is need a translator to convert high level language to machine readable form. Input of translator is source code and output is machine readable code which is called object code.






Extension of high level language is depending on programming language like in C++ extension is .cpp and .obj for object code.

No comments:

Post a Comment