尊敬的 微信汇率:1円 ≈ 0.046166 元 支付宝汇率:1円 ≈ 0.046257元 [退出登录]
SlideShare a Scribd company logo
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.

More Related Content

What's hot

Lecture5
Lecture5Lecture5
Lecture5
Ali Shah
 
Process management
Process managementProcess management
Process management
Digpal Singh Jhala
 
Introduction to operating systems
 Introduction to operating systems Introduction to operating systems
Introduction to operating systems
Kumbirai Junior Muzavazi
 
Processes and operating systems
Processes and operating systemsProcesses and operating systems
Processes and operating systems
RAMPRAKASHT1
 
Unit 4 Real Time Operating System
Unit 4 Real Time Operating SystemUnit 4 Real Time Operating System
Unit 4 Real Time Operating System
Dr. Pankaj Zope
 
Operating system 05 functions of os
Operating system 05 functions of osOperating system 05 functions of os
Operating system 05 functions of os
Vaibhav Khanna
 
OSCh1
OSCh1OSCh1
OSCh4
OSCh4OSCh4
Operating system
Operating systemOperating system
Operating system
Mark Muhama
 
Os concepts 4 functions of os
Os concepts 4 functions of osOs concepts 4 functions of os
Os concepts 4 functions of os
Vaibhav Khanna
 
RTOS for Embedded System Design
RTOS for Embedded System DesignRTOS for Embedded System Design
RTOS for Embedded System Design
anand hd
 
Operating System
Operating SystemOperating System
Operating System
Griffinder VinHai
 
Unit 4
Unit  4Unit  4
Unit 4
pm_ghate
 
ITFT_Device management in Operating System
ITFT_Device management in Operating SystemITFT_Device management in Operating System
ITFT_Device management in Operating System
Sneh Prabha
 
Operating systems1[1]
Operating systems1[1]Operating systems1[1]
Operating systems1[1]
Ujjwal 'Shanu'
 
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 & RTOS
Vishwa Mohan
 
Lec # 1 chapter 2
Lec # 1 chapter 2Lec # 1 chapter 2
Lec # 1 chapter 2
rereelshahed
 
Chapter 2 (Part 2)
Chapter 2 (Part 2) Chapter 2 (Part 2)
Chapter 2 (Part 2)
rohassanie
 
Process management1
Process management1Process management1
Process management1
muhammad Juman Dahar
 

What's hot (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
 

Viewers also liked

Module vi mis
Module vi misModule vi mis
Module vi mis
Arnav Chowdhury
 
Mis unit ii
Mis unit ii Mis unit ii
Mis unit ii
Arnav Chowdhury
 
Module ii mm ii crm
Module ii mm ii crmModule ii mm ii crm
Module ii mm ii crm
Arnav Chowdhury
 
Mm ii unit iii sales promotion
Mm ii unit iii sales promotionMm ii unit iii sales promotion
Mm ii unit iii sales promotion
Arnav Chowdhury
 
Mis unit i
Mis unit iMis unit i
Mis unit i
Arnav Chowdhury
 
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
Arnav Chowdhury
 
Unit I MM
Unit I MMUnit I MM
Unit I MM
Arnav Chowdhury
 

Viewers also liked (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
 

Similar to Mis unit iii by arnav

software Engineering process
software Engineering processsoftware Engineering process
software Engineering process
Raheel Aslam
 
Creating Functional Testing Strategy.pptx
Creating Functional Testing Strategy.pptxCreating Functional Testing Strategy.pptx
Creating Functional Testing Strategy.pptx
Mohit Rajvanshi
 
Sad1
Sad1Sad1
system development life cycle
system development life cyclesystem development life cycle
system development life cycle
FLYMAN TECHNOLOGY LIMITED
 
Gr 6 sdlc models
Gr 6   sdlc modelsGr 6   sdlc models
Sdlc 4
Sdlc 4Sdlc 4
Software Development Life Cycle
Software Development Life CycleSoftware Development Life Cycle
Software Development Life Cycle
university of education,Lahore
 
System development
System developmentSystem development
System development
Praveen Minz
 
System development life_cycle
System development life_cycleSystem development life_cycle
System development life_cycle
Swapnil 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 documentation
MAHERMOHAMED27
 
Software Engineering & SDLC
Software Engineering & SDLCSoftware Engineering & SDLC
Software Engineering & SDLC
Rida Murad
 
Presentation2
Presentation2Presentation2
Presentation2
Ashams Joseph
 
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 2011
tgushi12
 
Software Development Life Cycle (SDLC).pptx
Software Development Life Cycle (SDLC).pptxSoftware Development Life Cycle (SDLC).pptx
Software Development Life Cycle (SDLC).pptx
sandhyakiran10
 
System development life cycle
System development life cycleSystem development life cycle
System development life cycle
Aiswarya P Suresh
 
System development life cycle(SDLC) .pdf
System development life cycle(SDLC) .pdfSystem development life cycle(SDLC) .pdf
System development life cycle(SDLC) .pdf
NipunVindula
 
2015-HNDIT1212 Lecture 3.pptx
2015-HNDIT1212  Lecture 3.pptx2015-HNDIT1212  Lecture 3.pptx
2015-HNDIT1212 Lecture 3.pptx
usama537223
 
Software testing and introduction to quality
Software testing and introduction to qualitySoftware testing and introduction to quality
Software testing and introduction to quality
DhanashriAmbre
 

Similar to 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
 
Sdlc 4
Sdlc 4Sdlc 4
Sdlc 4
 
Software Development Life Cycle
Software Development Life CycleSoftware Development Life Cycle
Software Development Life Cycle
 
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)
 
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
 
System development life cycle(SDLC) .pdf
System development life cycle(SDLC) .pdfSystem development life cycle(SDLC) .pdf
System development life cycle(SDLC) .pdf
 
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
 

More from Arnav Chowdhury

Startup Funding and Strategies for Future
Startup Funding and Strategies for FutureStartup Funding and Strategies for Future
Startup Funding and Strategies for Future
Arnav Chowdhury
 
Marketing Management Introduction.pptx
Marketing Management Introduction.pptxMarketing Management Introduction.pptx
Marketing Management Introduction.pptx
Arnav Chowdhury
 
Marketing Management Product.pptx
Marketing Management Product.pptxMarketing Management Product.pptx
Marketing Management Product.pptx
Arnav Chowdhury
 
Institutional Support to Entrepreneurship
Institutional Support to EntrepreneurshipInstitutional Support to Entrepreneurship
Institutional Support to Entrepreneurship
Arnav Chowdhury
 
New Venture Expansion and Exit Strategies
New Venture Expansion and Exit StrategiesNew Venture Expansion and Exit Strategies
New Venture Expansion and Exit Strategies
Arnav Chowdhury
 
Creating a Business Plan
Creating a Business PlanCreating a Business Plan
Creating a Business Plan
Arnav 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 Venture
Arnav Chowdhury
 
Fundamentals of Entrepreneurship
Fundamentals of EntrepreneurshipFundamentals of Entrepreneurship
Fundamentals of Entrepreneurship
Arnav Chowdhury
 
ICT tools in Education
ICT tools in EducationICT tools in Education
ICT tools in Education
Arnav Chowdhury
 
Unit v: Cyber Safety Mechanism
Unit v: Cyber Safety MechanismUnit v: Cyber Safety Mechanism
Unit v: Cyber Safety Mechanism
Arnav Chowdhury
 
UNIT IV:Security Measurement Strategies
UNIT IV:Security Measurement StrategiesUNIT IV:Security Measurement Strategies
UNIT IV:Security Measurement Strategies
Arnav Chowdhury
 
Unit iii: Common Hacking Techniques
Unit iii: Common Hacking TechniquesUnit iii: Common Hacking Techniques
Unit iii: Common Hacking Techniques
Arnav Chowdhury
 
Cyber Crime
Cyber CrimeCyber Crime
Cyber Crime
Arnav Chowdhury
 
Information Technology and Modern Gadgets
Information Technology and Modern GadgetsInformation Technology and Modern Gadgets
Information Technology and Modern Gadgets
Arnav Chowdhury
 
