Skip to main content

cs401 GDB 2016







For more discuss and ask question join this group
 


Posted By : Tahir Siddiqui(Mani)



CS401 GDB solution check it before post.
I think writing real time program is very easy and well organized .When we use assembly language the major use of assembly language is in a class of time critical systems called real time systems. Real time systems have time bound responses, with an upper limit of time on certain operations. For such precise timing requirement, we must keep the instructions in our total control. In higher level languages we cannot even tell how many computer instructions were actually used, but in assembly language we can have precise control over them. Any reasonable sized application or a serious development effort has nooks and corners where assembly language is needed. And at these corners if there is no assembly language, there can be no optimization and when there is no optimization, there is no beauty. Sometimes a useful application becomes useless just because of the carelessness of not working on these jagged corners.
                                 

OR


Real time computing (RTC) is actually a connection between hardware and software implementation in terms of time. It is also called reactive responsing or time critical.
So in context with real time systems if I am using Assembly language for application development , I will prefer it due to following reasons.
1- Assembly language gives more hardware control as compared to any other programming language.
2- It is essential for any programmer of Assembly language to have hardware knowledge to develop programs. So If programmer is well equipped with hardware knowledge , He can make more time efficient and effective programs.
3- As a programmer of assembly language you have freedom to control registers as per your own choice, Which demands more responsibility from programmer's end.
4- It gives the programmer flexibility to make programs as per user requirements.

 

Comments

Post a Comment

Popular posts from this blog

IT Intern (Microsoft Product)

For more discuss and ask question join this group   https://www.facebook.com/groups/143792885956764/ Solved   By : Tahir Siddiqui(Mani) BC-140201235@Vu.edu.pk Job Description We offer Internship in IT 03 months Unpaid internship Responsible for Managing IT Products/Services. Maintains relationships with clients by providing support, information, and guidance. Good presentation skills. Good oral & written communication knowledge of MS Office 50%. Traveling Required Team Work Candidate must have a Motor Bike and laptop. Fresh candidates are encouraged to apply. Job Details Industry: Information Technology ...

cs304 Assimgt 2 2016

Assignment No. 02 Semester: Spring  2016 Object Oriented Programming – CS304 Total Marks: 20 Due Date: July 21, 2016 Objectives: To get a hands on experience of using existing class as base class and implement inheritance. Instructions: Please read the following instructions carefully before submitting assignment: It should be clear that your assignment will not get any credit if: §   The assignment is submitted after due date. §   The assignment is submitted via email. §   The assignment is copied from Internet or from any other student . §   The submitted assignment does not open or file is corrupt. §   It is in some format other than .cpp (Code File). Note: All types of plagiarism are strictly prohibited. For any query about the assignment, contact at CS304@vu.edu.pk Case Study With the technological innovation, th...