SlideShare a Scribd company logo
1 of 16
Chapter 10
Information Systems Development
Learning Objectives
Upon successful completion of this chapter, you will be
able to:
• Explain the overall process of developing a new
software application
• Explain the differences between software development
methodologies
• Understand the different types of programming
languages used to develop software
• Understand some of the issues
surrounding the development of
websites and mobile applications
• Identify the four primary
implementation policies
Programming
• Needed to take ideas or business solutions and
bringing them to reality.
• Small changes can be implemented in a short
timeframe with a streamlined process
• Larger changes will require a software
development methodology to guide and manage
the process:
– Systems development life cycle (SDLC)
– Rapid application development (RAD)
– Agile methodologies
– Lean methodology
Systems Development Life Cycle (SDLC)
• Developed in 1960s to manage large software
development projects
• Still in wide use today and called waterfall
methodology
• Very structured
– each phase has an end deliverable requiring approval to next phase
– each phase must be completed before the next phase can start
• Phases:
1. Preliminary Analysis
2. Systems Analysis
3. Systems Design
4. Programming
5. Testing
6. Implementation
7. Maintenance
SDLC Phases
1. Preliminary Analysis – requests are reviewed
– Deliverable - feasibility analysis document
2. Systems Analysis – if approved, determine the system
requirements for new system
– Deliverable – systems requirement document
3. Systems Design – converts system analysis requirements into
system design document deliverable
4. Programming – coding commences using design documents
5. Testing – ensures that the code functions according to
requirements
6. Implementation – converting from old system to
new system
– Training, documenting functions, and data
conversion
7. Maintenance – support for reporting
prioritizing, and fixing bugs
Rapid Application Development (RAD)
Overall requirements are
defined, team formed, and
feasibility determined
Design the system in
JAD sessions
Go live and placed
in production
As the user design is
being created,
programs are being
created with the
ability to still make
changes
• Focuses on quickly building a working model and getting
feedback from users to update the working model for
smaller projects and giving users the ability to provide
feedback during the process
• Phases: Overall requirements are
defined, team formed, and
feasibility determined
Agile Methodologies
• Group of methodologies for incremental changes
focused on quality and attention to detail
• Each increment is released with very specific
objectives
• Characteristics:
– Small cross-functional teams are used
– Daily status meetings are held
– Short timeframe increments for each
change
– A working project is completed at
end of each iteration and
demonstrated to stakeholders
Lean Methodology
• Takes an initial idea and develops a minimal visible
product (MVP)
– Has just enough functionality to demonstrate
the idea behind the project
• Works best in entrepreneurial environment
While moving through the
phases, feedback is key
and is generated in 2
forms:
1. Direct observation and
discussion with users
2. Usage statistics
gathered from the
software itself
Usually requires several
iterations as the team uses
the feedback to determine
whether to continue in same
direction or pivot in a new
direction or MVP
Quality Triangle
• Decisions are made during development that
affect 3 factors – time, cost, and quality
• Only 2 can be addressed requiring
compromise/tradeoffs
Spend more or
less money on
the project?
Spend more or less
time on project?
• Meets or doesn’t
meet requirements?
• Minimal or no bugs
at implementation?
Programming Languages
• Used to develop new systems
• Multiple generations:
• Machine Code
• Zeros and Ones
• Machine
dependent
1st
• Assembly Language
• Used some English
like phrases
• Machine
dependent
2nd
• Similar to spoken
languages
• Machine
independent
• E.g., JAVA
3rd
• Fast development
• Use developer
environments that
help generate the
code
• Machine
independent
• E.g., SQL and SPSS
4th
Software Development Decisions
Development Decision Advantages Disadvantages
Purchasing Software • Less expensive
• Available more quickly
• Tested already
• Bugs worked out
• Same software may be
used by competitors
• Fewer/none
customizations
Building Yourself • Customized to your
businesses’ needs
• Would not be used by
your competitors to
maintain your
competitive edge
• More expensive
• Not available quickly
• Requires testing and
bugs being worked out
• Every new development project should decide
whether to create it themselves using in-house
personnel or buy one that has already been
developed
• Web Services – purchase functions from vendors
– For Example, using Google
End User Computing
• Others (non-IT) develop their own solutions that are
not trained in programming or software
development
• Needs to be managed and guidelines established
• Advantages:
– Development is closer to those that will use them
– May receive it sooner than from IT
• Disadvantages:
– Several applications may perform the
same functions which may or may not
have same results
– May not be fully tested and bug-free
– Data is not always backed up
Testing
• Critical part of any development project to
detect and fix bugs before the system is
implemented
• Process:
Unit Test
• Done by programmer for their standalone
modules
System Test
• Done once the individual units are bug free
• Integrated with other bug-free modules and tested as
a whole
User
Acceptance
Test
• Conducted by end users on meeting
requirements
• Any bugs, errors, or problems are
retested
Implementation Methodologies
Several implementation methodologies exist:
– Direct cutover – new system is turned on and old system
turned off
• Riskiest but least expensive – no need to support 2 systems
– Pilot implementation – a small group uses the new system
• Small impact on organization is something goes wrong – still have
old system running
– Parallel operation – all transactions are entered in new and
old system
• Very expensive to maintain 2 systems
• Least risky that you can identify bugs and
go back to old system if needed
– Phased implementation – new
functions are implemented as parts of old
system are turned off
• Slowly move from old system to new one
Implementation Methodologies
Support
Every implementation requires support in 2 key areas:
1. Change management
– All proposed changes should be communicated to all
affected personnel, including IT
– IT should be managing which code has been tested and
signed off by the end users prior to implementation
2. Maintenance
– Often newly implemented systems still need
changes for fixing bugs
– Management needs to ensure that the
system continues to runs and is aligned
with business priorities
Summary
• Explained the overall process of developing a new
software application
• Explained the differences between software
development methodologies
• Understand the different types of programming
languages used to develop software
• Understand some of the issues surrounding the
development of websites and
mobile applications
• Identified the four primary
implementation policies

