ASSEMBLY LANGUAGE PROGRAMMING
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
They are a type of high-level programming languages
|
|
It is more difficult to write in an assembly language than machine language
|
|
They run slower than machine language
|
|
Assembly language is one step up from machine language
|
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.