SlideShare a Scribd company logo
Diploma in Software Engineering
Module I: Introduction to Software
Engineering
Rasan Samarasinghe
ESOFT Computer Studies (pvt) Ltd.
No 68/1, Main Street, Pallegama, Embilipitiya.
Contents
1. What is software?
2. Software classification
3. Generic Software vs Custom Software
4. Attributes of Software
5. What is Software Engineering?
6. Software Engineering Process Model
7. Waterfall Model
8. Waterfall Model Stages
9. Extended Waterfall Model
10. Prototype Model
11. Throw away prototype model
12. Evolutionary prototype model
13. Rapid application development model (RAD)
14. Stages in the RAD
What is software?
A software is a collection of instructions that
enables a user to interact with the computer
or have the computer perform special task for
them.
Software classification
• System Software
– Directly controlling the hardware resources and
supports the operation of application software.
• Application Software
– Serves the user requirements in a particular
application domain.
Software classification
• Generic Software (off the shelf)
– Available on open market to any customer who is
able to buy it.
• Custom Software (bespoke)
– Developed specially for a customer requirement.
Generic Software vs Custom Software
Less expensive
More reliable
Immediate installation
More user friendly
User requirements are
not completely satisfied
Cannot accommodate
future changes
More expensive
Less reliable
Delay due to high
development time
Less user friendly
Completely satisfied
Can easily
accommodate future
changes
Generic Software Custom Software
Attributes of Software
• Maintainability
• Dependability
• Efficiency
• Usability
• Security
• Reliability
• Robustness
• Customizability
• Scalability
• Accessibility
• Extensibility
What is Software Engineering?
Software engineering is concerned with application
of theories, methods and tools to develop and
maintain software systems that behave reliably and
efficiently, are affordable to develop and maintain,
and satisfy all the requirements that customers
have defined for them.
Software Engineering Process ModelA software process model is a set of predicted
procedures or set of stages to be use to
develop a fully tested software system timely.
Software Process Model
• Waterfall model
• Prototyping model
• Rapid application development model
• Spiral model
• V-model
• Join application development model
• Incremental development model
Software Process Models
Waterfall Model
Waterfall Model
• A linear sequential development model.
• Because of the cascade form one stage to
another it is known as waterfall model.
• Divided project activities into isolated stages and
each stage should complete before next started.
• Concurrent activities are not possible.
• Need to wait until end of the life cycle to see the
outcome.
• Suitable for develop systems which has stable
requirements.
Waterfall Model Stages
Stage 1: Requirement Definition
• The system services, constraints and goals are
established by consulting with the system
users.
• They are define in a manner which is
understandable by both users and the
development staff.
Waterfall Model Stages
Stage 2: System and Software designing
• Partitions the requirements either hardware or
software.
• Involves representing the software system
functions in a form the may be transformed into
executable programs.
• Identifying and describing fundamental software
system abstraction and there relationships.
Waterfall Model Stages
Stage 3: Implementation and unit testing
• Implementation consists of converting the
physical designing into set of actual programs
and a set of database tables.
• The software is realized as a set of programs
or program units.
• Unit testing involves verifying that each unit
meets it’s requirements.
Waterfall Model Stages
Stage 4: integration and system testing
• Individual program units are integrated and
tested as a complete system.
• Ensure the software requirements have been
met.
• After testing the software system is delivered
to the customer.
Waterfall Model Stages
Stage 5: Operation and maintenance
• The system installed and put into practical use.
• Involved correcting errors which were not
discovered in earlier stages.
• Improving implementation as new requirements
are discovered.
• Normally this is the longest life cycle phase.
Extended Waterfall Model
• Due to the above discussed disadvantages, the
waterfall model was modified with the
concept of backtracking.
• As a result, the Extended Waterfall Model
introduced.
Extended Waterfall Model
Prototype Model
Prototype is a working model of the actual
System
There are two types of prototype model.
1. Throw away prototype model
2. Evolutionary prototype model
Throw away prototype model
Throw away prototype model
• Prototype is used to gather requirements and
there after it will be thrown away.
• Further designing, construction and
implementation will be done using the normal life
cycle stages.
• Requirements gathering can be exactly done by
using the prototype.
• Even to develop prototype consumes lot of time
and effort , therefore once a prototype is thrown
away it’s a waste of time and money.
Evolutionary prototype model
System
Complete
System
Architecture
Identify
Prototype Quick Design
Construct
And Use The
System
Revise
Prototype
Deliver
System
Yes
No
Evolutionary prototype model
• Prototype is used to gather requirements and
it will become the final system.
• Both the prototyping process as well as the
development process will be combine
together.
• Prototype will not be thrown away and it is
not wasting effort and cost like throw away
prototype.
Rapid Application Development (RAD)
Rapid application development model (RAD)
• This is a software process model which uses to
develop applications rather quickly.
• The entire system is broken down into several
manageable stages and each stage analyzed,
designed, developed, tested and implemented
simultaneously
Rapid Application Development (RAD)
Stages in the RAD
1. Business modeling
• The information flow among business
functions is modeled.
• Find answers for the following questions:
What information drives the business process?
What information is generated?
Who generate it?
Where does information go?
Who process it?
Stages in the RAD
2. Data modeling
• The information flows are refined into set of
data objects.
• The attributes of each objects and
relationships between these objects defined.
Stages in the RAD
3. Process modeling
• The data objects are transformed to achieve
the information flow necessary to implement
the business function.
• Processes are created for adding, modifying,
deleting and retrieving data objects.
Stages in the RAD
4. Application generation
• Using fourth generation techniques rather
than using conventional third generation
programming languages.
• In possible cases automated tools/reusable
components are use to facilitate construction
of the software. (Ex: DB query tools, reports,
graphics manipulation, interface designs)
Stages in the RAD
5. Testing and turnover
• Since the RAD process use many reusable
components that have been tested, it reduces
the overall testing time.
• How ever the new components should be
tested.
The End
http://twitter.com/rasansmn
Ad

