MICROPROCESSOR AND MICROCONTROLLER

INTERRUPT PROGRAMMING

ARCHITECTURE OF 8085

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

Detailed explanation-1: -A program that converts a high-level language source file into a machine-language file is called a compiler.

Detailed explanation-2: -A compiler is a computer program that translates a program written in a high-level language to the machine language of a computer. The compiler is used to translate source code into machine code or compiled code.

Detailed explanation-3: -Expert-Verified Answer The compiler does not convert a high-level language program into machine language line-by-line. Compiler is a program that converts a program written in a high level language into machine language that can be read by the machine.

There is 1 question to complete.