MICROPROCESSOR AND MICROCONTROLLER

ASSEMBLY LANGUAGE PROGRAMMING

ARCHITECTURE OF 8085

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Define Assembly Language
A
Middle Level Language
B
Symbolic representation of a machine language of specific processor
C
Message sent by programmers (program instructions) understood by the computer and vice versa.
D
Natural language of a particular computer system.
Explanation: 

Detailed explanation-1: -Assembler language. The assembler language is the symbolic programming language that lies closest to the machine language in form and content. The assembler language is useful when: You need to control your program closely, down to the byte and even the bit level.

Detailed explanation-2: -Assembly Language A symbolic representation of the machine language of a specific processor, augmented by additional types of statements that facilitate program writing and that provide instructions to the assembler.

Detailed explanation-3: -Mnemonics are the names for the symbols used in assembly language. A phrase, symbol, or word used to define or identify a computing function is known as a mnemonic.

Detailed explanation-4: -Machine language is series of bit patterns (that is the binary form) that are directly executed by a computer, whereas Assembly language is a low-level language that needs compiler and interpreter, which converts that language to machine language. And then it could be understood by a computer.

There is 1 question to complete.