More Related Content

What's hot (20)

Waterfall model in SDLC
Waterfall model in SDLCWaterfall model in SDLC
Waterfall model in SDLC
HND Assignment Help
 
The Waterfall Model
The Waterfall ModelThe Waterfall Model
The Waterfall Model
Damian T. Gordon
 
Waterfall Model
Waterfall ModelWaterfall Model
Waterfall Model
university of education,Lahore
 
Incremental process model
Incremental  process  modelIncremental  process  model
Incremental process model
Madushan Sandaruwan
 
Data Warehouse Design Considerations
Data Warehouse Design ConsiderationsData Warehouse Design Considerations
Data Warehouse Design Considerations
Ram Kedem
 
Software development life cycle (sdlc) phases.pdf
Software development life cycle (sdlc) phases.pdfSoftware development life cycle (sdlc) phases.pdf
Software development life cycle (sdlc) phases.pdf
Prayas Gokhale
 
V model in SDLC
V model in SDLCV model in SDLC
V model in SDLC
Jasour Obeidat
 
Components of .NET Framework
Components of .NET FrameworkComponents of .NET Framework
Components of .NET Framework
Roshith S Pai
 
SDLC
SDLCSDLC
SDLC
chkjha
 
Software engineering model
Software engineering modelSoftware engineering model
Software engineering model
Manish Chaurasia
 
Unit 2
Unit 2Unit 2
Unit 2
GunasundariSelvaraj
 
software characteristics
software characteristicssoftware characteristics
software characteristics
Muhammad Sikandar Mustafa
 
Software development life cycle
Software development life cycleSoftware development life cycle
Software development life cycle
Gurban Daniel
 
Waterfall model
Waterfall modelWaterfall model
Waterfall model
Manusha Dilan
 
Software developement life cycle ppt
Software developement life cycle pptSoftware developement life cycle ppt
Software developement life cycle ppt
OECLIB Odisha Electronics Control Library
 
Sdlc
SdlcSdlc
Sdlc
meenakshi sv
 
7 Phases of Software Development Life Cycle
7 Phases of Software Development Life Cycle 7 Phases of Software Development Life Cycle
7 Phases of Software Development Life Cycle
Simform
 
Software Architecture Patterns
Software Architecture PatternsSoftware Architecture Patterns
Software Architecture Patterns
Assaf Gannon
 
Critical Section in Operating System
Critical Section in Operating SystemCritical Section in Operating System
Critical Section in Operating System
Chandnigupta80
 
Prototype model
Prototype modelPrototype model
Prototype model
Sanjida Sultana
 

Viewers also liked (8)

Software Engineering Fundamentals
Software Engineering FundamentalsSoftware Engineering Fundamentals
Software Engineering Fundamentals
Rahul Sudame
 
Ch5 system modeling
Ch5 system modelingCh5 system modeling
Ch5 system modeling
software-engineering-book
 
Cocomo
CocomoCocomo
Cocomo
Harshdeep Singh
 
Software Process Models
Software Process ModelsSoftware Process Models
Software Process Models
Jesse Manalansan
 
Cocomo model
Cocomo modelCocomo model
Cocomo model
Bala Ganesh
 
Cocomo model
Cocomo modelCocomo model
Cocomo model
Sony Elizabeth
 
Requirements analysis
Requirements analysisRequirements analysis
Requirements analysis
asimnawaz54
 
Data Modeling PPT
Data Modeling PPTData Modeling PPT
Data Modeling PPT
Trinath
 
Ad

Similar to DISE - Introduction to Software Engineering (20)

DITEC - Software Engineering
DITEC - Software EngineeringDITEC - Software Engineering
DITEC - Software Engineering
Rasan Samarasinghe
 
software engineering SOFTWARE PROCESS MODELS.pptx
software engineering SOFTWARE PROCESS MODELS.pptxsoftware engineering SOFTWARE PROCESS MODELS.pptx
software engineering SOFTWARE PROCESS MODELS.pptx
pushpa73
 
Software Engineering Process Models important
Software Engineering Process Models importantSoftware Engineering Process Models important
Software Engineering Process Models important
ధావన్ కుమార్
 
Soft engg introduction and process models
Soft engg introduction and process modelsSoft engg introduction and process models
Soft engg introduction and process models
snehalkulkarni74
 
Software life cycle models
Software life cycle modelsSoftware life cycle models
Software life cycle models
Wasif Khan
 
