Download presentation
Presentation is loading. Please wait.
1
1 SYSTEM and MODULE DESIGN Elements and Definitions
2
2 Requirements System Design Detailed Design Implementation Installation & Testing Maintenance SW System Design Documentation Module Design Documentation
3
3 Design is...... the process of applying various techniques and principles for the purpose of defining a device, a process or a system in sufficient detail to permit its physical realisation. (E.S. Taylor - 1959)
4
4 Typical Activities handling of constraints and alternatives (semi-) formal specification –graphical (tabular, etc.) notations identification of good modules application of heuristics completeness and consistency checking risk analysis and resolution (e.g. prototypes)
5
5 Who does system engineering? system engineer / designer requirements engineer software engineer hardware engineer telecom. engineer organisational expert programmer.....
6
6 Software System Design translates SRS into a ===> software system architecture: –system’s static structure modules (blackbox) module interfaces –dynamic behaviour (execution) –data structures –user interface design
7
7 Detailed Design refines the logical system architecture into an implementation oriented design of modules: –invocation structure (calls, rpc, message,...) –module interface realisation (parameters,...) –algorithms for each module –data structure and user interface solutions –if necessary, further decomposition
8
8 The Concept of Modular Design a module is a separately named component a system is decomposed into modules –stepwise refinement –“top down” modules are integrated to satisfy the requirements –module aggregation –“bottom-up” ===> aggregation/decomposition abstraction
9
9 The Concept of Information Hiding D.L. Parnas: –a module appears as a blackbox to other modules in the system –characterised only by its interface –hide internal design decisions/details ===> support reusability & maintainability ===> improve functional independence
10
10 Design Documentation (variation of R.S. Pressman) 1. Scope 1.1 System objectives 1.2 Interfaces (HW, SW, user) 1.3 Major software functions 1.4 Externally defined databases 1.5 Constraints, limitations 2. Reference Documents
11
11 Design Documentation 3. SW System Design - Software Architecture 3.1 System structure 3.2 Data structure 3.3 User interface 3.4 Dynamic behaviour 3.5 Rules, principles & guidelines
12
12 Design Documentation 4. Module Design (for each module) 4.1 Functional description (informal) 4.2 Interface specification 4.2.1 Inputs 4.2.2 Outputs 4.3 Processing (semi-formal) 4.4 Aggregation/decomposition relations 4.4 Constraints, remarks, etc.
13
13 Design Documentation 5. Database and File Structure 6. Requirements Cross References 7. Test Provisions 7.1 Test guidelines 7.2 Integration strategy 8. Appendices
14
14 End of Section 3a coming up: structure charts
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.