EDUCATION (CBSE/UGC NET)

EDUCATION UGC NET

ICT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A compiler is used to convert the following to object code which can be executed
A
Natural language
B
Assembly language
C
Low-level language
D
High-level language
Explanation: 

Detailed explanation-1: -Compiler is a translator which converts high level language (source program) into low level language (machine program).

Detailed explanation-2: -Compiler-A program that translates source code into object code. The compiler derives its name from the way it works, looking at the entire piece of source code and collecting and reorganizing the instructions.

Detailed explanation-3: -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-4: -Object code generally refers to the output, a compiled file, which is produced when the Source Code is compiled with a C compiler. The object code file contains a sequence of machine-readable instructions that is processed by the CPU in a computer.

There is 1 question to complete.