COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Assembler
|
|
Interpreter
|
|
Compiler
|
|
None of the above
|
Detailed explanation-1: -Assemblers are a third type of translator . The purpose of an assembler is to translate assembly language into object code.
Detailed explanation-2: -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.
Detailed explanation-3: -Object code is generated by a compiler that reads higher-level computer language source instructions and then translates them into equivalent machine language instructions.
Detailed explanation-4: -A translator or programming language processor is a generic term that can refer to a compiler, assembler, or interpreter-anything that converts code from one computer language into another.