COMPUTER SOFTWARE
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Loader
|
|
Compiler
|
|
Debugger
|
|
Linker
|
Detailed explanation-1: -A compiler is a tool that converts source code written in a high-level language into machine code that can be executed by a computer.
Detailed explanation-2: -A compiler is a special program that translates a programming languageās source code into machine code, bytecode or another programming language.
Detailed explanation-3: -A compiler is a software that converts the source code to the object code. In other words, we can say that it converts the high-level language to machine/binary language. Moreover, it is necessary to perform this step to make the program executable.
Detailed explanation-4: -Compiler-A program that translates source code into object code. 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-5: -There are two main models for how program source code becomes executable: compilers and interpreters. A compiler is an executable program that takes program source code (text) as input and translates it into an executable program (binary machine code) that it writes into a file as output.