SlideShare ist ein Scribd-Unternehmen logo
1 von 51
Module 3
Development of Information System
System Development Life Cycle (SDLC) is a
conceptual model which includes policies
and procedures for developing or altering
systems throughout their life cycles.
System Development Life Cycle (SDLC)
SDLC is used by analysts to develop an
information system. SDLC includes the following
activities −
•requirements
•design
•implementation
•testing
•deployment
•operations
•maintenance
System Development Life Cycle (SDLC)
Phases of SDLC
•Preliminary Investigation (Problem
Identification)
 Feasibility study
 System analysis
 System designing
 Development of software
 System testing
 Implementation & Evaluation
 Maintenance
Preliminary
Investigation
Feasibility study
System analysis
System
designing
Development of
software
System testing
Implementation
& Evaluation
Maintenance
System Development
Life Cycle
Problem identification helps in :-
i. Defining a problem
ii. Setting proper system goal
iii. Determining the boundaries
of the project by considering the limitations of
available resources
1. Preliminary Investigation OR Problem Identification:
Preliminary
Investigation
Feasibility study
System analysis
System
designing
Development of
software
System testing
Implementation
& Evaluation
Maintenance
System Development
Life Cycle
2. Feasibility study:
There are four aspects of feasibility study :-
i. Technical feasibility
ii. Economical feasibility
iii. Operational feasibility
iv. Behavioural feasibility
i. Technical feasibility:
It involves the required and existing computer system,
hardware, software & to what extent it can support the
proposed application.
It answers following questions :-
o Whether the system can be carried out with existing
equipments ?
o Whether the existing software is enough ?
o If a new technology is required how best it can be
implemented ?
ii. Economic feasibility:
It involves post benefit analysis to determine the
benefit and savings that are expected from new
system and compared with costs. It benefits out
weight cost then decision is made to design and
implement new system.
iii. Operational feasibility:
It concerns with human, organisational and political
aspects. It covers technical performance as well as
acceptance within the organisation. It determines
the general attitude and job skills of existing
personals and whether any restructuring of jobs will
be acceptable to the current user.
iv. Behavioural feasibility:
It includes how strong the reaction of staff will be
towards the development of new system that
involves computer’s use in their daily work. So
resistant to change is identified.
Preliminary
Investigation
Feasibility study
System analysis
System
designing
Development of
software
System testing
Implementation
& Evaluation
Maintenance
System Development
Life Cycle
System Analysis
The major objectives of systems analysis are to find
answers for each business process:
•What is being done?
•How is it being done?
•Who is doing it?
•When is he doing it? Why is it being done?
•How can it be improved?
System Analysis Involves in:
•collecting factual data
•understand the processes involved
•identifying problems and recommending feasible
suggestions
This involves studying the
•business processes
• gathering operational data
• understand the information flow
• finding out bottlenecks
•evolving solutions for overcoming the weaknesses
of the system.
Preliminary
Investigation
Feasibility study
System analysis
System
designing
Development of
software
System testing
Implementation
& Evaluation
Maintenance
System Development
Life Cycle
System Design
•The logical design produced during the
analysis is turned into a physical design
•A detailed description of what is needed to
solve original problem.
•Input, output, databases, forms, codification
schemes and processing specifications are
drawn up in detail
•The programming language and the
hardware and software platform in which the
new system will run are also decided
System Design
•Data structure, control process, equipment source,
workload and limitation of the system, Interface,
documentation, training, procedures of using the
system, taking backups and staffing requirement are
decided at this stage.
•There are several tools and techniques used for
describing the system design of the system. These
tools and techniques are: Flowchart, Data flow
diagram (DFD), Data dictionary, Structured English,
Decision table and Decision tree
Preliminary
Investigation
Feasibility study
System analysis
System
designing
Development of
software
System testing
Implementation
& Evaluation
Maintenance
System Development
Life Cycle
Development of Software (Coding)
•A programmer, network engineer and/or database
developer are brought on to do the major work on
the project.
•The programmer converts the program
specifications into computer instructions, which we
refer to as programs.
•Programming tools like compilers, interpreters and
language like c, c++, and java etc., are used for
coding .with respect to the type of application.
Preliminary
Investigation
Feasibility study
System analysis
System
designing
Development of
software
System testing
Implementation
& Evaluation
Maintenance
System Development
Life Cycle
Testing
After codifying the whole programs of the
system, a test plan should be developed and
run on a given set of test data. The output of
the test run should match the expected
results.
Using the test data following test run are
carried out:
•Program test
•System test
Testing
Program test : When the programs have been coded
and compiled and brought to working conditions,
they must be individually tested with the prepared
test data. All verification and validation be checked
and any undesirable happening must be noted and
debugged (error corrected).
System Test : The complete system is executed on
the actual data. At each stage of the execution, the
results or output of the system is analyzed. During
the result analysis, it may be found that the outputs
are not matching the expected output of the system.
In such case, the errors in the particular programs
are identified and are fixed and further tested for the
expected output.
Preliminary
Investigation
Feasibility study
System analysis
System
designing
Development of
software
System testing
Implementation
& Evaluation
Maintenance
System Development
Life Cycle
Implementation & Evaluation
The major steps involved in this phase are:
•Acquisition and Installation of Hardware and
Software
•Conversion
•User Training
•Documentation
Implementation & Evaluation
During this phase, all the programs of the system are
loaded onto the user’s computer. After loading the
system, training of the user starts. Main topics of
such type of training are:
•How to execute the package?
•How to enter the data?
•How to process the data (processing details)?
•How to take out the reports?
Implementation & Evaluation
After the users are trained about the computerized
system, working has to shift from manual to
computerized working. The process is
called Changeover. The following strategies are
followed for changeover of the system.
Direct Changeover: This is the complete
replacement of the old system by the new system. It
is a risky approach and requires comprehensive
system testing and training.
Parallel run : In parallel run both the systems, i.e.,
computerized and manual, are executed
simultaneously for certain defined period. The same
data is processed by both the systems.
Implementation & Evaluation
The documentation of the system is also one of the
most important activity in the system development
life cycle.
User Documentation: It is a complete description of
the system from the user’s point of view detailing
how to use or operate the system. It also includes
the major error messages likely to be encountered
by the user.
System Documentation: It contains the details of
system design, programs, their coding, system flow,
data dictionary, process description, etc. This helps
to understand the system and permit changes to be
made in the existing system to satisfy new user
needs.
Preliminary
Investigation
Feasibility study
System analysis
System
designing
Development of
software
System testing
Implementation
& Evaluation
Maintenance
Maintenance
It has been seen that there are always some errors
found in the systems that must be noted and
corrected. It also means the review of the system
from time to time. The review of the system is done
for:
•knowing the full capabilities of the system
•knowing the required changes or the additional
requirements
•studying the performance.
Waterfall Model
• The Waterfall Model was the first Process
Model to be introduced. It is also referred to
as a linear-sequential life cycle model.
• The Waterfall model is the earliest SDLC
approach that was used for software
development.
Waterfall Model
Requirement Analysis
System Design
Implementation
Testing
Deployment
Maintenance
Waterfall Model
Requirement Analysis
System Design
Implementation
Testing
Deployment
Maintenance
Waterfall Model
• Requirement Gathering and analysis − All
possible requirements of the system to be
developed are captured in this phase and
documented in a requirement specification
document.
Waterfall Model
Requirement Analysis
System Design
Implementation
Testing
Deployment
Maintenance
Waterfall Model
• System Design − The requirement
specifications from first phase are studied in
this phase and the system design is prepared.
This system design helps in specifying
hardware and system requirements and helps
in defining the overall system architecture.
Waterfall Model
Requirement Analysis
System Design
Implementation
Testing
Deployment
Maintenance
Waterfall Model
• Implementation − With inputs from the
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.
Waterfall Model
Requirement Analysis
System Design
Implementation
Testing
Deployment
Maintenance
Waterfall Model
• Integration and Testing − All the units
developed in the implementation phase are
integrated into a system after testing of each
unit. Post integration the entire system is
tested for any faults and failures.
Waterfall Model
Requirement Analysis
System Design
Implementation
Testing
Deployment
Maintenance
Waterfall Model
• 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.
Waterfall Model
Requirement Analysis
System Design
Implementation
Testing
Deployment
Maintenance
Waterfall Model
• 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. Maintenance is done to deliver
these changes in the customer environment.
Advantages of Waterfall Model
• Simple and easy to understand and use
• Easy to manage due to the rigidity of the model. Each
phase has specific deliverables and a review process.
• Phases are processed and completed one at a time.
• Works well for smaller projects where requirements
are very well understood.
• Clearly defined stages.
• Well understood milestones.
• Easy to arrange tasks.
• Process and results are well documented.
Disadvantages of Waterfall Model
• High amounts of risk and uncertainty.
• Not a good model for complex and object-oriented
projects.
• Poor model for long and ongoing projects.
• Not suitable for the projects where requirements are at
a moderate to high risk of changing. So, risk and
uncertainty is high with this process model.
• It is difficult to measure progress within stages.
• Cannot accommodate changing requirements.
• Adjusting scope during the life cycle can end a project.
Spiral Model
Spiral Model(Simplified)
Spiral Model
Phase Name Activities performed Deliverables / Output
Planning -Requirements are studied and gathered.
- Feasibility study
- Reviews and walkthroughs to streamline the
requirements
Requirements understanding
document
Finalized list of requirements.
Risk Analysis Requirements are studied and brain storming
sessions are done to identify the potential risks
Once the risks are identified , risk mitigation
strategy is planned and finalized
Document which highlights all
the risks and its mitigation
plans.
Engineering Actual development and testing if the software
takes place in this phase
Code
Test cases and test results
Test summary report and defect
report.
Evaluation Customers evaluate the software and provide
their feedback and approval
Features implemented
document
Spiral model is used in the following
scenarios
• When the project is large.
• Where the software needs continuous risk
evaluation.
• Requirements are a bit complicated and require
continuous clarification.
• Software requires significant changes.
• Where enough time frame is their to get end user
feedback.
• Where releases are required to be frequent.
Advantages of using Spiral Model
• Development is fast
• Larger projects / software are created and
handled in a strategic way
• Risk evaluation is proper.
• Control towards all the phases of development.
• More and more features are added in a
systematic way.
• Software is produced early.
• Has room for customer feedback and the changes
are implemented faster.
Disadvantages of using Spiral Model
• Risk analysis is important phase so requires
expert people.
• Is not beneficial for smaller projects.
• Spiral may go infinitely.
• Documentation is more as it has intermediate
phases.
• It is costly for smaller projects.

