03 Week2 Structured Methodologies
03 Week2 Structured Methodologies
CT00046-3-2
Structured Methodologies
Topic & Structure of the Lesson
Learning Outcomes
IS Methodologies
Traditional / Structured
Modern Methodologies
Methodologies
Structured Methodologies
• System Design
– The SRS is studied and system design is prepared.
– System Design helps in specifying hardware and system requirements and also helps
in defining overall system architecture.
• Implementation
– With inputs from system design, the system is first developed in small programs
called units, which are integrated in the next phase.
– Each unit is developed and tested for its functionality which is referred to as Unit
Testing.
• Deployment of system
– Once the functional and non functional testing is done, the product is deployed in the
customer environment or released into the market.
• Maintenance
– There are some issues which come up in the client environment. To fix those issues
patches are released.
– Also to enhance the product some better versions are released.
• Popular methodology
used in the late 80s
• Rigid and document-led
approach to system
design
• Have detailed DESIGN
stage.
• Good for projects with
database design.
• Has strategies to align
business needs with
system development.
• Ends at design stage.
• Agile Methods