process models- software engineering
process models- software engineeringprocess models- software engineering
process models- software engineering
Arun Nair
 
Structured system analysis and design
Structured system analysis and design Structured system analysis and design
Structured system analysis and design
Jayant Dalvi
 
SE Unit-1.pptx
SE Unit-1.pptxSE Unit-1.pptx
SE Unit-1.pptx
SanskarBhushankar
 
Lesson 1 - System Development LifeCycles_48b8340c0dd570b721da1199655b765e.pptx
Lesson 1 - System Development LifeCycles_48b8340c0dd570b721da1199655b765e.pptxLesson 1 - System Development LifeCycles_48b8340c0dd570b721da1199655b765e.pptx
Lesson 1 - System Development LifeCycles_48b8340c0dd570b721da1199655b765e.pptx
sethkamissah006
 
Software Development Life Cycle (SDLC )
Software Development Life Cycle (SDLC )Software Development Life Cycle (SDLC )
Software Development Life Cycle (SDLC )
eshtiyak
 
Software Engineering (Process Models)
Software Engineering (Process Models)Software Engineering (Process Models)
Software Engineering (Process Models)
ShudipPal
 
Object Oriented Software engineering.pptx
Object Oriented Software engineering.pptxObject Oriented Software engineering.pptx
Object Oriented Software engineering.pptx
SowmiyaN23
 
Security Cosc gvggghghhhhhhhhhhhhhhhhhhhhh
Security Cosc gvggghghhhhhhhhhhhhhhhhhhhhhSecurity Cosc gvggghghhhhhhhhhhhhhhhhhhhhh
Security Cosc gvggghghhhhhhhhhhhhhhhhhhhhh
derebelay8
 
software engerring lecture number 5 .ppt
software engerring lecture number 5 .pptsoftware engerring lecture number 5 .ppt
software engerring lecture number 5 .ppt
Duryabhajra
 
software Engineering process
software Engineering processsoftware Engineering process
software Engineering process
Raheel Aslam
 
Lecture 2 Software Development Process and SDCL models.pptx
Lecture 2 Software Development Process and SDCL models.pptxLecture 2 Software Development Process and SDCL models.pptx
Lecture 2 Software Development Process and SDCL models.pptx
AOmaAli
 
Lecture-3 The Software Processsssss.pptx
Lecture-3 The Software Processsssss.pptxLecture-3 The Software Processsssss.pptx
Lecture-3 The Software Processsssss.pptx
SajidHossainKhan1
 
Introduction to Software engineering ch03
Introduction to Software engineering ch03Introduction to Software engineering ch03
Introduction to Software engineering ch03
YousefYassin5
 
An introduction to the program development lifecycle
An introduction to the program development lifecycleAn introduction to the program development lifecycle
An introduction to the program development lifecycle
hassanbokhari14
 
SDLC_2.pptkrejejejejejekekwwkwehehehehehehhehr
SDLC_2.pptkrejejejejejekekwwkwehehehehehehhehrSDLC_2.pptkrejejejejejekekwwkwehehehehehehhehr
SDLC_2.pptkrejejejejejekekwwkwehehehehehehhehr
c4x6vgk2n7
 
software engineering SOFTWARE PROCESS MODELS.pptx
software engineering SOFTWARE PROCESS MODELS.pptxsoftware engineering SOFTWARE PROCESS MODELS.pptx
software engineering SOFTWARE PROCESS MODELS.pptx
pushpa73
 
Soft engg introduction and process models
Soft engg introduction and process modelsSoft engg introduction and process models
Soft engg introduction and process models
snehalkulkarni74
 
Software life cycle models
Software life cycle modelsSoftware life cycle models
Software life cycle models
Wasif Khan
 
process models- software engineering
process models- software engineeringprocess models- software engineering
process models- software engineering
Arun Nair
 
Structured system analysis and design
Structured system analysis and design Structured system analysis and design
Structured system analysis and design
Jayant Dalvi
 
Lesson 1 - System Development LifeCycles_48b8340c0dd570b721da1199655b765e.pptx
Lesson 1 - System Development LifeCycles_48b8340c0dd570b721da1199655b765e.pptxLesson 1 - System Development LifeCycles_48b8340c0dd570b721da1199655b765e.pptx
Lesson 1 - System Development LifeCycles_48b8340c0dd570b721da1199655b765e.pptx
sethkamissah006
 
Software Development Life Cycle (SDLC )
Software Development Life Cycle (SDLC )Software Development Life Cycle (SDLC )
Software Development Life Cycle (SDLC )
eshtiyak
 
Software Engineering (Process Models)
Software Engineering (Process Models)Software Engineering (Process Models)
Software Engineering (Process Models)
ShudipPal
 
Object Oriented Software engineering.pptx
Object Oriented Software engineering.pptxObject Oriented Software engineering.pptx
Object Oriented Software engineering.pptx
SowmiyaN23
 
Security Cosc gvggghghhhhhhhhhhhhhhhhhhhhh
Security Cosc gvggghghhhhhhhhhhhhhhhhhhhhhSecurity Cosc gvggghghhhhhhhhhhhhhhhhhhhhh
Security Cosc gvggghghhhhhhhhhhhhhhhhhhhhh
derebelay8
 
