ASSEMBLY LANGUAGE PROGRAMMING
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
It is more complex for humans to understand than high level language
|
|
It is slower for computers to process than machine code
|
|
It is simpler for humans to understand than high level language
|
|
It is faster for computers to process than machine code
|
Detailed explanation-1: -Assembly languages need translators (also known as assemblers) for converting the mnemonics into a machine-understandable form. These languages have a slower execution than that of any machine language.
Detailed explanation-2: -Actually, the short answer is: Assembler is always faster or equal to the speed of C. The reason is that you can have assembly without C, but you can’t have C without assembly (in the binary form, which we in the old days called “machine code").
Detailed explanation-3: -Assembly language is a low-level programming language . It equates to machine code but is more readable. It can be directly translated into machine code, but it uses mnemonics to represent the instructions to make it easier to understand.
Detailed explanation-4: -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’.