Computer Science Ques 684
Question: A compiler translates a program written in a high-level language into ?
Options:
A) Machine language
B) An algorithm
C) A debugged program
D) Java
E) None of these
Show Answer
Answer:
Correct Answer: A
Solution:
- A compiler is a software program that translates a source program written in some high-level language (such as C. C++, Java) in to machine code for some computer architecture (such as Intel Pentium architecture).The generated machine code can be later executed many times against different data each time.