software engerring lecture number 5 .ppt
software engerring lecture number 5 .pptsoftware engerring lecture number 5 .ppt
software engerring lecture number 5 .ppt
Duryabhajra
 
software Engineering process
software Engineering processsoftware Engineering process
software Engineering process
Raheel Aslam
 
Lecture 2 Software Development Process and SDCL models.pptx
Lecture 2 Software Development Process and SDCL models.pptxLecture 2 Software Development Process and SDCL models.pptx
Lecture 2 Software Development Process and SDCL models.pptx
AOmaAli
 
Lecture-3 The Software Processsssss.pptx
Lecture-3 The Software Processsssss.pptxLecture-3 The Software Processsssss.pptx
Lecture-3 The Software Processsssss.pptx
SajidHossainKhan1
 
Introduction to Software engineering ch03
Introduction to Software engineering ch03Introduction to Software engineering ch03
Introduction to Software engineering ch03
YousefYassin5
 
An introduction to the program development lifecycle
An introduction to the program development lifecycleAn introduction to the program development lifecycle
An introduction to the program development lifecycle
hassanbokhari14
 
SDLC_2.pptkrejejejejejekekwwkwehehehehehehhehr
SDLC_2.pptkrejejejejejekekwwkwehehehehehehhehrSDLC_2.pptkrejejejejejekekwwkwehehehehehehhehr
SDLC_2.pptkrejejejejejekekwwkwehehehehehehhehr
c4x6vgk2n7
 
Ad

More from Rasan Samarasinghe (20)

Managing the under performance in projects.pptx
Managing the under performance in projects.pptxManaging the under performance in projects.pptx
Managing the under performance in projects.pptx
Rasan Samarasinghe
 
Agile project management with scrum
Agile project management with scrumAgile project management with scrum
Agile project management with scrum
Rasan Samarasinghe
 
Introduction to Agile
Introduction to AgileIntroduction to Agile
Introduction to Agile
Rasan Samarasinghe
 
IT Introduction (en)
IT Introduction (en)IT Introduction (en)
IT Introduction (en)
Rasan Samarasinghe
 
Application of Unified Modelling Language
Application of Unified Modelling LanguageApplication of Unified Modelling Language
Application of Unified Modelling Language
Rasan Samarasinghe
 
Advanced Web Development in PHP - Understanding REST API
Advanced Web Development in PHP - Understanding REST APIAdvanced Web Development in PHP - Understanding REST API
Advanced Web Development in PHP - Understanding REST API
Rasan Samarasinghe
 
Advanced Web Development in PHP - Understanding Project Development Methodolo...
Advanced Web Development in PHP - Understanding Project Development Methodolo...Advanced Web Development in PHP - Understanding Project Development Methodolo...
Advanced Web Development in PHP - Understanding Project Development Methodolo...
Rasan Samarasinghe
 
Advanced Web Development in PHP - Code Versioning and Branching with Git
Advanced Web Development in PHP - Code Versioning and Branching with GitAdvanced Web Development in PHP - Code Versioning and Branching with Git
Advanced Web Development in PHP - Code Versioning and Branching with Git
Rasan Samarasinghe
 
DIWE - Working with MySQL Databases
DIWE - Working with MySQL DatabasesDIWE - Working with MySQL Databases
DIWE - Working with MySQL Databases
Rasan Samarasinghe
 
DIWE - Using Extensions and Image Manipulation
DIWE - Using Extensions and Image ManipulationDIWE - Using Extensions and Image Manipulation
DIWE - Using Extensions and Image Manipulation
Rasan Samarasinghe
 
DIWE - File handling with PHP
DIWE - File handling with PHPDIWE - File handling with PHP
DIWE - File handling with PHP
Rasan Samarasinghe
 
DIWE - Advanced PHP Concepts
DIWE - Advanced PHP ConceptsDIWE - Advanced PHP Concepts
DIWE - Advanced PHP Concepts
Rasan Samarasinghe
 
DIWE - Fundamentals of PHP
DIWE - Fundamentals of PHPDIWE - Fundamentals of PHP
DIWE - Fundamentals of PHP
Rasan Samarasinghe
 
DIWE - Programming with JavaScript
DIWE - Programming with JavaScriptDIWE - Programming with JavaScript
DIWE - Programming with JavaScript
Rasan Samarasinghe
 
DIWE - Coding HTML for Basic Web Designing
DIWE - Coding HTML for Basic Web DesigningDIWE - Coding HTML for Basic Web Designing
DIWE - Coding HTML for Basic Web Designing
Rasan Samarasinghe
 
DIWE - Multimedia Technologies
DIWE - Multimedia TechnologiesDIWE - Multimedia Technologies
DIWE - Multimedia Technologies
Rasan Samarasinghe
 
Esoft Metro Campus - Programming with C++
Esoft Metro Campus - Programming with C++Esoft Metro Campus - Programming with C++
Esoft Metro Campus - Programming with C++
Rasan Samarasinghe
 
Esoft Metro Campus - Certificate in c / c++ programming
Esoft Metro Campus - Certificate in c / c++ programmingEsoft Metro Campus - Certificate in c / c++ programming
Esoft Metro Campus - Certificate in c / c++ programming
Rasan Samarasinghe
 
