COMPUTER PROGRAMMING FUNDAMENTALS
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Binding Time
|
|
Execution Time
|
|
Implementation Time
|
|
Translation Time
|
Detailed explanation-1: -Compile time: Time taken to convert the source code into a machine code so that it becomes an executable is called compile time.
Detailed explanation-2: -The correct answer is Compiler. A compiler takes the program code (source code) and converts the source code to a machine language module (called an object file).
Detailed explanation-3: -A compiler is a translator program that converts a high-level language source program into a machine language object program.
Detailed explanation-4: -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-5: -Assembly code is converted into executable machine code by a utility program referred to as an assembler. The conversion process is referred to as assembly, or assembling the source code.