Home | | Software Engineering | Design Concepts-Design Model

Chapter: Software Engineering : Software Design

Design Concepts-Design Model

The design concepts provide the software designer with a foundation from which more sophisticated methods can be applied. A set of fundamental design concepts has evolved.

Design Concepts-Design Model

 

The design concepts provide the software designer with a foundation from which more sophisticated methods can be applied. A set of fundamental design concepts has evolved. They are:

 

1.     Abstraction - Abstraction is the process or result of generalization by reducing the information content of a concept or an observable phenomenon, typically in order to retain only information which is relevant for a particular purpose.

 

2.     Refinement - It is the process of elaboration. A hierarchy is developed by decomposing a macroscopic statement of function in a step-wise fashion until programming language statements are reached. In each step, one or several instructions of a given program are decomposed into more detailed instructions. Abstraction and Refinement are complementary concepts.

3.     Modularity - Software architecture is divided into components called modules.

 

4.     Software Architecture - It refers to the overall structure of the software and the ways in which that structure provides conceptual integrity for a system. A good software architecture will yield a good return on investment with respect to the desired outcome of the project, e.g. in terms of performance, quality, schedule and cost.

 

5.     Control Hierarchy - A program structure that represents the organization of a program component and implies a hierarchy of control.

 

6.     Structural Partitioning - The program structure can be divided both horizontally and vertically. Horizontal partitions define separate branches of modular hierarchy for each major program function. Vertical partitioning suggests that control and work should be distributed top down in the program structure.

 

7.     Data Structure - It is a representation of the logical relationship among individual elements of data.

 

8.     Software Procedure - It focuses on the processing of each modules individually

 

9.     Information Hiding - Modules should be specified and designed so that information contained within a module is inaccessible to other modules that have no need for such information

 

Study Material, Lecturing Notes, Assignment, Reference, Wiki description explanation, brief detail
Software Engineering : Software Design : Design Concepts-Design Model |


Privacy Policy, Terms and Conditions, DMCA Policy and Compliant

Copyright © 2018-2024 BrainKart.com; All Rights Reserved. Developed by Therithal info, Chennai.