Define the following terms as applied in computer programming.
a) Source program
b) Object code
c) Translator.
Answer:
- A source program is the initial code that the programmer enters in the program editor window.
- An object code is a program code that is already translated into machine readable form.
- A translator is a utility program that converts a source code into an object
code.