COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which translator converts from different languages?
A
Language Translator
B
Compiler
C
Interpreter
D
None of the above
Explanation: 

Detailed explanation-1: -Interpreter is a translator which is used to convert programs in high-level language to low-level language.

Detailed explanation-2: -Compiler is a translator which is used to convert programs in high-level language to low-level language and then save the executable object code to memory.

Detailed explanation-3: -An assembler translates a program written in assembly language into machine language and is effectively a compiler for the assembly language, but can also be used interactively like an interpreter.

There is 1 question to complete.