FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A time at which the source code is converted into an executable or machine code. Address binding that is done before loading the program into memory.
A
Binding Time
B
Execution Time
C
Implementation Time
D
Translation Time
Explanation: 

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.

There is 1 question to complete.