Trusted by millions of Kenyans
Study resources on Kenyaplex

Get ready-made curriculum aligned revision materials

Exam papers, notes, holiday assignments and topical questions – all aligned to the Kenyan curriculum.

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

Answer Attachments

Exams With Marking Schemes

Related Questions