FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Select the disadvantages of assembly language
A
Machine independent
B
Machine Dependent
C
Time Consuming
D
Non-Portable
Explanation: 

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.

There is 1 question to complete.