Q435
A program that converts a high-level language program to a set of instructions that can run on a computer is called a
A.
Compiler
AnswerB.
Debugger
C.
Editor
D.
All of the above
E.
None of the above
Answer: Option A
Solution
Answer: Option A
Solution:
A compiler is computer software that transforms computer code written in one programming language (the source language) into another programming language (the target language). Compilers are a type of translator that support digital devices, primarily computers. The name compiler is primarily used for programs that translate source code from a high-level programming language to a lower level language.
Source : wikipedia.org