COMPUTER PROGRAMMING FUNDAMENTALS
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Machine independent
|
|
Machine Dependent
|
|
Time Consuming
|
|
Non-Portable
|
Detailed explanation-1: -Is ASM portable? No. Because assembly languages are tied to one specific computer architecture, they are not portable. A program written in one assembly language would need to be completely rewritten for it to run on another type of machine.
Detailed explanation-2: -Disadvantages of Assembly language: It is very complex and difficult to understand. The syntax is difficult to remember. It has a lack of portability of programs between different computer architectures. It needs more size or memory of the computer to run the long programs written in Assembly Language.
Detailed explanation-3: -Programs written in machine language are not portable, that is, they may not be run on other computers with different machine languages.