Weitere ähnliche Inhalte

Was ist angesagt?

Processes and operating systems
Processes and operating systemsProcesses and operating systems
Processes and operating systemsRAMPRAKASHT1
 
Unit 4 Real Time Operating System
Unit 4 Real Time Operating SystemUnit 4 Real Time Operating System
Unit 4 Real Time Operating SystemDr. Pankaj Zope
 
Operating system 05 functions of os
Operating system 05 functions of osOperating system 05 functions of os
Operating system 05 functions of osVaibhav Khanna
 
Operating system
Operating systemOperating system
Operating systemMark Muhama
 
Os concepts 4 functions of os
Os concepts 4 functions of osOs concepts 4 functions of os
Os concepts 4 functions of osVaibhav Khanna
 
RTOS for Embedded System Design
RTOS for Embedded System DesignRTOS for Embedded System Design
RTOS for Embedded System Designanand hd
 
ITFT_Device management in Operating System
ITFT_Device management in Operating SystemITFT_Device management in Operating System
ITFT_Device management in Operating SystemSneh Prabha
 
Nt introduction(os)
Nt introduction(os)Nt introduction(os)
Nt introduction(os)NehaTadam
 
Real Time Systems & RTOS
Real Time Systems & RTOSReal Time Systems & RTOS
Real Time Systems & RTOSVishwa Mohan
 
