MICROPROCESSOR AND MICROCONTROLLER

ASSEMBLY LANGUAGE PROGRAMMING

ARCHITECTURE OF 8085

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is correct about assembly languages?
A
They are a type of high-level programming languages
B
It is more difficult to write in an assembly language than machine language
C
They run slower than machine language
D
Assembly language is one step up from machine language
Explanation: 

Detailed explanation-1: -Assembly language is the midway between high-level programming languages and machine languages. It is easier than machine language but more complex than high-level programming languages. Assembly language is also referred to as a low-level language, given they are close to the hardware level.

Detailed explanation-2: -Quick links for Banking Exams exam a)It is an Object Oriented Programming Languageb)It is a High-level programming languagec)It is a low-level programming languaged)It is a language for assembling computerse)It is latest flash memory languageCorrect answer is option ‘C’.

Detailed explanation-3: -Assembler Language: 1-1: One assembly language instruction corresponds to one machine language instruction. (Exception: “synthetic instructions” or “pseudo instructions” may translate into a more than one machine language instruction. Also special input/output instructions save much programming time.)

Detailed explanation-4: -Assembling the source code into an object file. Linking the object file with other modules or libraries into an executable program. Loading the program into memory. Running the program.

There is 1 question to complete.