COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What are the two major types of language translators?
A
Assembler
B
Interpreter
C
Compiler
D
Definitional
Explanation: 

Detailed explanation-1: -compilers. interpreters. assemblers.

Detailed explanation-2: -Two kinds of language translators are used to achieve this. Compilers. Compilers translate an entire computer program into machine language before execution. Interpreters.

Detailed explanation-3: -A compiler is a special program that translates a programming languageā€™s source code into machine code, bytecode or another programming language. The source code is typically written in a high-level, human-readable language such as Java or C++.

Detailed explanation-4: -Translator. A device that changes a sentence from one language to another without change of meaning. Compiler. A program that translates between programming languages.

Detailed explanation-5: -A translator is a programming language processor that modifies a computer program from one language to another. It takes a program written in the source program and modifies it into a machine program. It can find and detect the error during translation.

There is 1 question to complete.