Difference Between Source Code and Object Code

Q7: What is the difference between source code and object code? 

Answer:

SOURCE CODEOBJECT CODE
Source code is generated by human or programmer.Object code is generated by compiler or other translator.
Source code is high level code.Object code is low level code.
Source code is written in plain text by using some high level language.Object code is translated code of source code. It is in binary format.
Source code is human understandable.Object code is not human understandable.
It can be changed over time.Source code needs to be compiled or translated by any other translator to get modified object code.

Comments

Popular posts from this blog

Chapter # 3 Class IX

Components of Motherboard

Problem Solving Steps