COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

SYSTEM SOFTWARE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
These programs convert programming instructions written by programmers into a language computers understand and process
A
Converter
B
Linguistic
C
Translator
D
None of the above
Explanation: 

Detailed explanation-1: -A compiler is a translator program that converts a high-level language source program into a machine language object program. Figure 9-5. Compilers make high-level language programs transportable between different computers.

Detailed explanation-2: -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.

Detailed explanation-3: -A program that converts a high-level language source file into a machine-language file is called a compiler.

Detailed explanation-4: -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 (e.g., assembly language, object code, or machine code) to create an executable program.

There is 1 question to complete.