Get premium membership and access questions with answers, video lessons as well as revision papers.

In the context of computer programming, differentiate between source code and object code.

      

In the context of computer programming, differentiate between source code and object code.

  

Answers


gregory
Source code
This consists of a program in high-level language (i.e. English-like statements) before translation
into machine code (statements are coded in the digits 1 and 0).
Object code
This consists of a program in machine language after translation from a high-level language by
use of a compiler.

Difference between a source code and object code
A source code is an instruction which is written using memory aids or mnemonics. Memory
aids or mnemonics are instructions written in the programming language which can only be
interpreted directly by the programmer.
An object code is an instruction which has been translated into a machine code or machine
readable form by use of a specialised translation program called compilers, which translate a
source code to a machine code before it can be used by a computer.
gregorymasila answered the question on November 23, 2017 at 12:32


Next: What does an organization's approach to system conversion depend on?
Previous: In many computer installations, the most common form of terminal is the visual display unit (VDU). State and explain key features of a VDU terminal....

View More Computer Science Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions