System Analysis (Part 3) System Control and Review System Maintenance.

Slides:



Advertisements
Similar presentations
DATA PROCESSING SYSTEMS
Advertisements

INFORMATION TECHNOLOGY
Info1409 De Montfort University Lecture 3 The Systems Development Life Cycle Systems Analysis & Design Academic Year 2008/9.
MIS 2000 Class 20 System Development Process Updated 2014.
System Analysis (Part 1)
Case Tools Trisha Cummings. Our Definition of CASE  CASE is the use of computer-based support in the software development process.  A CASE tool is a.
Lab/Sessional -CSE-374. SYSTEM DEVELOPMENT LIFE CYCLE.
© Prentice Hall CHAPTER 9 Application Development by Information Systems Professionals.
Systems Development. Systems Development Life Cycle (SDLC) A “baseline” process for the development of application systems Contains a comprehensive set.
Lecture Exam Monday, March 27th 5:30 – 6:30 l bring a blue bubble sheet l lab sections 10, 11, 12 take test in Classroom Building 302 l lab sections 13,
PROGRAMMING FOR BUSINESS(CTP 108) PREPARED BY MERVE SEVGİLİ&AKIN KURŞAD SAM SYSTEM DEVELOPMENT LIFE CYCLE(SDLC)
Problem with Software Requirements are complex The client does not know the functional requirements in advance Requirements may be changing Technology.
Systems Analysis and Design (Level 3)
4 types of implementing information systems
Introduction to Computer Technology
THE SYSTEMS LIFE CYCLE ANALYSE DESIGN IMPLEMENT MAINTENANCE IDENTIFY/INVESTIGATE.
UNIT 21 Software Engineering.
Systems Life Cycle A summary of what needs to be done.
SYSTEM LIFE CYCLES. OBJECTIVES o Be able to describe the stages of development of a hardware/software system. o Know what the different stages of the.
System Development Life Cycle
Introduction to Systems Analysis and Design Trisha Cummings.
Hardware.  Learn what hardware is  Learn different input and output devices  Learn what the CPU is.
Term 2, 2011 Week 3. CONTENTS The physical design of a network Network diagrams People who develop and support networks Developing a network Supporting.
System Analysis and Design
LESSON 8 Booklet Sections: 12 & 13 Systems Analysis.
SYSTEMS ANALYSIS FORM 4 Included in this topic: Information Systems Systems Analysts System Life Cycle (incl. Case Study) Documentation.
Chapter 8: Systems analysis and design
1 UNIT 20 Software Engineering Lecturer: Ghadah Aldehim.
Understand Application Lifecycle Management
System Analysis (Part 2) The System Development Life Cycle Problem Selection and Feasibility Study.
End HomeWelcome! The Software Development Process.
Introduction to Java August 14, 2008 Mrs. C. Furman.
Project Life cycles BTEC National.
System Development Life Cycle. The Cycle When creating software, hardware, or any kind of product you will go through several stages, we define these.
Program Development Life Cycle (PDLC)
 Once the system has been installed it will be monitored to check whether it is working correctly. Sometimes problems with a system will not be found.
Advanced Higher Computing SOFTWARE DEVELOPMENT PROCESS.
Systems Development Lifecycle Analysis. Learning Objectives List the nine stages of the system life cycle Explain the system life cycle as an iterative.
 System Development Life Cycle System Development Life Cycle  SDLC Phases SDLC Phases Phase 1: Preliminary Investigation Phase 2: Feasibility Study.
Intermediate 2 Software Development Process. Software You should already know that any computer system is made up of hardware and software. The term hardware.
Topics Covered Phase 1: Preliminary investigation Phase 1: Preliminary investigation Phase 2: Feasibility Study Phase 2: Feasibility Study Phase 3: System.
CSCI-100 Introduction to Computing
GCSE ICT Systems Analysis. Systems analysis Systems analysis is the application of analytical processes to the planning, design and implementation of.
Project roles and responsibilities
Program Development Cycle
Introduction to Testing CSIS 1595: Fundamentals of Programming and Problem Solving 1.
Lesson - 2. Introduction When we make a program we must follow some steps, called Programming Development Life Cycle (PDLC). Programming steps are five:
Assoc. Prof. Dr. Ahmet Turan ÖZCERİT.  System and Software  System Engineering  Software Engineering  Software Engineering Standards  Software Development.
Herriman High Computer Programming 1A Software Development Cycle Things to Know.
Developing Information Systems 1 Copyright © 2001 by Harcourt, Inc. All rights reserved. Part 3.
第 11 組 MIS 報告. Phases of any information system ~ recognition of a business problem or opportunity ~ recognition of a business problem or opportunity.
1 Chapter 13 (Week 13) SYSTEMS MAINTENANCE AND EVALUATION Chapter 13: SYSTEMS MAINTENANCE AND EVALUATION Throughout its life, a system should operate effectively.
May07-02: Parking Meter Clint Hertz: Team Leader Austyn Trace: Communications Nick Hollander Christian Baldus.
Observing the Current System Benefits Can see how the system actually works in practice Can ask people to explain what they are doing – to gain a clear.
GCSE ICT 3 rd Edition The system life cycle 18 The system life cycle is a series of stages that are worked through during the development of a new information.
CMSC 2021 Software Development. CMSC 2022 Software Development Life Cycle Five phases: –Analysis –Design –Implementation –Testing –Maintenance.
FACTORS AFFECTING THE EFFICIENCY OF DATA PROCESSING SYSTEMS.
Software Maintenance1 Software Maintenance.
MIS 2000 Class 20 System Development Process Updated 2016.
Learning Objectives Today we will Learn: The different methods of implementation The differences between user and technical documentation.
MANAGEMENT INFORMATION SYSTEM
Principles of Information Systems Eighth Edition
System Development Life Cycle (SDLC)
Systems Design, Implementation, and Operation
Introduction to Systems Analysis and Design
Systems Analysis and Design
5 POINT PLAN THE SYSTEMS LIFE CYCLE ANALYSE DESIGN
Software Development Approaches
 Is a machine that is able to take information (input), do some work on (process), and to make new information (output) COMPUTER.
What is a System? A system is a collection of interrelated components that work together to perform a specific task.
Presentation transcript:

System Analysis (Part 3) System Control and Review System Maintenance

Maintenance Implementation Design Analysis System Development Life Cycle 1) Project Selection and Feasibility Study 2) Present System study and Analysis 3) System Design of the New System 4) Programming and Documentation 5) Implementation and Change Over 6) System Control and Review 7) System Maintenance

Maintenance This is the stage where the systems is checked This stage is used to make sure the system works as it should If the System Analyst did a good job there should be no problems

System Control and Review After the system has been running for some time the system analyst checks the system He/she would compare expected performance with actual performance This acts as a check up of the whole system 6

How is this done? The system analyst could either; 1. Ask the users of the system for a report on the way the system works and if they feel it is better than the previous system 2. Testing the system by trying out different inputs to check if the outputs are as expected

System Maintenance This stage is a VERY important stage of system analysis This is an on going stage that never ends System maintenance keeps the system updated and free of any errors If any bottlenecks and failures are found they are fixed right away 7

Why maintain a system? System maintenance is done to; 1. Address problems that were not dealt with before 2. Updating the system when; A. the amount of data increases, B.the system is to be used in a new area C.the data needs to be processed in a different way 3. Replace old computer hardware 4. Adding new updated features to the system