MICROPROCESSOR AND MICROCONTROLLER

ASSEMBLY LANGUAGE PROGRAMMING

ARCHITECTURE OF 8085

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Low-level code using mnemonics converted by an assembler
A
Assembly Language
B
High Level Language
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Assembly language uses mnemonics to represent instructions.

Detailed explanation-2: -Assembler is a translator which takes assembly code as input and produces machine code as output. That means, the computer cannot understand middle-level language, so it needs to be translated into a low-level language to make it understandable by the computer.

Detailed explanation-3: -Assembly language uses mnemonics (abbreviations of commands) to signify instructions; for example, input is written as INP output is written as OUT. Little Man Computer is a representation of assembly language.

Detailed explanation-4: -Assembly language can be converted to the machine language using an assembler. Machine language, or machine code, is the lowest level of computer languages. It contains binary code, often generated by compiling high-level source code for a specific processor.

There is 1 question to complete.