INTERRUPT PROGRAMMING
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
In order to be read by computer, ____ needs to be translated into ____
|
high-level languges, assembly
|
|
assembly, machine code
|
|
high level languages, machine code
|
|
interpreter, machine code
|
Explanation:
Detailed explanation-1: -A compiler is a computer program (or a set of programs) that convert the source code (written in the high-level language) into machine language. A compiler translates all a programmer’s source code before the source code can ever be executed or run.
Detailed explanation-2: -Because machine code instructions are the only ones the CPU can execute, the source code for ALL other programming languages must be converted into machine code before it can be executed. This translation is carried out by special programs called compilers, translators or assemblers.
Detailed explanation-3: -A high-level language cannot be understood directly by a computer, and it needs to be translated into machine code.
There is 1 question to complete.