Write advantages and disadvantage of assembly level language.
Answers
advantage of assembly level language
1.The symbolic programming of Assembly Language is easier to understand and saves a lot of time and effort of the programmer.
2.It is easier to correct errors and modify program instructions.
3.Assembly Language has the same efficiency of execution as the machine level language.
advantage of high level language
The main advantage of high-level languages over low-level languages is that they are easier to read, write, and maintain. Ultimately, programs written in a high-level language must be translated into machine language by a compiler or interpreter. The first high-level programming languages were designed in the 1950s.
disadvantage of assembly level language
your program will not run on another processor
you have to know the details of hardware and addressing modes
the source code is long and unreadable
disadvantage of assembly level language
*-You need some sort of compiler to get the high level language to Low level language
*-In some cases (e.g. Java / C#) you have an interpreter in between which also consumes resources (but can also optimize itself while running the program!)
hey! here is your answer if my answer is helpful to you soo plz mark as brainlist
Answer:
Advantages Assembly Language:
1.The symbolic programming of Assembly Language is easier to understand and saves a lot of time and effort of the programmer.
2.It is easier to correct errors and modify program instructions.
Disadvantages Assembly Language:
1.One of the major disadvantages is that assembly language is machine dependent.
Hope it will be helpful :)