ASSEMBLY LANGUAGE PROGRAMMING
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Assembly Language
|
|
High Level Language
|
|
Either A or B
|
|
None of the above
|
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.