Q
Medium 2 Marks
Computer Studies Computer Software
What is the function of a compiler?
Explanation
A compiler translates the entire program into machine code at once before execution, unlike an interpreter which does it line by line.
Reference: Computer Studies Textbook , Page 6
Hint
Which translator processes the whole program before running it?