Chapter 2 (Part 2)
Chapter 2 (Part 2) Chapter 2 (Part 2)
Chapter 2 (Part 2) rohassanie
 

Was ist angesagt? (20)

Lecture5
Lecture5Lecture5
Lecture5
 
Process management
Process managementProcess management
Process management
 
Introduction to operating systems
 Introduction to operating systems Introduction to operating systems
Introduction to operating systems
 
Processes and operating systems
Processes and operating systemsProcesses and operating systems
Processes and operating systems
 
Unit 4 Real Time Operating System
Unit 4 Real Time Operating SystemUnit 4 Real Time Operating System
Unit 4 Real Time Operating System
 
Operating system 05 functions of os
Operating system 05 functions of osOperating system 05 functions of os
Operating system 05 functions of os
 
OSCh1
OSCh1OSCh1
OSCh1
 
OSCh4
OSCh4OSCh4
OSCh4
 
Operating system
Operating systemOperating system
Operating system
 
Os concepts 4 functions of os
Os concepts 4 functions of osOs concepts 4 functions of os
Os concepts 4 functions of os
 
RTOS for Embedded System Design
RTOS for Embedded System DesignRTOS for Embedded System Design
RTOS for Embedded System Design
 
Operating System
Operating SystemOperating System
Operating System
 
