COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Compiling
|
|
Interpreting
|
|
Assembling
|
|
None of the above
|
Detailed explanation-1: -Compiler. A compiler is a computer program that translates a program written in a high-level language to the machine language of a computer. The high-level program is referred to as ‘the source code.
Detailed explanation-2: -A program that converts a high-level language source file into a machine-language file is called a compiler.
Detailed explanation-3: -Detailed Solution. The correct answer is Compiler. It is a program that translates a source program written in some high-level programming language into machine code for some computer architecture.
Detailed explanation-4: -Compiler is a programme that converts high level language to machine language.
Detailed explanation-5: -A compiler is computer software that transforms computer code written in one programming language (the source language) into another programming language (the target language).