Building Information Systems lesson 26 This lesson includes the following sections: The Systems Development Life Cycle Phase 1: Needs Analysis Phase.

Slides:



Advertisements
Similar presentations
System Development Life Cycle (SDLC)
Advertisements

Systems Analysis & IT Project Management Pepper. System Life Cycle BirthDeathDevelopmentProduction.
Chapter 12 Systems Development Three common methods for MIS development: The systems development life cycle (SDLC) Prototyping End-user development Five.
Chapter 1 Assuming the Role of the Systems Analyst
Acquiring Information Systems and Applications
Acquiring Information Systems and Applications
Pg. 1 Systems Development Life Cycle (SDLC) Systems Analyst – change agent Systems Analyst – change agent  coordination, communication, planning, design.
Lab/Sessional -CSE-374. SYSTEM DEVELOPMENT LIFE CYCLE.
Systems Analysis and Design
McGraw-Hill Technology Education © 2006 by the McGraw-Hill Companies, Inc. All rights reserved CHAPTER SYSTEMS ANALYSIS AND DESIGN McGraw-Hill/Irwin.
© Prentice Hall CHAPTER 9 Application Development by Information Systems Professionals.
1 California State University, Fullerton Chapter 13 Developing and Managing Information Systems.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Unit 191 Introduction to Software Engineering The objective of this section is to introduce the subject of software engineering. When you have read this.
1 IS 4420 Database Fundamentals Chapter 2: Database Development Process Leon Chen.
Systems Development Life Cycle
System Development Life Cycle (SDLC)
Lecture 9 – Database Design
7.2 System Development Life Cycle (SDLC)
Computing Essentials 2014 Systems Analysis and Design © 2014 by McGraw-Hill Education. This proprietary material solely for authorized instructor use.
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 13 Developing and Managing Information Systems.
9 1 Chapter 9 Database Design Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
SDLC. Information Systems Development Terms SDLC - the development method used by most organizations today for large, complex systems Systems Analysts.
CHAPTER 19 Building Software.
Welcome to CMPE003 Personal Computer Concepts: Hardware and Software Winter 2003 UC Santa Cruz Instructor: Guy Cox.
CORE 1: PROJECT MANAGEMENT Overview TECHNIQUES FOR MANAGING A PROJECT Communication Skills Active Listening Mirroring Paraphrasing Summarizing Clarifying.
Systems Analysis and Design: The Big Picture
1313 CHAPTER SYSTEMS ANALYSIS AND DESIGN. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved Competencies Describe the six phases of the.
System design technique  System Development Life Cycle  Prototyping  Rapid Application Development.
INFORMATION SYSTEM APPLICATIONS System Development Life Cycle.
Computers Are Your Future Eleventh Edition Chapter 13: Systems Analysis & Design Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Managing the development and purchase of information systems (Part 1)
Transaction Processing Systems and System Development Life Cycle
© 2001 Business & Information Systems 2/e1 Chapter 13 Developing and Managing Information Systems.
Information Systems Development. Outline  Information System  Systems Development Project  Systems Development Life Cycle.
Chapter 14 Information System Development
Computers Are Your Future © 2006 Prentice Hall, Inc.
Copyright Prentice Hall, Inc. 1 Computers: Information Technology in Perspective, 11e Larry Long and Nancy Long Chapter 11 Developing Business Information.
Systems Development AIMS 2710 R. Nakatsu. Overview Why do IT projects succeed and fail? Two philosophies of systems development –Systems Development Life.
Systems Development MBAA 609 R. Nakatsu. Overview of Today’s Lecture Why do IT projects succeed and fail? Two philosophies of systems development –Systems.
Systems Development Lifecycle (SDLC) Jason C. H. Chen ( 陳周宏 ), Ph.D. Visiting Professor National Taipei University of Technology Professor of MIS Graduate.
Systems Analysis and Design
Computers Are Your Future © 2008 Prentice Hall, Inc.
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.
+ SUH Incorporated Executive Briefing. + SUH Business Opportunity I.T. solutions are needed to improve SUH’s ability to operate Sales Support team would.
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
CISB113 Fundamentals of Information Systems IS Development.
Systems Development AIMS 2710 R. Nakatsu. Overview Two philosophies of systems development –Systems Development Life Cycle (SDLC) –Prototyping Alternative.
Systems Analysis & Design AUTHOR: PROFESSOR SUSAN FUSCHETTO 10/24/
Making the System Operational Implementation & Deployment
Systems Development Life Cycle (SDLC)
Chapter 11  2000 by Prentice Hall System Analysis and Design: Methodologies and Tools Uma Gupta Introduction to Information Systems.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 12 Exploring Information System Development.
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Systems Development Life Cycle
Information Systems Development
Fundamentals of Information Systems, Sixth Edition
System Development Life Cycle (SDLC)
System Development Life Cycle (SDLC)
Introduction to Computers
System Development Life Cycle (SDLC)
Making the System Operational Implementation & Deployment
System Development Life Cycle (SDLC)
Building Information Systems
McGraw-Hill Technology Education
Systems Development Life Cycle
UNIT No- III- Leverging Information System ( Investing strategy )
Systems Development An Overview of Systems Development
Building Information Systems
Presentation transcript:

Building Information Systems lesson 26

This lesson includes the following sections: The Systems Development Life Cycle Phase 1: Needs Analysis Phase 2: Systems Design Phase 3: Development Phase 4: Implementation Phase 5: Maintenance

Needs analysis Systems design Development Implementation Maintenance The systems development life cycle (SDLC) is an organized method for building an information system. The SDLC includes five phases: The Systems Development Life Cycle

In the needs analysis phase, the development team must define the IS-related problem, analyze the current system, and select a solution. Analysts may document the current system using tools such as data flow diagrams, structured English, or decisions trees. In this phase, IS workers learn how the current system functions and how it meets (or fails to meet) the organization's informational needs. Phase 1: Needs Analysis

In this phase, designers may create working models, or prototypes, of parts of the system, to see if their designs will work. Top-down design, in which designers start with the large picture and move to the details of its function. Bottom-up design, in which designers start with the details and move to the major functions. During systems design, the team determines how the selected solution will work. To do this, designers may use two design methods: Phase 2: Systems Design

In the development phase, software components are either created or acquired. Programmers may elect to build required software from scratch, or to customize software that is purchased from another source. In this phase, documentation (such as user manuals or online help systems) is also developed. Phase 3: Development

Direct – all users stop using the old system and start using the new one. Parallel –the old system stays in use as increasing amounts of data are processed in the new one. Phased – users start using the new system, one component at a time. Pilot – users at one site use the new system while all other users keep the old system. During implementation, the new system is installed. Four conversion methods can be use to move from an old system to a new one: Phase 4: Implementation

During the maintenance phase, continuing support is provided to the new system's users. Changes and upgrades are part of the maintenance phase, as is the process of isolating and repairing problems with the system. Phase 5: Maintenance

Define the term systems development life cycle (SDLC). Identify the five phases in the SDLC. Name the IS professionals involved in each phase of the SDLC. Describe four ways an organization can convert from an old information system to a new one. lesson 26 review