Source Program & Object Program | what is source program ? | what is object program ?



Source Program:
                            The program written in the level language or the language which is understandable to human being is called source program or source codes. The computer does not understand the high level language; it can only understand the information in binary numbers.


Object Program:
                          The program, written in the language which is understandable to computers is called object codes. It is directly understandable to the computers.


Explanation:
                        The programmer writes the program according to the syntax of the language. The lines of program are written in some (text editor like) tool. These lines of codes are called the source code. Then the compiler translates these lines from high level language to the language which is understandable to the computers. The codes after the compiling is called object codes. 

Comments

Popular posts from this blog

Umbrella activities in Software Engineering

Operating System | Best Definition of Opetating System