Unit 4
Unit  4Unit  4
Unit 4
 
ITFT_Device management in Operating System
ITFT_Device management in Operating SystemITFT_Device management in Operating System
ITFT_Device management in Operating System
 
Operating systems1[1]
Operating systems1[1]Operating systems1[1]
Operating systems1[1]
 
Nt introduction(os)
Nt introduction(os)Nt introduction(os)
Nt introduction(os)
 
Real Time Systems & RTOS
Real Time Systems & RTOSReal Time Systems & RTOS
Real Time Systems & RTOS
 
Lec # 1 chapter 2
Lec # 1 chapter 2Lec # 1 chapter 2
Lec # 1 chapter 2
 
Chapter 2 (Part 2)
Chapter 2 (Part 2) Chapter 2 (Part 2)
Chapter 2 (Part 2)
 
Process management1
Process management1Process management1
Process management1
 

Andere mochten auch

Andere mochten auch (7)

Module vi mis
Module vi misModule vi mis
Module vi mis
 
Mis unit ii
Mis unit ii Mis unit ii
Mis unit ii
 
Module ii mm ii crm
Module ii mm ii crmModule ii mm ii crm
Module ii mm ii crm
 
Mm ii unit iii sales promotion
Mm ii unit iii sales promotionMm ii unit iii sales promotion
Mm ii unit iii sales promotion
 
Mis unit i
Mis unit iMis unit i
Mis unit i
 
Marketing Management ii unit iii sales promotion
Marketing Management ii unit iii sales promotionMarketing Management ii unit iii sales promotion
Marketing Management ii unit iii sales promotion
 
Unit I MM
Unit I MMUnit I MM
Unit I MM
 

Ähnlich wie Mis unit iii by arnav

software Engineering process
software Engineering processsoftware Engineering process
software Engineering processRaheel Aslam
 
Creating Functional Testing Strategy.pptx
Creating Functional Testing Strategy.pptxCreating Functional Testing Strategy.pptx
Creating Functional Testing Strategy.pptxMohit Rajvanshi
 
System development
System developmentSystem development
System developmentPraveen Minz
 
System development life_cycle
System development life_cycleSystem development life_cycle
System development life_cycleSwapnil Walde
 
Lecture 2 (Software Processes)
Lecture 2 (Software Processes)Lecture 2 (Software Processes)
Lecture 2 (Software Processes)Education Front
 
System Analysis and Design Project documentation
System Analysis and Design Project documentationSystem Analysis and Design Project documentation
System Analysis and Design Project documentationMAHERMOHAMED27
 
Software Engineering & SDLC
Software Engineering & SDLCSoftware Engineering & SDLC
Software Engineering & SDLCRida Murad
 
System Development Life Cycle (Notes)
System Development Life Cycle (Notes)System Development Life Cycle (Notes)
System Development Life Cycle (Notes)Manik Bhola
 
System Analysis And Design 2011
System Analysis And Design  2011System Analysis And Design  2011
System Analysis And Design 2011tgushi12
 
Software Development Life Cycle (SDLC).pptx
Software Development Life Cycle (SDLC).pptxSoftware Development Life Cycle (SDLC).pptx
Software Development Life Cycle (SDLC).pptxsandhyakiran10
 
System development life cycle
System development life cycleSystem development life cycle
System development life cycleAiswarya P Suresh
 
2015-HNDIT1212 Lecture 3.pptx
2015-HNDIT1212  Lecture 3.pptx2015-HNDIT1212  Lecture 3.pptx
2015-HNDIT1212 Lecture 3.pptxusama537223
 
Software testing and introduction to quality
Software testing and introduction to qualitySoftware testing and introduction to quality
Software testing and introduction to qualityDhanashriAmbre
 

Ähnlich wie Mis unit iii by arnav (20)

software Engineering process
software Engineering processsoftware Engineering process
software Engineering process
 
Creating Functional Testing Strategy.pptx
Creating Functional Testing Strategy.pptxCreating Functional Testing Strategy.pptx
Creating Functional Testing Strategy.pptx
 
Sad1
Sad1Sad1
Sad1
 
system development life cycle
system development life cyclesystem development life cycle
system development life cycle
 
Gr 6 sdlc models
Gr 6   sdlc modelsGr 6   sdlc models
Gr 6 sdlc models
 