Esoft Metro Campus - Certificate in java basics
Esoft Metro Campus - Certificate in java basicsEsoft Metro Campus - Certificate in java basics
Esoft Metro Campus - Certificate in java basics
Rasan Samarasinghe
 
DISE - Software Testing and Quality Management
DISE - Software Testing and Quality ManagementDISE - Software Testing and Quality Management
DISE - Software Testing and Quality Management
Rasan Samarasinghe
 
Managing the under performance in projects.pptx
Managing the under performance in projects.pptxManaging the under performance in projects.pptx
Managing the under performance in projects.pptx
Rasan Samarasinghe
 
Agile project management with scrum
Agile project management with scrumAgile project management with scrum
Agile project management with scrum
Rasan Samarasinghe
 
Application of Unified Modelling Language
Application of Unified Modelling LanguageApplication of Unified Modelling Language
Application of Unified Modelling Language
Rasan Samarasinghe
 
Advanced Web Development in PHP - Understanding REST API
Advanced Web Development in PHP - Understanding REST APIAdvanced Web Development in PHP - Understanding REST API
Advanced Web Development in PHP - Understanding REST API
Rasan Samarasinghe
 
Advanced Web Development in PHP - Understanding Project Development Methodolo...
Advanced Web Development in PHP - Understanding Project Development Methodolo...Advanced Web Development in PHP - Understanding Project Development Methodolo...
Advanced Web Development in PHP - Understanding Project Development Methodolo...
Rasan Samarasinghe
 
Advanced Web Development in PHP - Code Versioning and Branching with Git
Advanced Web Development in PHP - Code Versioning and Branching with GitAdvanced Web Development in PHP - Code Versioning and Branching with Git
Advanced Web Development in PHP - Code Versioning and Branching with Git
Rasan Samarasinghe
 
DIWE - Working with MySQL Databases
DIWE - Working with MySQL DatabasesDIWE - Working with MySQL Databases
DIWE - Working with MySQL Databases
Rasan Samarasinghe
 
DIWE - Using Extensions and Image Manipulation
DIWE - Using Extensions and Image ManipulationDIWE - Using Extensions and Image Manipulation
DIWE - Using Extensions and Image Manipulation
Rasan Samarasinghe
 
DIWE - Programming with JavaScript
DIWE - Programming with JavaScriptDIWE - Programming with JavaScript
DIWE - Programming with JavaScript
Rasan Samarasinghe
 
DIWE - Coding HTML for Basic Web Designing
DIWE - Coding HTML for Basic Web DesigningDIWE - Coding HTML for Basic Web Designing
DIWE - Coding HTML for Basic Web Designing
Rasan Samarasinghe
 
DIWE - Multimedia Technologies
DIWE - Multimedia TechnologiesDIWE - Multimedia Technologies
DIWE - Multimedia Technologies
Rasan Samarasinghe
 
Esoft Metro Campus - Programming with C++
Esoft Metro Campus - Programming with C++Esoft Metro Campus - Programming with C++
Esoft Metro Campus - Programming with C++
Rasan Samarasinghe
 
Esoft Metro Campus - Certificate in c / c++ programming
Esoft Metro Campus - Certificate in c / c++ programmingEsoft Metro Campus - Certificate in c / c++ programming
Esoft Metro Campus - Certificate in c / c++ programming
Rasan Samarasinghe
 
Esoft Metro Campus - Certificate in java basics
Esoft Metro Campus - Certificate in java basicsEsoft Metro Campus - Certificate in java basics
Esoft Metro Campus - Certificate in java basics
Rasan Samarasinghe
 
DISE - Software Testing and Quality Management
DISE - Software Testing and Quality ManagementDISE - Software Testing and Quality Management
DISE - Software Testing and Quality Management
Rasan Samarasinghe
 

Recently uploaded (20)

Adobe Master Collection CC Crack Advance Version 2025
Adobe Master Collection CC Crack Advance Version 2025Adobe Master Collection CC Crack Advance Version 2025
Adobe Master Collection CC Crack Advance Version 2025
kashifyounis067
 
Revolutionizing Residential Wi-Fi PPT.pptx
Revolutionizing Residential Wi-Fi PPT.pptxRevolutionizing Residential Wi-Fi PPT.pptx
Revolutionizing Residential Wi-Fi PPT.pptx
nidhisingh691197
 
Adobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage Dashboards
Adobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage DashboardsAdobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage Dashboards
Adobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage Dashboards
BradBedford3
 
Meet the Agents: How AI Is Learning to Think, Plan, and Collaborate
Meet the Agents: How AI Is Learning to Think, Plan, and CollaborateMeet the Agents: How AI Is Learning to Think, Plan, and Collaborate
Meet the Agents: How AI Is Learning to Think, Plan, and Collaborate
Maxim Salnikov
 
Secure Test Infrastructure: The Backbone of Trustworthy Software Development
Secure Test Infrastructure: The Backbone of Trustworthy Software DevelopmentSecure Test Infrastructure: The Backbone of Trustworthy Software Development
Secure Test Infrastructure: The Backbone of Trustworthy Software Development
Shubham Joshi
 
