A compiler translates a program written in a high level language into
Verified Answer
A. machine language
B. an algorithm
C. a debugged program
D. java
E. none of these
Explanation:
A compiler translates source code written in a high-level programming language into (A) machine language (binary instructions) that the computer's CPU can directly execute. (B) An algorithm is a step-by-step procedure. (C) A debugged program is error-free. (D) Java is a high-level language itself. Thus, (A) machine language is correct.