Software Development Life Cycle
Software Development Life CycleSoftware Development Life Cycle
Software Development Life Cycle
 
Sdlc 4
Sdlc 4Sdlc 4
Sdlc 4
 
System development
System developmentSystem development
System development
 
System development life_cycle
System development life_cycleSystem development life_cycle
System development life_cycle
 
Lecture 2 (Software Processes)
Lecture 2 (Software Processes)Lecture 2 (Software Processes)
Lecture 2 (Software Processes)
 
System Analysis and Design Project documentation
System Analysis and Design Project documentationSystem Analysis and Design Project documentation
System Analysis and Design Project documentation
 
Software Engineering & SDLC
Software Engineering & SDLCSoftware Engineering & SDLC
Software Engineering & SDLC
 
Presentation2
Presentation2Presentation2
Presentation2
 
System Development Life Cycle (Notes)
System Development Life Cycle (Notes)System Development Life Cycle (Notes)
System Development Life Cycle (Notes)
 
SDLC
SDLCSDLC
SDLC
 
System Analysis And Design 2011
System Analysis And Design  2011System Analysis And Design  2011
System Analysis And Design 2011
 
Software Development Life Cycle (SDLC).pptx
Software Development Life Cycle (SDLC).pptxSoftware Development Life Cycle (SDLC).pptx
Software Development Life Cycle (SDLC).pptx
 
System development life cycle
System development life cycleSystem development life cycle
System development life cycle
 
2015-HNDIT1212 Lecture 3.pptx
2015-HNDIT1212  Lecture 3.pptx2015-HNDIT1212  Lecture 3.pptx
2015-HNDIT1212 Lecture 3.pptx
 
Software testing and introduction to quality
Software testing and introduction to qualitySoftware testing and introduction to quality
Software testing and introduction to quality
 

Mehr von Arnav Chowdhury

Startup Funding and Strategies for Future
Startup Funding and Strategies for FutureStartup Funding and Strategies for Future
Startup Funding and Strategies for FutureArnav Chowdhury
 
Marketing Management Introduction.pptx
Marketing Management Introduction.pptxMarketing Management Introduction.pptx
Marketing Management Introduction.pptxArnav Chowdhury
 
Marketing Management Product.pptx
Marketing Management Product.pptxMarketing Management Product.pptx
Marketing Management Product.pptxArnav Chowdhury
 
Institutional Support to Entrepreneurship
Institutional Support to EntrepreneurshipInstitutional Support to Entrepreneurship
Institutional Support to EntrepreneurshipArnav Chowdhury
 
New Venture Expansion and Exit Strategies
New Venture Expansion and Exit StrategiesNew Venture Expansion and Exit Strategies
New Venture Expansion and Exit StrategiesArnav Chowdhury
 
Creating a Business Plan
Creating a Business PlanCreating a Business Plan
Creating a Business PlanArnav Chowdhury
 
Business Research Methodology ( Data Collection)
Business Research Methodology ( Data Collection)Business Research Methodology ( Data Collection)
Business Research Methodology ( Data Collection)Arnav Chowdhury
 
Business Research Methods (Introduction)
Business Research Methods (Introduction)Business Research Methods (Introduction)
Business Research Methods (Introduction)Arnav Chowdhury
 
Planning and organizing Entrepreneurial Venture
Planning and organizing Entrepreneurial VenturePlanning and organizing Entrepreneurial Venture
Planning and organizing Entrepreneurial VentureArnav Chowdhury
 
Fundamentals of Entrepreneurship
Fundamentals of EntrepreneurshipFundamentals of Entrepreneurship
Fundamentals of EntrepreneurshipArnav Chowdhury
 
Unit v: Cyber Safety Mechanism
Unit v: Cyber Safety MechanismUnit v: Cyber Safety Mechanism
Unit v: Cyber Safety MechanismArnav Chowdhury
 
UNIT IV:Security Measurement Strategies
UNIT IV:Security Measurement StrategiesUNIT IV:Security Measurement Strategies
UNIT IV:Security Measurement StrategiesArnav Chowdhury
 
Unit iii: Common Hacking Techniques
Unit iii: Common Hacking TechniquesUnit iii: Common Hacking Techniques
Unit iii: Common Hacking TechniquesArnav Chowdhury
 
Information Technology and Modern Gadgets
Information Technology and Modern GadgetsInformation Technology and Modern Gadgets
Information Technology and Modern GadgetsArnav Chowdhury
 