Get & Download Wondershare Filmora Crack Latest [2025]
Get & Download Wondershare Filmora Crack Latest [2025]Get & Download Wondershare Filmora Crack Latest [2025]
Get & Download Wondershare Filmora Crack Latest [2025]
saniaaftab72555
 
Avast Premium Security Crack FREE Latest Version 2025
Avast Premium Security Crack FREE Latest Version 2025Avast Premium Security Crack FREE Latest Version 2025
Avast Premium Security Crack FREE Latest Version 2025
mu394968
 
Download YouTube By Click 2025 Free Full Activated
Download YouTube By Click 2025 Free Full ActivatedDownload YouTube By Click 2025 Free Full Activated
Download YouTube By Click 2025 Free Full Activated
saniamalik72555
 
Who Watches the Watchmen (SciFiDevCon 2025)
Who Watches the Watchmen (SciFiDevCon 2025)Who Watches the Watchmen (SciFiDevCon 2025)
Who Watches the Watchmen (SciFiDevCon 2025)
Allon Mureinik
 
Solidworks Crack 2025 latest new + license code
Solidworks Crack 2025 latest new + license codeSolidworks Crack 2025 latest new + license code
Solidworks Crack 2025 latest new + license code
aneelaramzan63
 
Adobe After Effects Crack FREE FRESH version 2025
Adobe After Effects Crack FREE FRESH version 2025Adobe After Effects Crack FREE FRESH version 2025
Adobe After Effects Crack FREE FRESH version 2025
kashifyounis067
 
Explaining GitHub Actions Failures with Large Language Models Challenges, In...
Explaining GitHub Actions Failures with Large Language Models Challenges, In...Explaining GitHub Actions Failures with Large Language Models Challenges, In...
Explaining GitHub Actions Failures with Large Language Models Challenges, In...
ssuserb14185
 
What Do Contribution Guidelines Say About Software Testing? (MSR 2025)
What Do Contribution Guidelines Say About Software Testing? (MSR 2025)What Do Contribution Guidelines Say About Software Testing? (MSR 2025)
What Do Contribution Guidelines Say About Software Testing? (MSR 2025)
Andre Hora
 
Exploring Code Comprehension in Scientific Programming: Preliminary Insight...
Exploring Code Comprehension  in Scientific Programming:  Preliminary Insight...Exploring Code Comprehension  in Scientific Programming:  Preliminary Insight...
Exploring Code Comprehension in Scientific Programming: Preliminary Insight...
University of Hawai‘i at Mānoa
 
Top 10 Client Portal Software Solutions for 2025.docx
Top 10 Client Portal Software Solutions for 2025.docxTop 10 Client Portal Software Solutions for 2025.docx
Top 10 Client Portal Software Solutions for 2025.docx
Portli
 
Adobe Lightroom Classic Crack FREE Latest link 2025
Adobe Lightroom Classic Crack FREE Latest link 2025Adobe Lightroom Classic Crack FREE Latest link 2025
Adobe Lightroom Classic Crack FREE Latest link 2025
kashifyounis067
 
FL Studio Producer Edition Crack 2025 Full Version
FL Studio Producer Edition Crack 2025 Full VersionFL Studio Producer Edition Crack 2025 Full Version
FL Studio Producer Edition Crack 2025 Full Version
tahirabibi60507
 
Download Wondershare Filmora Crack [2025] With Latest
Download Wondershare Filmora Crack [2025] With LatestDownload Wondershare Filmora Crack [2025] With Latest
Download Wondershare Filmora Crack [2025] With Latest
tahirabibi60507
 
Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...
Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...
Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...
Ranjan Baisak
 
PDF Reader Pro Crack Latest Version FREE Download 2025
PDF Reader Pro Crack Latest Version FREE Download 2025PDF Reader Pro Crack Latest Version FREE Download 2025
PDF Reader Pro Crack Latest Version FREE Download 2025
mu394968
 
Adobe Master Collection CC Crack Advance Version 2025
Adobe Master Collection CC Crack Advance Version 2025Adobe Master Collection CC Crack Advance Version 2025
Adobe Master Collection CC Crack Advance Version 2025
kashifyounis067
 
Revolutionizing Residential Wi-Fi PPT.pptx
Revolutionizing Residential Wi-Fi PPT.pptxRevolutionizing Residential Wi-Fi PPT.pptx
Revolutionizing Residential Wi-Fi PPT.pptx
nidhisingh691197
 
Adobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage Dashboards
Adobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage DashboardsAdobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage Dashboards
Adobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage Dashboards
BradBedford3
 
Meet the Agents: How AI Is Learning to Think, Plan, and Collaborate
Meet the Agents: How AI Is Learning to Think, Plan, and CollaborateMeet the Agents: How AI Is Learning to Think, Plan, and Collaborate
Meet the Agents: How AI Is Learning to Think, Plan, and Collaborate
Maxim Salnikov
 
Secure Test Infrastructure: The Backbone of Trustworthy Software Development
Secure Test Infrastructure: The Backbone of Trustworthy Software DevelopmentSecure Test Infrastructure: The Backbone of Trustworthy Software Development
Secure Test Infrastructure: The Backbone of Trustworthy Software Development
Shubham Joshi
 
