Presentation is loading. Please wait.

Presentation is loading. Please wait.

Software Construction

Similar presentations


Presentation on theme: "Software Construction"— Presentation transcript:

1 Software Construction
( ) First Semester Dr. Samer Odeh Hanna

2 Chapter 1: Introduction

3 What is Software Construction?
Software Construction is a group of activities that go into software development (See the following figure) Construction focuses on coding and debugging but also includes some detailed design and unit testing. Construction comes after architectural design and before system testing. Other common terms for construction are implementation and programming.

4 System Specification Requirement Analysis Architecture Design Detailed Design Coding and Debugging Unit Testing System Testing Maintenance

5 A few of the specific tasks involved in construction:
Verifying that the groundwork has been laid so that construction can proceed successfully. Designing and writing routines and modules Creating data types and naming variables Selecting control structures Finding and fixing faults and errors Reviewing other team members' low-level design and code and having them review yours Polishing code by carefully formatting and commenting it Integrating software components that have been built separately Tuning code to make it smaller and faster

6 Non-Construction activities include:
Requirement analysis Software architecture User-interface design System testing Maintenance

7 Why is Software Construction Important?
Construction is a large part of software development. Construction typically takes 30 to 80 percent of the total time spent on a project. Anything that takes up that much project time is bound to affect the success of the project. Construction is the pivotal activity in software development. Analysis and design are done before construction so that you can do construction effectively. System testing is done after construction to verify that construction has been done correctly. Construction is at the center of the software development process. Construction's product, the source code, is often the only accurate description of the software. Construction is the only activity that's guaranteed to be done no matter how rushed or poorly planned a project is you can't drop construction.


Download ppt "Software Construction"

Similar presentations


Ads by Google