Mehr von Arnav Chowdhury (20)

Startup Funding and Strategies for Future
Startup Funding and Strategies for FutureStartup Funding and Strategies for Future
Startup Funding and Strategies for Future
 
Marketing Management Introduction.pptx
Marketing Management Introduction.pptxMarketing Management Introduction.pptx
Marketing Management Introduction.pptx
 
Marketing Management Product.pptx
Marketing Management Product.pptxMarketing Management Product.pptx
Marketing Management Product.pptx
 
Institutional Support to Entrepreneurship
Institutional Support to EntrepreneurshipInstitutional Support to Entrepreneurship
Institutional Support to Entrepreneurship
 
New Venture Expansion and Exit Strategies
New Venture Expansion and Exit StrategiesNew Venture Expansion and Exit Strategies
New Venture Expansion and Exit Strategies
 
Creating a Business Plan
Creating a Business PlanCreating a Business Plan
Creating a Business Plan
 
Business Research Methodology ( Data Collection)
Business Research Methodology ( Data Collection)Business Research Methodology ( Data Collection)
Business Research Methodology ( Data Collection)
 
Business Research Methods (Introduction)
Business Research Methods (Introduction)Business Research Methods (Introduction)
Business Research Methods (Introduction)
 
Planning and organizing Entrepreneurial Venture
Planning and organizing Entrepreneurial VenturePlanning and organizing Entrepreneurial Venture
Planning and organizing Entrepreneurial Venture
 
Fundamentals of Entrepreneurship
Fundamentals of EntrepreneurshipFundamentals of Entrepreneurship
Fundamentals of Entrepreneurship
 
ICT tools in Education
ICT tools in EducationICT tools in Education
ICT tools in Education
 
Unit v: Cyber Safety Mechanism
Unit v: Cyber Safety MechanismUnit v: Cyber Safety Mechanism
Unit v: Cyber Safety Mechanism
 
UNIT IV:Security Measurement Strategies
UNIT IV:Security Measurement StrategiesUNIT IV:Security Measurement Strategies
UNIT IV:Security Measurement Strategies
 
Unit iii: Common Hacking Techniques
Unit iii: Common Hacking TechniquesUnit iii: Common Hacking Techniques
Unit iii: Common Hacking Techniques
 
Cyber Crime
Cyber CrimeCyber Crime
Cyber Crime
 
Information Technology and Modern Gadgets
Information Technology and Modern GadgetsInformation Technology and Modern Gadgets
Information Technology and Modern Gadgets
 
Unit iv FMIS
Unit iv FMISUnit iv FMIS
Unit iv FMIS
 
Unit iii FMIS
Unit iii FMISUnit iii FMIS
Unit iii FMIS
 
Unit ii FMIS
Unit ii FMISUnit ii FMIS
Unit ii FMIS
 
Unit iv graphics
Unit iv  graphicsUnit iv  graphics
Unit iv graphics
 

Kürzlich hochgeladen

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfOverkill Security
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 

Kürzlich hochgeladen (20)

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 