Get & Download Wondershare Filmora Crack Latest [2025]
Get & Download Wondershare Filmora Crack Latest [2025]Get & Download Wondershare Filmora Crack Latest [2025]
Get & Download Wondershare Filmora Crack Latest [2025]
saniaaftab72555
 
Avast Premium Security Crack FREE Latest Version 2025
Avast Premium Security Crack FREE Latest Version 2025Avast Premium Security Crack FREE Latest Version 2025
Avast Premium Security Crack FREE Latest Version 2025
mu394968
 
Download YouTube By Click 2025 Free Full Activated
Download YouTube By Click 2025 Free Full ActivatedDownload YouTube By Click 2025 Free Full Activated
Download YouTube By Click 2025 Free Full Activated
saniamalik72555
 
Who Watches the Watchmen (SciFiDevCon 2025)
Who Watches the Watchmen (SciFiDevCon 2025)Who Watches the Watchmen (SciFiDevCon 2025)
Who Watches the Watchmen (SciFiDevCon 2025)
Allon Mureinik
 
Solidworks Crack 2025 latest new + license code
Solidworks Crack 2025 latest new + license codeSolidworks Crack 2025 latest new + license code
Solidworks Crack 2025 latest new + license code
aneelaramzan63
 
Adobe After Effects Crack FREE FRESH version 2025
Adobe After Effects Crack FREE FRESH version 2025Adobe After Effects Crack FREE FRESH version 2025
Adobe After Effects Crack FREE FRESH version 2025
kashifyounis067
 
Explaining GitHub Actions Failures with Large Language Models Challenges, In...
Explaining GitHub Actions Failures with Large Language Models Challenges, In...Explaining GitHub Actions Failures with Large Language Models Challenges, In...
Explaining GitHub Actions Failures with Large Language Models Challenges, In...
ssuserb14185
 
What Do Contribution Guidelines Say About Software Testing? (MSR 2025)
What Do Contribution Guidelines Say About Software Testing? (MSR 2025)What Do Contribution Guidelines Say About Software Testing? (MSR 2025)
What Do Contribution Guidelines Say About Software Testing? (MSR 2025)
Andre Hora
 
Exploring Code Comprehension in Scientific Programming: Preliminary Insight...
Exploring Code Comprehension  in Scientific Programming:  Preliminary Insight...Exploring Code Comprehension  in Scientific Programming:  Preliminary Insight...
Exploring Code Comprehension in Scientific Programming: Preliminary Insight...
University of Hawai‘i at Mānoa
 
Top 10 Client Portal Software Solutions for 2025.docx
Top 10 Client Portal Software Solutions for 2025.docxTop 10 Client Portal Software Solutions for 2025.docx
Top 10 Client Portal Software Solutions for 2025.docx
Portli
 
Adobe Lightroom Classic Crack FREE Latest link 2025
Adobe Lightroom Classic Crack FREE Latest link 2025Adobe Lightroom Classic Crack FREE Latest link 2025
Adobe Lightroom Classic Crack FREE Latest link 2025
kashifyounis067
 
FL Studio Producer Edition Crack 2025 Full Version
FL Studio Producer Edition Crack 2025 Full VersionFL Studio Producer Edition Crack 2025 Full Version
FL Studio Producer Edition Crack 2025 Full Version
tahirabibi60507
 
Download Wondershare Filmora Crack [2025] With Latest
Download Wondershare Filmora Crack [2025] With LatestDownload Wondershare Filmora Crack [2025] With Latest
Download Wondershare Filmora Crack [2025] With Latest
tahirabibi60507
 
Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...
Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...
Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...
Ranjan Baisak
 
PDF Reader Pro Crack Latest Version FREE Download 2025
PDF Reader Pro Crack Latest Version FREE Download 2025PDF Reader Pro Crack Latest Version FREE Download 2025
PDF Reader Pro Crack Latest Version FREE Download 2025
mu394968
 

