Discussion :: Operating System
- A program that converts a high-level language program to a set of instructions that can run on a computer is called a
Answer : Option A
Explanation :
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
Be The First To Comment