MICROPROCESSOR AND MICROCONTROLLER

INTERRUPT PROGRAMMING

ARCHITECTURE OF 8085

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The source code is generally written in a ____
A
machine code
B
high level language
C
low level language
D
None of the above
Explanation: 

Detailed explanation-1: -Source Code is generally written in English though it may vary from one computer to another. The compiler then translates this Source Code into Machine Code either line by line or as a whole.

Detailed explanation-2: -The source code can be created and edited by a software developer in a high-level language with the help of using a basic text editor or a programming IDE. However, the CPU cannot recognize the code directly. Before that, the code is compiled into a low-level language.

Detailed explanation-3: -A high-level language (HLL) is a programming language such as C, FORTRAN, or Pascal that enables a programmer to write programs that are more or less independent of a particular type of computer. Such languages are considered high-level because they are closer to human languages and further from machine languages.

There is 1 question to complete.