FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is NOT a translator?
A
Assembler
B
Compiler
C
Interpreter
D
Executable
Explanation: 

Detailed explanation-1: -There are generally three types of language-translator-Compiler, Assembler, Interpreter. Linker is not language-translator.

Detailed explanation-2: -Compiler. Compilers are used to translate a program written in a high-level language into machine code (object code). Once compiled (all in one go), the translated program file can then be directly used by the computer and is independently executable.

Detailed explanation-3: -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-4: -Machine languages are the only languages understood by computers.

There is 1 question to complete.