Q
Medium 1 Mark
Computer Studies Programming Fundamentals
Which translator converts the entire source code into machine code at once?
Explanation
A compiler translates the entire source code of a high-level program into machine code at once producing an executable file after compilation.
Reference: Computer Studies , Page 4
Hint
Compiler = complete translation at once.