Chapter 22 Systems Design, Implementation, and Operation Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-1.

Slides:



Advertisements
Similar presentations
Systems Implementation and Operation
Advertisements

Systems Analysis & IT Project Management Pepper. System Life Cycle BirthDeathDevelopmentProduction.
Auditing Computer-Based Information Systems
Sixth Edition 1 M a n a g e m e n t I n f o r m a t i o n S y s t e m s M a n a g I n g I n f o r m a t i o n T e c h n o l o g y i n t h e E – B u s i.
Chapter 1 Assuming the Role of the Systems Analyst
6.1 Copyright © 2014 Pearson Education, Inc. publishing as Prentice Hall Building Information Systems Chapter 13 VIDEO CASES Video Case 1: IBM: Business.
Chapter 8 System Implementation and Operation. Learning Objectives l To discover which activities take place during the third and fourth phases of the.
1 California State University, Fullerton Chapter 13 Developing and Managing Information Systems.
Chapter 1 Assuming the Role of the Systems Analyst
MSIS 110: Introduction to Computers; Instructor: S. Mathiyalakan1 Systems Design, Implementation, Maintenance, and Review Chapter 13.
System Implementations American corporations spend about $300 Billion a year on software implementation/upgrade projects.
©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart 18-1 Accounting Information Systems 9 th Edition Marshall.
Computers: Tools for an Information Age
Chapter 1 Assuming the Role of the Systems Analyst
Computers: Information Technology in Perspective By Long and Long Copyright 2002 Prentice Hall, Inc. Developing Business Information Systems Chapter 11.
Lecture 9 – Database Design
7.2 System Development Life Cycle (SDLC)
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 13 Developing and Managing Information Systems.
System Implementations American corporations spend about $300 Billion a year on software implementation/upgrade projects.
©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart 16-1 Accounting Information Systems 9 th Edition Marshall.
Design, Implementation and Maintenance
Welcome to CMPE003 Personal Computer Concepts: Hardware and Software Winter 2003 UC Santa Cruz Instructor: Guy Cox.
Introduction to Computer Technology
Chapter 10 Information Systems Controls for System Reliability—Part 3: Processing Integrity and Availability Copyright © 2012 Pearson Education, Inc.
THE SYSTEMS LIFE CYCLE ANALYSE DESIGN IMPLEMENT MAINTENANCE IDENTIFY/INVESTIGATE.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 14 Systems Analysis and Design: The Big Picture.
Systems Analysis and Design: The Big Picture
Introduction to Systems Development Life Cycle
Chapter 10.
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition Jeffrey A. Hoffer, V. Ramesh, Heikki Topi © 2013 Pearson.
CCSB223/SAD/CHAPTER141 Chapter 14 Implementing and Maintaining the System.
INFORMATION SYSTEM APPLICATIONS System Development Life Cycle.
Information Systems Analysis and Design
© 2001 Business & Information Systems 2/e1 Chapter 13 Developing and Managing Information Systems.
Chapter 16 Designing Effective Output. E – 2 Before H000 Produce Hardware Investment Report HI000 Produce Hardware Investment Lines H100 Read Hardware.
Systems Development and Analysis. ©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart Lecture 03-2 Introduction.
Introduction to Systems Development Life Cycle
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart1 of 173 C HAPTER 20 Systems Design, Implementation, and.
Principles of Information Systems, Sixth Edition Systems Design, Implementation, Maintenance, and Review Chapter 13.
Copyright Prentice Hall, Inc. 1 Computers: Information Technology in Perspective, 11e Larry Long and Nancy Long Chapter 11 Developing Business Information.
Chapter 10 Information Systems Analysis and Design
Chapter 1 Assuming the Role of the Systems Analyst Systems Analysis and Design Kendall & Kendall Sixth Edition.
Fundamentals of Information Systems, Third Edition1 Systems Design Answers the question “How will the information system do what it must do to solve a.
Principles of Information Systems, Sixth Edition Systems Design, Implementation, Maintenance, and Review Chapter 13.
Systems Analysis and Design
 System Development Life Cycle System Development Life Cycle  SDLC Phases SDLC Phases Phase 1: Preliminary Investigation Phase 2: Feasibility Study.