Unit iv FMIS
Unit iv FMISUnit iv FMIS
Unit iv FMIS
Arnav Chowdhury
 
Unit iii FMIS
Unit iii FMISUnit iii FMIS
Unit iii FMIS
Arnav Chowdhury
 
Unit ii FMIS
Unit ii FMISUnit ii FMIS
Unit ii FMIS
Arnav Chowdhury
 
Unit iv graphics
Unit iv  graphicsUnit iv  graphics
Unit iv graphics
Arnav Chowdhury
 

More from 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
 

Recently uploaded

intra-mart Accel series 2024 Spring updates_En
intra-mart Accel series 2024 Spring updates_Enintra-mart Accel series 2024 Spring updates_En
intra-mart Accel series 2024 Spring updates_En
NTTDATA INTRAMART
 
ScyllaDB Real-Time Event Processing with CDC
ScyllaDB Real-Time Event Processing with CDCScyllaDB Real-Time Event Processing with CDC
ScyllaDB Real-Time Event Processing with CDC
ScyllaDB
 
QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...
QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...
QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...
AlexanderRichford
 
Introducing BoxLang : A new JVM language for productivity and modularity!
Introducing BoxLang : A new JVM language for productivity and modularity!Introducing BoxLang : A new JVM language for productivity and modularity!
Introducing BoxLang : A new JVM language for productivity and modularity!
Ortus Solutions, Corp
 
Chapter 5 - Managing Test Activities V4.0
Chapter 5 - Managing Test Activities V4.0Chapter 5 - Managing Test Activities V4.0
Chapter 5 - Managing Test Activities V4.0
Neeraj Kumar Singh
 
Day 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio FundamentalsDay 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio Fundamentals
UiPathCommunity
 
Discover the Unseen: Tailored Recommendation of Unwatched Content
Discover the Unseen: Tailored Recommendation of Unwatched ContentDiscover the Unseen: Tailored Recommendation of Unwatched Content
Discover the Unseen: Tailored Recommendation of Unwatched Content
ScyllaDB
 
New ThousandEyes Product Features and Release Highlights: June 2024
New ThousandEyes Product Features and Release Highlights: June 2024New ThousandEyes Product Features and Release Highlights: June 2024
New ThousandEyes Product Features and Release Highlights: June 2024
ThousandEyes
 
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
DanBrown980551
 
ThousandEyes New Product Features and Release Highlights: June 2024
ThousandEyes New Product Features and Release Highlights: June 2024ThousandEyes New Product Features and Release Highlights: June 2024
ThousandEyes New Product Features and Release Highlights: June 2024
ThousandEyes
 
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDBScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB
 
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeckPoznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
FilipTomaszewski5
 
From NCSA to the National Research Platform
From NCSA to the National Research PlatformFrom NCSA to the National Research Platform
From NCSA to the National Research Platform
Larry Smarr
 
Must Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during MigrationMust Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during Migration
Mydbops
 
Fuxnet [EN] .pdf
Fuxnet [EN]                                   .pdfFuxnet [EN]                                   .pdf
Fuxnet [EN] .pdf
Overkill Security
 
APJC Introduction to ThousandEyes Webinar
APJC Introduction to ThousandEyes WebinarAPJC Introduction to ThousandEyes Webinar
APJC Introduction to ThousandEyes Webinar
ThousandEyes
 
MongoDB to ScyllaDB: Technical Comparison and the Path to Success
MongoDB to ScyllaDB: Technical Comparison and the Path to SuccessMongoDB to ScyllaDB: Technical Comparison and the Path to Success
MongoDB to ScyllaDB: Technical Comparison and the Path to Success
ScyllaDB
 
Elasticity vs. State? Exploring Kafka Streams Cassandra State Store
Elasticity vs. State? Exploring Kafka Streams Cassandra State StoreElasticity vs. State? Exploring Kafka Streams Cassandra State Store
Elasticity vs. State? Exploring Kafka Streams Cassandra State Store
ScyllaDB
 
Building a Semantic Layer of your Data Platform
Building a Semantic Layer of your Data PlatformBuilding a Semantic Layer of your Data Platform
Building a Semantic Layer of your Data Platform
Enterprise Knowledge
 
