MCQ
Q.
A program that converts a high-level language program to a set of instructions that can run on a computer is called a
Correct Answer: A
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