SHARE
SPREAD
HELP

The Tradition of Sharing

Help your friends and juniors by posting answers to the questions that you know. Also post questions that are not available.


To start with, Sr2Jr’s first step is to reduce the expenses related to education. To achieve this goal Sr2Jr organized the textbook’s question and answers. Sr2Jr is community based and need your support to fill the question and answers. The question and answers posted will be available free of cost to all.

 

#
Authors:
Linda Null ,julia Lobur
Chapter:
System Software
Exercise:
Exercises
Question:11 | ISBN:9780763704445 | Edition: 3

Question

11. Why should assembly language be avoided for general application development? Under what circumstances is assembly language preferred or required?

TextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbook

Answer

  • Assembly language is a little bit difficult code language. It doesnot contains  many tools, procedures and inbuilt functions for developing programs. Its old techonology compare with present technologies.
  • Its very hard to maintaince and updations to client/user. Now a days many good technologies came and easy to develop web/desk applications easily.

So, assembly language be avoided for general application development.

The following circumstances are assembly language preferred:

  • Assembly level language is low level languagee.
  • If you dont have much of update or modification to be done later.
  • It directly correlates with machine instructions.
1 0

Discussions

Post the discussion to improve the above solution.