MongoDB vs ScyllaDB: Tractian’s Experience with Real-Time ML
MongoDB vs ScyllaDB: Tractian’s Experience with Real-Time MLMongoDB vs ScyllaDB: Tractian’s Experience with Real-Time ML
MongoDB vs ScyllaDB: Tractian’s Experience with Real-Time ML
ScyllaDB
 

Recently uploaded (20)

intra-mart Accel series 2024 Spring updates_En
intra-mart Accel series 2024 Spring updates_Enintra-mart Accel series 2024 Spring updates_En
intra-mart Accel series 2024 Spring updates_En
 
ScyllaDB Real-Time Event Processing with CDC
ScyllaDB Real-Time Event Processing with CDCScyllaDB Real-Time Event Processing with CDC
ScyllaDB Real-Time Event Processing with CDC
 
QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...
QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...
QR Secure: A Hybrid Approach Using Machine Learning and Security Validation F...
 
Introducing BoxLang : A new JVM language for productivity and modularity!
Introducing BoxLang : A new JVM language for productivity and modularity!Introducing BoxLang : A new JVM language for productivity and modularity!
Introducing BoxLang : A new JVM language for productivity and modularity!
 
Chapter 5 - Managing Test Activities V4.0
Chapter 5 - Managing Test Activities V4.0Chapter 5 - Managing Test Activities V4.0
Chapter 5 - Managing Test Activities V4.0
 
Day 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio FundamentalsDay 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio Fundamentals
 
Discover the Unseen: Tailored Recommendation of Unwatched Content
Discover the Unseen: Tailored Recommendation of Unwatched ContentDiscover the Unseen: Tailored Recommendation of Unwatched Content
Discover the Unseen: Tailored Recommendation of Unwatched Content
 
New ThousandEyes Product Features and Release Highlights: June 2024
New ThousandEyes Product Features and Release Highlights: June 2024New ThousandEyes Product Features and Release Highlights: June 2024
New ThousandEyes Product Features and Release Highlights: June 2024
 
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
 
ThousandEyes New Product Features and Release Highlights: June 2024
ThousandEyes New Product Features and Release Highlights: June 2024ThousandEyes New Product Features and Release Highlights: June 2024
ThousandEyes New Product Features and Release Highlights: June 2024
 
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDBScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
 
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeckPoznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
 
From NCSA to the National Research Platform
From NCSA to the National Research PlatformFrom NCSA to the National Research Platform
From NCSA to the National Research Platform
 
Must Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during MigrationMust Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during Migration
 
Fuxnet [EN] .pdf
Fuxnet [EN]                                   .pdfFuxnet [EN]                                   .pdf
Fuxnet [EN] .pdf
 
APJC Introduction to ThousandEyes Webinar
APJC Introduction to ThousandEyes WebinarAPJC Introduction to ThousandEyes Webinar
APJC Introduction to ThousandEyes Webinar
 
MongoDB to ScyllaDB: Technical Comparison and the Path to Success
MongoDB to ScyllaDB: Technical Comparison and the Path to SuccessMongoDB to ScyllaDB: Technical Comparison and the Path to Success
MongoDB to ScyllaDB: Technical Comparison and the Path to Success
 
Elasticity vs. State? Exploring Kafka Streams Cassandra State Store
Elasticity vs. State? Exploring Kafka Streams Cassandra State StoreElasticity vs. State? Exploring Kafka Streams Cassandra State Store
Elasticity vs. State? Exploring Kafka Streams Cassandra State Store
 
Building a Semantic Layer of your Data Platform
Building a Semantic Layer of your Data PlatformBuilding a Semantic Layer of your Data Platform
Building a Semantic Layer of your Data Platform
 
MongoDB vs ScyllaDB: Tractian’s Experience with Real-Time ML
MongoDB vs ScyllaDB: Tractian’s Experience with Real-Time MLMongoDB vs ScyllaDB: Tractian’s Experience with Real-Time ML
MongoDB vs ScyllaDB: Tractian’s Experience with Real-Time ML
 

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.
  翻译: