COMPUTER SOFTWARE
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Compiler
|
|
Variable Watch
|
|
Memory Inspector
|
|
Interpreter
|
Detailed explanation-1: -A compiler is a special program that translates a programming languageās source code into machine code, bytecode or another programming language.
Detailed explanation-2: -A program that converts a high-level language source file into a machine-language file is called a compiler.
Detailed explanation-3: -Compiler-A program that translates source code into object code. The compiler derives its name from the way it works, looking at the entire piece of source code and collecting and reorganizing the instructions.
Detailed explanation-4: -Another core tool for running source code is called an interpreter. An interpreter executes source code directly line-by-line, without compiling it into machine code.
Detailed explanation-5: -Compilers. A compiler takes the source code as a whole and translates it into machine code all in one go. Once converted, the object code can be run unassisted at any time. This process is called compilation .