Showing posts with label Object Code. Show all posts
Showing posts with label Object Code. Show all posts

Tuesday, 3 January 2012

Source Code & Object Code



  • Source Code:-
                                      The Program instructions written by following the rules of any High Level Language are known as Program Source Code. The source code is like English statements but the computer understands only the instructions in Machine code.
  • Object Code:-
                              A computer understands only the machine code. The source program written in any High Level Languages (and assembly language) must be translated into machine code before running it on the computer. The translated program into machine code is known as Program Object Code.