DISE - Introduction to Software Engineering

  • 1. Diploma in Software Engineering Module I: Introduction to Software Engineering Rasan Samarasinghe ESOFT Computer Studies (pvt) Ltd. No 68/1, Main Street, Pallegama, Embilipitiya.
  • 2. Contents 1. What is software? 2. Software classification 3. Generic Software vs Custom Software 4. Attributes of Software 5. What is Software Engineering? 6. Software Engineering Process Model 7. Waterfall Model 8. Waterfall Model Stages 9. Extended Waterfall Model 10. Prototype Model 11. Throw away prototype model 12. Evolutionary prototype model 13. Rapid application development model (RAD) 14. Stages in the RAD
  • 3. What is software? A software is a collection of instructions that enables a user to interact with the computer or have the computer perform special task for them.
  • 4. Software classification • System Software – Directly controlling the hardware resources and supports the operation of application software. • Application Software – Serves the user requirements in a particular application domain.
  • 5. Software classification • Generic Software (off the shelf) – Available on open market to any customer who is able to buy it. • Custom Software (bespoke) – Developed specially for a customer requirement.
  • 6. Generic Software vs Custom Software Less expensive More reliable Immediate installation More user friendly User requirements are not completely satisfied Cannot accommodate future changes More expensive Less reliable Delay due to high development time Less user friendly Completely satisfied Can easily accommodate future changes Generic Software Custom Software
  • 7. Attributes of Software • Maintainability • Dependability • Efficiency • Usability • Security • Reliability • Robustness • Customizability • Scalability • Accessibility • Extensibility
  • 8. What is Software Engineering? Software engineering is concerned with application of theories, methods and tools to develop and maintain software systems that behave reliably and efficiently, are affordable to develop and maintain, and satisfy all the requirements that customers have defined for them.
  • 9. Software Engineering Process ModelA software process model is a set of predicted procedures or set of stages to be use to develop a fully tested software system timely. Software Process Model
  • 10. • Waterfall model • Prototyping model • Rapid application development model • Spiral model • V-model • Join application development model • Incremental development model Software Process Models
  • 12. Waterfall Model • A linear sequential development model. • Because of the cascade form one stage to another it is known as waterfall model. • Divided project activities into isolated stages and each stage should complete before next started. • Concurrent activities are not possible. • Need to wait until end of the life cycle to see the outcome. • Suitable for develop systems which has stable requirements.
  • 13. Waterfall Model Stages Stage 1: Requirement Definition • The system services, constraints and goals are established by consulting with the system users. • They are define in a manner which is understandable by both users and the development staff.
  • 14. Waterfall Model Stages Stage 2: System and Software designing • Partitions the requirements either hardware or software. • Involves representing the software system functions in a form the may be transformed into executable programs. • Identifying and describing fundamental software system abstraction and there relationships.
  • 15. Waterfall Model Stages Stage 3: Implementation and unit testing • Implementation consists of converting the physical designing into set of actual programs and a set of database tables. • The software is realized as a set of programs or program units. • Unit testing involves verifying that each unit meets it’s requirements.
  • 16. Waterfall Model Stages Stage 4: integration and system testing • Individual program units are integrated and tested as a complete system. • Ensure the software requirements have been met. • After testing the software system is delivered to the customer.
  • 17. Waterfall Model Stages Stage 5: Operation and maintenance • The system installed and put into practical use. • Involved correcting errors which were not discovered in earlier stages. • Improving implementation as new requirements are discovered. • Normally this is the longest life cycle phase.
  • 18. Extended Waterfall Model • Due to the above discussed disadvantages, the waterfall model was modified with the concept of backtracking. • As a result, the Extended Waterfall Model introduced.
  • 20. Prototype Model Prototype is a working model of the actual System There are two types of prototype model. 1. Throw away prototype model 2. Evolutionary prototype model
  • 22. Throw away prototype model • Prototype is used to gather requirements and there after it will be thrown away. • Further designing, construction and implementation will be done using the normal life cycle stages. • Requirements gathering can be exactly done by using the prototype. • Even to develop prototype consumes lot of time and effort , therefore once a prototype is thrown away it’s a waste of time and money.
  • 23. Evolutionary prototype model System Complete System Architecture Identify Prototype Quick Design Construct And Use The System Revise Prototype Deliver System Yes No
  • 24. Evolutionary prototype model • Prototype is used to gather requirements and it will become the final system. • Both the prototyping process as well as the development process will be combine together. • Prototype will not be thrown away and it is not wasting effort and cost like throw away prototype.
  • 26. Rapid application development model (RAD) • This is a software process model which uses to develop applications rather quickly. • The entire system is broken down into several manageable stages and each stage analyzed, designed, developed, tested and implemented simultaneously Rapid Application Development (RAD)
  • 27. Stages in the RAD 1. Business modeling • The information flow among business functions is modeled. • Find answers for the following questions: What information drives the business process? What information is generated? Who generate it? Where does information go? Who process it?
  • 28. Stages in the RAD 2. Data modeling • The information flows are refined into set of data objects. • The attributes of each objects and relationships between these objects defined.
  • 29. Stages in the RAD 3. Process modeling • The data objects are transformed to achieve the information flow necessary to implement the business function. • Processes are created for adding, modifying, deleting and retrieving data objects.
  • 30. Stages in the RAD 4. Application generation • Using fourth generation techniques rather than using conventional third generation programming languages. • In possible cases automated tools/reusable components are use to facilitate construction of the software. (Ex: DB query tools, reports, graphics manipulation, interface designs)
  • 31. Stages in the RAD 5. Testing and turnover • Since the RAD process use many reusable components that have been tested, it reduces the overall testing time. • How ever the new components should be tested.

Editor's Notes

  • #8: Maintenability Ability to evolve with the changing needs of the customer Dependability What it is depends on Efficiency Efficiency is the ability of the software to do the required processing on least amount of hardware. Usability Usability is the ability of a software to offer its interfaces in a user friendly and elegant way. Security Security is the ability of the software to remain protected from unauthorized access. This includes both change access and view access. Reliability High Reliability is the measure of how a product behaves in varying circumstances. Robustness Robustness is defined as the ability of a software product to cope with unusual situation. Customizability Customizability is the ability of a software to offer extensions to existing functionality to better suite the needs of a user. Scalability Scalability is the ability of the software to cater for heavier processing loads as the needs arise. Accessibility Accessibility is the ability of a software to be accessible from a multitude of devices and for a number of different types of users. Extensibility (Data model) Extensibility is the ability of the software to be extended beyond the functionality of the original product.