More Related Content

Similar to ISD Chapter 10 - Software Dev Methodologies & Programming Languages

Software process models
Software process modelsSoftware process models
Software process modelsMalik WaQas
 
2 approaches to system development
2 approaches to system development2 approaches to system development
2 approaches to system developmentcymark09
 
System development
System developmentSystem development
System developmentPraveen Minz
 
Introduction to Software Engineering
Introduction to Software EngineeringIntroduction to Software Engineering
Introduction to Software EngineeringSaqib Raza
 
Intoduction to software engineering part 2
Intoduction to software engineering part 2Intoduction to software engineering part 2
Intoduction to software engineering part 2Rupesh Vaishnav
 
Software Process Models
Software Process ModelsSoftware Process Models
Software Process ModelsAtul Karmyal
 
Software development life cycle (SDLC) Models
Software development life cycle (SDLC) ModelsSoftware development life cycle (SDLC) Models
Software development life cycle (SDLC) ModelsAOmaAli
 
0121_RESOURCE_SoftwareDevelopmentLifecycles.pdf
0121_RESOURCE_SoftwareDevelopmentLifecycles.pdf0121_RESOURCE_SoftwareDevelopmentLifecycles.pdf
0121_RESOURCE_SoftwareDevelopmentLifecycles.pdfBinNguynVn3
 
Soft engg introduction and process models
Soft engg introduction and process modelsSoft engg introduction and process models
Soft engg introduction and process modelssnehalkulkarni74
 
Software Development Life Cycle (SDLC )
Software Development Life Cycle (SDLC )Software Development Life Cycle (SDLC )
Software Development Life Cycle (SDLC )eshtiyak
 
Process Model in Software Engineering.ppt
Process Model in Software Engineering.pptProcess Model in Software Engineering.ppt
Process Model in Software Engineering.pptAtharvaBavge
 
ITFT - Software prototyping
ITFT -  Software prototypingITFT -  Software prototyping
ITFT - Software prototypingShruti Kunwar
 
Lect-4: Software Development Life Cycle Model - SPM
Lect-4: Software Development Life Cycle Model - SPMLect-4: Software Development Life Cycle Model - SPM
Lect-4: Software Development Life Cycle Model - SPMMubashir Ali
 
Software life cycle
Software life cycleSoftware life cycle
Software life cyclekingseif
 
ISTQB - Software development life cycle
ISTQB - Software development life cycleISTQB - Software development life cycle
ISTQB - Software development life cycleHoangThiHien1
 

