Computer Science, asked by veeramolsingh2, 1 month ago

Define the following:
(a) Source program
(b) Object program
(c) Compiler
(d) Interpreter

Answers

Answered by angelbaxla45
2

a)Source program-A source program is a text file that contain instructions written in a high level language.

b) object program-a fully compiled or assembled program ready to be loaded into computer.

c)compiler-The language processor that reads the complete such program written in high level language as a whole in one go and translates it into an equivalent program in machine language is called as compiler

Similar questions