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.

Slides:



Advertisements
Similar presentations
INFORMATION TECHNOLOGY
Advertisements

Ch-11 Project Execution and Termination. System Testing This involves two different phases with two different outputs First phase is system test planning.
P5, M1, D1.
1 Information Systems Development (ISD) Systems Development Life Cycle Overview of Analysis Phase Overview of Design Phase CP2236: Information Systems.
System Analysis (Part 1)
Chapter 1 Assuming the Role of the Systems Analyst
System Design and Analysis
SYSTEM ANALYSIS AND DESIGN
Software Development, Programming, Testing & Implementation.
Systems Analysis Chapter 8 P 94 to P 101
THE SYSTEMS LIFE CYCLE ANALYSE DESIGN IMPLEMENT MAINTENANCE IDENTIFY/INVESTIGATE.
Systems Life Cycle A summary of what needs to be done.
Introduction to Systems Analysis and Design Trisha Cummings.
Lecture Outline 11 The Development of Information Systems Chapter 8 page 390+
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
IB Computer Science Section 1: Systems life cycle and software development.
ITEC224 Database Programming
System Development Life Cycle. The Cycle When creating software, hardware, or any kind of product you will go through several stages, we define these.
Systems Development Lifecycle Testing and Documentation.
 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.
The Software Development Life Cycle. Software Development SDLC The Software Development Life-Cycle Sometimes called the program development lifecycle.
Advanced Higher Computing SOFTWARE DEVELOPMENT PROCESS.
Software Development Process.  You should already know that any computer system is made up of hardware and software.  The term hardware is fairly easy.
Systems Analysis and Design
Systems Life Cycle. Know why it is necessary to evaluate a new system Understand the need to evaluate in terms of ease-of- use, appropriateness and efficiency.
SYSTEM ANALYSIS 3 rd AUGUSUT 2005 WEDNESDAY LOWER SIXTH COMPUTING LESSON Prepared by: T.Fina.
System Analysis (Part 3) System Control and Review System Maintenance.
Intermediate 2 Software Development Process. Software You should already know that any computer system is made up of hardware and software. The term hardware.
Data flow & information requirements.  Establishing IPSO  Recording information about the existing system  Identifying the problems with the system.
Software Development Life Cycle by A.Surasit Samaisut Copyrights : All Rights Reserved.
Topics Covered Phase 1: Preliminary investigation Phase 1: Preliminary investigation Phase 2: Feasibility Study Phase 2: Feasibility Study Phase 3: System.
The Systems Life Cycle AS Computing F451 AS Computing F451.
The Software Development Process
1 AVCE ICT Unit 7 - Programming Session 8 – Documenting your programs.
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
A BRIEF LOOK AT THE COMPONENTS THAT MAKE UP THE SYSTEM LIFE CYCLE.
1 The Software Development Process ► Systems analysis ► Systems design ► Implementation ► Testing ► Documentation ► Evaluation ► Maintenance.
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.
A brief look at the components that make up the system life cycle.
1 The System life cycle 16 The system life cycle is a series of stages that are worked through during the development of a new information system. A lot.
The information systems lifecycle Far more boring than you ever dreamed possible!
SYSTEM ANALYSIS AND DESIGN LAB NARZU TARANNUM(NAT)
Getting Ready for the NOCTI test April 30, Study checklist #1 Analyze Programming Problems and Flowchart Solutions Study Checklist.
Learning Objectives Today we will Learn: The different methods of implementation The differences between user and technical documentation.
Systems Development Lifecycle Analysis. Learning Objectives (Analysis) Analysis Describe different methods of researching a situation. State the need.
MANAGEMENT INFORMATION SYSTEM
Advanced Higher Computing Science
Principles of Information Systems Eighth Edition
Project planning The systems life cycle.
System Design, Implementation and Review
Information Systems Development
System.
Fundamentals of Information Systems, Sixth Edition
G063 - Data flow diagrams.
Gary Hughes, South Oakleigh College
Developing Information Systems
The life cycle.
The Development of Information Systems Chapter 8 page 348+
Chapter 1 (pages 4-9); Overview of SDLC
Introduction to Systems Analysis and Design
G063 - Data flow diagrams.
Systems Analysis and Design
Software Development Life Cycle
5 POINT PLAN THE SYSTEMS LIFE CYCLE ANALYSE DESIGN
(System Development Life Cycle)
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.
Presentation transcript:

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 development life cycle involve

SYSTEM LIFE CYCLE It’s a structured plan of steps in order to complete a project or plan. There are lot of different life cycles each with their own defined steps and rules. Fortunately you only need to know the basic outline as per the diagram to the left AnalysisDesignImplementationTestingEvaluation

ANALYSIS PHASE This stage normally starts when it has been identified that a change is needed from current systems, this can happen due to a few reasons:  Change in the organisation  Technical developments  Outdated practices Included in this stage will be: Interviews Questionnaires ObservationsExamining Documents

DESIGN PHASE  As the name suggest this is where the project is design  It’s also more than just aesthetics that are though about Hardware Software Required Inputs & Outputs User interface Test plans

IMPLEMENTATION PHASE This is the stage that most people want to get to as you start to see something.  Development of software  Installation of hardware  Installation of software  Preparation of the data files  Training of the users  Writing system documentation

TESTING PHASE Such a crucial stage of the process, without stringent testing you can find a project will just fall apart. It’s also important to remember that you are testing more than just software, as hardware might have been installed Testing can be done in a variety of different ways  Black box testing  White box testing  Dry Run testing

EVALUATION PHASE This is looking back at the start of the project and reflecting on how successful the project is:  Does the system meet its original system objectives and requirements  How effective is the new system in solving the original problem  Can users operate the new system with out making mistakes or working under stressful conditions

QUESTIONS  During which stage of the system development life cycle would a user be asked what part they play in the functioning of the system and what they think the problems are?  How could a system analyst find out what the customer who regularly shop at a builders’ merchant thought of the current billing system?  Information is stored in filling cabinets. During which stage of the systems development life cycle is this information typed into computer files for use by a new computerised system?  Why is system testing necessary when the programmers have tested their code as they developed it?  Why is it necessary to check that the completed system meets the original requirements?