Similar to ISD Chapter 10 - Software Dev Methodologies & Programming Languages (20)

Software process models
Software process modelsSoftware process models
Software process models
 
2 approaches to system development
2 approaches to system development2 approaches to system development
2 approaches to system development
 
SDET UNIT 1.pptx
SDET UNIT 1.pptxSDET UNIT 1.pptx
SDET UNIT 1.pptx
 
System development
System developmentSystem development
System development
 
Introduction to Software Engineering
Introduction to Software EngineeringIntroduction to Software Engineering
Introduction to Software Engineering
 
Intoduction to software engineering part 2
Intoduction to software engineering part 2Intoduction to software engineering part 2
Intoduction to software engineering part 2
 
what-is-devops.ppt
what-is-devops.pptwhat-is-devops.ppt
what-is-devops.ppt
 
Software Process Models
Software Process ModelsSoftware Process Models
Software Process Models
 
Software development life cycle (SDLC) Models
Software development life cycle (SDLC) ModelsSoftware development life cycle (SDLC) Models
Software development life cycle (SDLC) Models
 
Lecture 3 se
Lecture 3 seLecture 3 se
Lecture 3 se
 
0121_RESOURCE_SoftwareDevelopmentLifecycles.pdf
0121_RESOURCE_SoftwareDevelopmentLifecycles.pdf0121_RESOURCE_SoftwareDevelopmentLifecycles.pdf
0121_RESOURCE_SoftwareDevelopmentLifecycles.pdf
 
Soft engg introduction and process models
Soft engg introduction and process modelsSoft engg introduction and process models
Soft engg introduction and process models
 
Software Development Life Cycle (SDLC )
Software Development Life Cycle (SDLC )Software Development Life Cycle (SDLC )
Software Development Life Cycle (SDLC )
 
Process Model in Software Engineering.ppt
Process Model in Software Engineering.pptProcess Model in Software Engineering.ppt
Process Model in Software Engineering.ppt
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
ITFT - Software prototyping
ITFT -  Software prototypingITFT -  Software prototyping
ITFT - Software prototyping
 
Lect-4: Software Development Life Cycle Model - SPM
Lect-4: Software Development Life Cycle Model - SPMLect-4: Software Development Life Cycle Model - SPM
Lect-4: Software Development Life Cycle Model - SPM
 
Software life cycle
Software life cycleSoftware life cycle
Software life cycle
 
ISTQB - Software development life cycle
ISTQB - Software development life cycleISTQB - Software development life cycle
ISTQB - Software development life cycle
 
Sadchap04
Sadchap04Sadchap04
Sadchap04
 

Recently uploaded

EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxolyaivanovalion
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionfulawalesam
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxolyaivanovalion
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 

Recently uploaded (20)

EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 

