Thursday, February 14, 2013

Ques-2:What is the difference between Source program & Object program?.

The ques-2 solution is given below.

Answer:   

Source program and Object program are two types of programs found in computer programming.The difference between Source program & Object program is given by below.



Source program:



  1. Source program is typically a program which is human readable instructions written by a programmer.
  2. Source program is written in higher level languages such as Java or C.
  3. Source program are easily readable by humans.


Object program: 
       
  
  1.  Object program is typically a machine executable program created by compiling a source program. 
  2. Object programs usually contain lower level languages such as Assemly language or machine code.
  3. Object programs aren't easily readable by humans. 



   

9 comments: