FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which language translator used for Low Level Languages?
A
Assembler
B
Compiler
C
Interpreter
D
None of the above
Explanation: 

Detailed explanation-1: -A compiler is a translator used to convert high-level programming language to low-level programming language. It converts the whole program in one session and reports errors detected after the conversion.

Detailed explanation-2: -The translators used for assembly language programs are called assemblers. Compilers translate code into a form that can be executed. However, the compiler does not execute the code.

Detailed explanation-3: -An assembler converts assembly language into machine language.

There is 1 question to complete.