FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which term below best describes the process where the instructions from a program are converted all at once from a high level language to a low level language, and then executed?
A
Compiling
B
Interpreting
C
Assembling
D
None of the above
Explanation: 

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).

There is 1 question to complete.