MICROPROCESSOR AND MICROCONTROLLER

INTERRUPT PROGRAMMING

ARCHITECTURE OF 8085

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A computer program that takes a whole program written in a high-level language and translates it into machine code
A
interpreter
B
compiler
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -A compiler translates a program written in a high-level language into Machine language or that transforms computer code written in one programming language into another programming language.

Detailed explanation-2: -Compiler A compiler reads an entire source code and then translates it into machine code. Further, the machine code, aka the object code, is stored in an object file.

Detailed explanation-3: -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. In simple language, it converts high-level language into machine language.

There is 1 question to complete.