ISD Chapter 10 - Software Dev Methodologies & Programming Languages

  • 2. Learning Objectives Upon successful completion of this chapter, you will be able to: • Explain the overall process of developing a new software application • Explain the differences between software development methodologies • Understand the different types of programming languages used to develop software • Understand some of the issues surrounding the development of websites and mobile applications • Identify the four primary implementation policies
  • 3. Programming • Needed to take ideas or business solutions and bringing them to reality. • Small changes can be implemented in a short timeframe with a streamlined process • Larger changes will require a software development methodology to guide and manage the process: – Systems development life cycle (SDLC) – Rapid application development (RAD) – Agile methodologies – Lean methodology
  • 4. Systems Development Life Cycle (SDLC) • Developed in 1960s to manage large software development projects • Still in wide use today and called waterfall methodology • Very structured – each phase has an end deliverable requiring approval to next phase – each phase must be completed before the next phase can start • Phases: 1. Preliminary Analysis 2. Systems Analysis 3. Systems Design 4. Programming 5. Testing 6. Implementation 7. Maintenance
  • 5. SDLC Phases 1. Preliminary Analysis – requests are reviewed – Deliverable - feasibility analysis document 2. Systems Analysis – if approved, determine the system requirements for new system – Deliverable – systems requirement document 3. Systems Design – converts system analysis requirements into system design document deliverable 4. Programming – coding commences using design documents 5. Testing – ensures that the code functions according to requirements 6. Implementation – converting from old system to new system – Training, documenting functions, and data conversion 7. Maintenance – support for reporting prioritizing, and fixing bugs
  • 6. Rapid Application Development (RAD) Overall requirements are defined, team formed, and feasibility determined Design the system in JAD sessions Go live and placed in production As the user design is being created, programs are being created with the ability to still make changes • Focuses on quickly building a working model and getting feedback from users to update the working model for smaller projects and giving users the ability to provide feedback during the process • Phases: Overall requirements are defined, team formed, and feasibility determined
  • 7. Agile Methodologies • Group of methodologies for incremental changes focused on quality and attention to detail • Each increment is released with very specific objectives • Characteristics: – Small cross-functional teams are used – Daily status meetings are held – Short timeframe increments for each change – A working project is completed at end of each iteration and demonstrated to stakeholders
  • 8. Lean Methodology • Takes an initial idea and develops a minimal visible product (MVP) – Has just enough functionality to demonstrate the idea behind the project • Works best in entrepreneurial environment While moving through the phases, feedback is key and is generated in 2 forms: 1. Direct observation and discussion with users 2. Usage statistics gathered from the software itself Usually requires several iterations as the team uses the feedback to determine whether to continue in same direction or pivot in a new direction or MVP
  • 9. Quality Triangle • Decisions are made during development that affect 3 factors – time, cost, and quality • Only 2 can be addressed requiring compromise/tradeoffs Spend more or less money on the project? Spend more or less time on project? • Meets or doesn’t meet requirements? • Minimal or no bugs at implementation?
  • 10. Programming Languages • Used to develop new systems • Multiple generations: • Machine Code • Zeros and Ones • Machine dependent 1st • Assembly Language • Used some English like phrases • Machine dependent 2nd • Similar to spoken languages • Machine independent • E.g., JAVA 3rd • Fast development • Use developer environments that help generate the code • Machine independent • E.g., SQL and SPSS 4th
  • 11. Software Development Decisions Development Decision Advantages Disadvantages Purchasing Software • Less expensive • Available more quickly • Tested already • Bugs worked out • Same software may be used by competitors • Fewer/none customizations Building Yourself • Customized to your businesses’ needs • Would not be used by your competitors to maintain your competitive edge • More expensive • Not available quickly • Requires testing and bugs being worked out • Every new development project should decide whether to create it themselves using in-house personnel or buy one that has already been developed • Web Services – purchase functions from vendors – For Example, using Google
  • 12. End User Computing • Others (non-IT) develop their own solutions that are not trained in programming or software development • Needs to be managed and guidelines established • Advantages: – Development is closer to those that will use them – May receive it sooner than from IT • Disadvantages: – Several applications may perform the same functions which may or may not have same results – May not be fully tested and bug-free – Data is not always backed up
  • 13. Testing • Critical part of any development project to detect and fix bugs before the system is implemented • Process: Unit Test • Done by programmer for their standalone modules System Test • Done once the individual units are bug free • Integrated with other bug-free modules and tested as a whole User Acceptance Test • Conducted by end users on meeting requirements • Any bugs, errors, or problems are retested
  • 14. Implementation Methodologies Several implementation methodologies exist: – Direct cutover – new system is turned on and old system turned off • Riskiest but least expensive – no need to support 2 systems – Pilot implementation – a small group uses the new system • Small impact on organization is something goes wrong – still have old system running – Parallel operation – all transactions are entered in new and old system • Very expensive to maintain 2 systems • Least risky that you can identify bugs and go back to old system if needed – Phased implementation – new functions are implemented as parts of old system are turned off • Slowly move from old system to new one
  • 15. Implementation Methodologies Support Every implementation requires support in 2 key areas: 1. Change management – All proposed changes should be communicated to all affected personnel, including IT – IT should be managing which code has been tested and signed off by the end users prior to implementation 2. Maintenance – Often newly implemented systems still need changes for fixing bugs – Management needs to ensure that the system continues to runs and is aligned with business priorities
  • 16. Summary • Explained the overall process of developing a new software application • Explained the differences between software development methodologies • Understand the different types of programming languages used to develop software • Understand some of the issues surrounding the development of websites and mobile applications • Identified the four primary implementation policies