FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is a computer program which converts the source code into machine language one line at a time?
A
Interpreter
B
Complier
C
Converter
D
RAM
Explanation: 

Detailed explanation-1: -Detailed Solution. 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-2: -A compiler is a special program that translates a programming language’s source code into machine code, bytecode or another programming language. The source code is typically written in a high-level, human-readable language such as Java or C++.

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” is a software that translates the source program into machine language.

Detailed explanation-5: -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 .

There is 1 question to complete.