Mis unit iii by arnav

  • 1. Module 3 Development of Information System
  • 2. System Development Life Cycle (SDLC) is a conceptual model which includes policies and procedures for developing or altering systems throughout their life cycles. System Development Life Cycle (SDLC)
  • 3. SDLC is used by analysts to develop an information system. SDLC includes the following activities − •requirements •design •implementation •testing •deployment •operations •maintenance System Development Life Cycle (SDLC)
  • 4. Phases of SDLC •Preliminary Investigation (Problem Identification)  Feasibility study  System analysis  System designing  Development of software  System testing  Implementation & Evaluation  Maintenance
  • 5. Preliminary Investigation Feasibility study System analysis System designing Development of software System testing Implementation & Evaluation Maintenance System Development Life Cycle
  • 6. Problem identification helps in :- i. Defining a problem ii. Setting proper system goal iii. Determining the boundaries of the project by considering the limitations of available resources 1. Preliminary Investigation OR Problem Identification:
  • 7. Preliminary Investigation Feasibility study System analysis System designing Development of software System testing Implementation & Evaluation Maintenance System Development Life Cycle
  • 8. 2. Feasibility study: There are four aspects of feasibility study :- i. Technical feasibility ii. Economical feasibility iii. Operational feasibility iv. Behavioural feasibility
  • 9. i. Technical feasibility: It involves the required and existing computer system, hardware, software & to what extent it can support the proposed application. It answers following questions :- o Whether the system can be carried out with existing equipments ? o Whether the existing software is enough ? o If a new technology is required how best it can be implemented ?
  • 10. ii. Economic feasibility: It involves post benefit analysis to determine the benefit and savings that are expected from new system and compared with costs. It benefits out weight cost then decision is made to design and implement new system. iii. Operational feasibility: It concerns with human, organisational and political aspects. It covers technical performance as well as acceptance within the organisation. It determines the general attitude and job skills of existing personals and whether any restructuring of jobs will be acceptable to the current user.
  • 11. iv. Behavioural feasibility: It includes how strong the reaction of staff will be towards the development of new system that involves computer’s use in their daily work. So resistant to change is identified.
  • 12. Preliminary Investigation Feasibility study System analysis System designing Development of software System testing Implementation & Evaluation Maintenance System Development Life Cycle
  • 13. System Analysis The major objectives of systems analysis are to find answers for each business process: •What is being done? •How is it being done? •Who is doing it? •When is he doing it? Why is it being done? •How can it be improved?
  • 14. System Analysis Involves in: •collecting factual data •understand the processes involved •identifying problems and recommending feasible suggestions This involves studying the •business processes • gathering operational data • understand the information flow • finding out bottlenecks •evolving solutions for overcoming the weaknesses of the system.
  • 15. Preliminary Investigation Feasibility study System analysis System designing Development of software System testing Implementation & Evaluation Maintenance System Development Life Cycle
  • 16. System Design •The logical design produced during the analysis is turned into a physical design •A detailed description of what is needed to solve original problem. •Input, output, databases, forms, codification schemes and processing specifications are drawn up in detail •The programming language and the hardware and software platform in which the new system will run are also decided
  • 17. System Design •Data structure, control process, equipment source, workload and limitation of the system, Interface, documentation, training, procedures of using the system, taking backups and staffing requirement are decided at this stage. •There are several tools and techniques used for describing the system design of the system. These tools and techniques are: Flowchart, Data flow diagram (DFD), Data dictionary, Structured English, Decision table and Decision tree
  • 18. Preliminary Investigation Feasibility study System analysis System designing Development of software System testing Implementation & Evaluation Maintenance System Development Life Cycle
  • 19. Development of Software (Coding) •A programmer, network engineer and/or database developer are brought on to do the major work on the project. •The programmer converts the program specifications into computer instructions, which we refer to as programs. •Programming tools like compilers, interpreters and language like c, c++, and java etc., are used for coding .with respect to the type of application.
  • 20. Preliminary Investigation Feasibility study System analysis System designing Development of software System testing Implementation & Evaluation Maintenance System Development Life Cycle
  • 21. Testing After codifying the whole programs of the system, a test plan should be developed and run on a given set of test data. The output of the test run should match the expected results. Using the test data following test run are carried out: •Program test •System test
  • 22. Testing Program test : When the programs have been coded and compiled and brought to working conditions, they must be individually tested with the prepared test data. All verification and validation be checked and any undesirable happening must be noted and debugged (error corrected). System Test : The complete system is executed on the actual data. At each stage of the execution, the results or output of the system is analyzed. During the result analysis, it may be found that the outputs are not matching the expected output of the system. In such case, the errors in the particular programs are identified and are fixed and further tested for the expected output.
  • 23. Preliminary Investigation Feasibility study System analysis System designing Development of software System testing Implementation & Evaluation Maintenance System Development Life Cycle
  • 24. Implementation & Evaluation The major steps involved in this phase are: •Acquisition and Installation of Hardware and Software •Conversion •User Training •Documentation
  • 25. Implementation & Evaluation During this phase, all the programs of the system are loaded onto the user’s computer. After loading the system, training of the user starts. Main topics of such type of training are: •How to execute the package? •How to enter the data? •How to process the data (processing details)? •How to take out the reports?
  • 26. Implementation & Evaluation After the users are trained about the computerized system, working has to shift from manual to computerized working. The process is called Changeover. The following strategies are followed for changeover of the system. Direct Changeover: This is the complete replacement of the old system by the new system. It is a risky approach and requires comprehensive system testing and training. Parallel run : In parallel run both the systems, i.e., computerized and manual, are executed simultaneously for certain defined period. The same data is processed by both the systems.
  • 27. Implementation & Evaluation The documentation of the system is also one of the most important activity in the system development life cycle. User Documentation: It is a complete description of the system from the user’s point of view detailing how to use or operate the system. It also includes the major error messages likely to be encountered by the user. System Documentation: It contains the details of system design, programs, their coding, system flow, data dictionary, process description, etc. This helps to understand the system and permit changes to be made in the existing system to satisfy new user needs.
  • 28. Preliminary Investigation Feasibility study System analysis System designing Development of software System testing Implementation & Evaluation Maintenance
  • 29. Maintenance It has been seen that there are always some errors found in the systems that must be noted and corrected. It also means the review of the system from time to time. The review of the system is done for: •knowing the full capabilities of the system •knowing the required changes or the additional requirements •studying the performance.
  • 30. Waterfall Model • The Waterfall Model was the first Process Model to be introduced. It is also referred to as a linear-sequential life cycle model. • The Waterfall model is the earliest SDLC approach that was used for software development.
  • 31. Waterfall Model Requirement Analysis System Design Implementation Testing Deployment Maintenance
  • 32. Waterfall Model Requirement Analysis System Design Implementation Testing Deployment Maintenance
  • 33. Waterfall Model • Requirement Gathering and analysis − All possible requirements of the system to be developed are captured in this phase and documented in a requirement specification document.
  • 34. Waterfall Model Requirement Analysis System Design Implementation Testing Deployment Maintenance
  • 35. Waterfall Model • System Design − The requirement specifications from first phase are studied in this phase and the system design is prepared. This system design helps in specifying hardware and system requirements and helps in defining the overall system architecture.
  • 36. Waterfall Model Requirement Analysis System Design Implementation Testing Deployment Maintenance
  • 37. Waterfall Model • Implementation − With inputs from the 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.
  • 38. Waterfall Model Requirement Analysis System Design Implementation Testing Deployment Maintenance
  • 39. Waterfall Model • Integration and Testing − All the units developed in the implementation phase are integrated into a system after testing of each unit. Post integration the entire system is tested for any faults and failures.
  • 40. Waterfall Model Requirement Analysis System Design Implementation Testing Deployment Maintenance
  • 41. Waterfall Model • 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.
  • 42. Waterfall Model Requirement Analysis System Design Implementation Testing Deployment Maintenance
  • 43. Waterfall Model • 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. Maintenance is done to deliver these changes in the customer environment.
  • 44. Advantages of Waterfall Model • Simple and easy to understand and use • Easy to manage due to the rigidity of the model. Each phase has specific deliverables and a review process. • Phases are processed and completed one at a time. • Works well for smaller projects where requirements are very well understood. • Clearly defined stages. • Well understood milestones. • Easy to arrange tasks. • Process and results are well documented.
  • 45. Disadvantages of Waterfall Model • High amounts of risk and uncertainty. • Not a good model for complex and object-oriented projects. • Poor model for long and ongoing projects. • Not suitable for the projects where requirements are at a moderate to high risk of changing. So, risk and uncertainty is high with this process model. • It is difficult to measure progress within stages. • Cannot accommodate changing requirements. • Adjusting scope during the life cycle can end a project.
  • 48. Spiral Model Phase Name Activities performed Deliverables / Output Planning -Requirements are studied and gathered. - Feasibility study - Reviews and walkthroughs to streamline the requirements Requirements understanding document Finalized list of requirements. Risk Analysis Requirements are studied and brain storming sessions are done to identify the potential risks Once the risks are identified , risk mitigation strategy is planned and finalized Document which highlights all the risks and its mitigation plans. Engineering Actual development and testing if the software takes place in this phase Code Test cases and test results Test summary report and defect report. Evaluation Customers evaluate the software and provide their feedback and approval Features implemented document
  • 49. Spiral model is used in the following scenarios • When the project is large. • Where the software needs continuous risk evaluation. • Requirements are a bit complicated and require continuous clarification. • Software requires significant changes. • Where enough time frame is their to get end user feedback. • Where releases are required to be frequent.
  • 50. Advantages of using Spiral Model • Development is fast • Larger projects / software are created and handled in a strategic way • Risk evaluation is proper. • Control towards all the phases of development. • More and more features are added in a systematic way. • Software is produced early. • Has room for customer feedback and the changes are implemented faster.
  • 51. Disadvantages of using Spiral Model • Risk analysis is important phase so requires expert people. • Is not beneficial for smaller projects. • Spiral may go infinitely. • Documentation is more as it has intermediate phases. • It is costly for smaller projects.