FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
This translator is used to translate all of the source code at the same time and creates one executable file
A
Interpreter
B
Compiler
C
Assembler
D
None of the above
Explanation: 

Detailed explanation-1: -A compiler takes the source code as a whole and translates it into object code all in one go. Once converted, the object code can be run at any time. This process is called compilation .

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: -To get from source code to machine language, the programs must be transformed by a compiler. The compiler produces an intermediary form called object code. Object code is often the same as or similar to a computer’s machine language.

Detailed explanation-4: -Compilers. A compiler takes the source code as a whole and translates it into machine code all in one go.

There is 1 question to complete.