MICROPROCESSOR AND MICROCONTROLLER

INTERRUPT PROGRAMMING

ARCHITECTURE OF 8085

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Each high level langugae has its own compiler
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Compilers are an essential part of software development. Compilers allow developers to write programs in high-level languages that humans can understand, but then convert that high-level language into a form that only a machine can read.

Detailed explanation-2: -The name “compiler” is primarily used for programs that translate source code from a high-level programming language to a low-level programming language (e.g. assembly language, object code, or machine code) to create an executable program.

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.