Software Development Life Cycle by A.Surasit Samaisut Copyrights : All Rights Reserved.
Computer Concepts 2014 Chapter 10 Information Systems Analysis and Design.
System Implementation. © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2 Chapter 13 FIGURE 13-1 Systems development life cycle with the implementation.
Principles of Information Systems, Sixth Edition 1 Systems Design, Implementation, Maintenance, and Review Chapter 13.
CISB113 Fundamentals of Information Systems IS Development.
10-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Accounting systems design & evaluation 9434SB 18 March 2002.
MANAGEMENT INFORMATION SYSTEM
Principles of Information Systems Eighth Edition
System Design, Implementation and Review
System.
Fundamentals of Information Systems, Sixth Edition
System Development Life Cycle (SDLC)
Developing Information Systems
Deck 12 Accounting Information Systems Romney and Steinbart
System Development Life Cycle (SDLC)
Systems Design, Implementation, and Operation
System Development Life Cycle (SDLC)
Chapter 22, Part
INFORMATION SYSTEMS PLAN
5 POINT PLAN THE SYSTEMS LIFE CYCLE ANALYSE DESIGN
(System Development Life Cycle)
Chapter 22, Part
Chapter 22, Part
Presentation transcript:

Chapter 22 Systems Design, Implementation, and Operation Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-1

Learning Objectives  Discuss the conceptual systems design process and the activities in this phase.  Discuss the physical systems design process and the activities in this phase.  Discuss the systems implementation and conversion process and the activities in this phase.  Discuss the systems operation and maintenance process and the activities in this phase. Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-2

Systems Development Life Cycle (SDLC) System Analysis Conceptual Design Physical Design Implementation & Conversion Operations & Maintenance Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-3

Conceptual Design  Developer creates a general framework for implementing user requirements and solving the problems identified in the analysis phase.  Evaluating design alternatives  Preparing design specifications  Preparing the conceptual systems design report Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-4

Preparing Design Specifications  Output  How often?  What should reports contain?  What should reports look like?  Should reports be online or hard copy or both?  Data Storage  What data elements must be stored to produce a report?  How they should be stored?  What type of file or database should be used?  Input  Where, when, and how to collect the data?  Processing Procedures and Operations Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-5

Physical Design  Conceptual designs are translated into detailed specifications that are used to code and test the computer programs.  Output  File and database  Input  Program  Procedures  Controls Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-6

Output Design  Determine the nature, format, content, and timing of reports, documents, and screen displays.  Types of Output:  Scheduled reports  Special-purpose analysis reports  Triggered exception reports  Demand reports Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-7

Program Design 1.Determine user needs. 2.Create and document development plan. 3.Write program instructions (code the system). 4.Test the program (debug for errors). 5.Document the program. 6.Train the users. 7.Install the system. 8.Use and modify the system. Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-8

Procedures and Controls  Procedures for who, what, where, why, when:  Input preparation  Transaction processing  Error detection and correction  Controls  Reconciliation of balances  Database access  Output preparation and distribution  Computer operator instructions  Control considerations:  Validity  Authorization  Accuracy  Security  Numerical control  Availability  Maintainability  Integrity  Audit control Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-9

Implementation and Conversion  Process of installing hardware and software and getting the AIS up and running  Planning  Prepare site  Train personnel  Complete documentation  Test system  Conversion Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-10

Types of Documentation  Development Documentation  A system description; copies of output, input, and file and database layouts; program flowcharts; test results; and user acceptance forms  Operations Documentation  Includes operating schedules; files and databases accessed; and equipment, security, and file-retention requirements  User Documentation  Teaches users how to operate the AIS; it includes a procedures manual and training materials Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-11

Types of System Testing  Walk-Through  Step-by-step reviews of procedures or program logic to find incorrect logic, errors, omissions, or other problems  Processing Test Data  Using both valid transactions and all possible error conditions  Acceptance Tests  Real transactions and files rather than hypothetical ones, users develop the acceptance criteria and make the final decision whether to accept the AIS Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-12

Types of Conversions  Direct  Terminates the old AIS when the new one is introduced  Parallel  Operates the old and new systems simultaneously for a period  Phase-in  Gradually replaces elements of the old AIS with the new one  Pilot  Implements a system in one part of the organization, such as a branch location  Localizes conversion problems and allows training in a live environment Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-13

Operations and Maintenance  Post-Implementation Review  Determines whether the system meets its planned objectives Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-14