70-358 Chapter 22, Part 1 70-358.

Slides:



Advertisements
Similar presentations
Preparing the Systems Proposal CIS458. Last Class Project outline –Documents and reports Database Application Lifecycle –Database planning, system definition,
Advertisements

Supplement E T he Changing Nature of Journals and Ledgers.
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.
4 - 1 Introduction to Data Processing Introduction l This chapter presents the four stages of the data processing cycle. 1Data input 2Data storage.
Chapter 6 Database Design
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
Accounting Information Systems: A Business Process Approach Chapter One: Introduction to Accounting 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.
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 14 Systems Analysis and Design: The Big Picture.
Chapter 22 Systems Design, Implementation, and Operation Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-1.
Introduction to Systems Development Life Cycle
Chapter 10 Systems Planning, Analysis, and Design.
Chapter 13 Sequential File Processing. Master Files Set of files used to store companies data in areas like payroll, inventory Usually processed by batch.
Chapter 13: Developing and Implementing Effective Accounting Information Systems
Lecture #9 Project Quality Management Quality Processes- Quality Assurance and Quality Control Ghazala Amin.
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.
Chapter 12 Evaluating Products, Processes, and Resources.
Systems Analysis and Design
CHAPTER 13 Acquiring Information Systems and Applications.
Sequential Files Chapter 13. Master Files Set of files used to store companies data in areas like payroll, inventory Set of files used to store companies.
Chapter 6 Systems Design The design stage in the SDLC Evolution in IS design Evolution in computer architectures The systems approach to design User interface.
 2004 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, by Bodnar/Hopwood 10 – 1 Systems Planning and Analysis Chapter 10.
The techniques involved in systems analysis Explanation of a feasibility study:Explanation of a feasibility study: –economic, –legal, –technical, –time.
13-1 Sequential File Processing Chapter Chapter Contents Overview of Sequential File Processing Sequential File Updating - Creating a New Master.
Module 4: Systems Development Chapter 13: Investigation and Analysis.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 12 Exploring Information System Development.
Computer Science: A Structured Programming Approach Using C1 Objectives ❏ To understand the differences between text and binary files ❏ To write programs.
SYSTEM ANALYSIS AND DESIGN LAB NARZU TARANNUM(NAT)
Accounting systems design & evaluation 9434SB 18 March 2002.
MANAGEMENT INFORMATION SYSTEM
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
Systems Development Life Cycle
Principles of Information Systems Eighth Edition
Project planning The systems life cycle.
Fundamentals of Information Systems, Sixth Edition
Fundamentals of Information Systems, Sixth Edition
Systems Planning and Analysis
Principles of Information Systems Eighth Edition
Fundamentals of Information Systems, Sixth Edition
The Information System: An Accountant’s Perspective
James A. Senn’s Information Technology, 3rd Edition
TRANSACTION PROCESSING
Introduction to System Analysis and Design
Developing Information Systems
Overview of Transaction Processing and ERP Systems
SYSTEMS ANALYSIS Chapter-2.
Software Documentation
Chapter 6 Database Design
Accounting Information Systems: A Business Process Approach
MANAGEMENT INFORMATION SYSTEM MEHTAP PARLAK Industrial Engineering Department, Dokuz Eylul University, Turkey 1.
Overview of Business Processes
Systems Design, Implementation, and Operation
CLINICAL INFORMATION SYSTEM
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
Business Application Development
Chapter 13: Systems Analysis and Design
Chapter - 2 The System Development Life Cycle
Systems Analysis and Design
(System Development Life Cycle)
Overview of Transaction Processing and ERP Systems
Systems Development Life Cycle
Overview of Transaction Processing and ERP Systems
Systems Development An Overview of Systems Development
Lecture 23 CS 507.
Presentation transcript:

70-358 Chapter 22, Part 1 70-358

SYSTEMS DESIGN, IMPLEMENTATION AND OPERATION: In chapter 20 we focused on the first phase of the Systems Development Life Cycle – Systems Analysis. Chapter 22 deals with the remaining four phases: - conceptual systems design - physical systems design - systems implementation and conversion - operation and maintenance 70-358

70-358

CONCEPTUAL SYSTEMS DESIGN: In the conceptual systems design phase, the developer creates a general framework for implementing user requirements and solving problems identified in the analysis phase. 70-358

1. evaluating design alternatives, As shown in Figure 22-1 on page 684 there are three main steps in conceptual design: 1. evaluating design alternatives, 2. preparing design specifications, and 3. preparing the conceptual systems design report. 70-358

70-358

Evaluate Design Alternatives: As we have seen already in chapter 21, there are many ways to design an AIS, so accountants and others involved in systems design must continually make design decisions. 70-358

70-358

The steering committee evaluates the alternatives. The design team should identify a variety of design alternatives and evaluate each with respect to the following standards: how well it meets organizational and system objectives, how well it meets user needs, whether it is economically feasible, and what its advantages and disadvantages are.  The steering committee evaluates the alternatives. 70-358

Table 22-1 on page 684 presents examples of conceptual and physical design considerations and their corresponding design alternatives. The answers to these questions significantly designs the system in selecting from the alternatives. 70-358

70-358

Prepare Design Specifications: Once a design alternative has been selected, the project team develops the conceptual design specifications for the following elements: 1. Output. Because the system is designed to meet users’ information needs, output specifications are usually prepared first. 70-358

2. Data storage. In the example in the text, decisions included: which data needs to be stored for the required reports, whether the data should be stored in sequential or random order, what type of file or database to use, and which field size is appropriate for the data items? 70-358

3. Input. Design considerations for the 3. Input. Design considerations for the example include which sales data to enter, sale location and amount, and where, when, and how to collect data. 70-358

4. Processing procedures and operations 4. Processing procedures and operations. Design considerations for the example include how to process the input and stored data to produce the sales report and also the sequence in which the processes must the performed. 70-358

Prepare the Conceptual Systems Design Report: At the end of the conceptual design phase, a conceptual systems design report is prepared to: 1. guide physical systems design activities, 2. communicate how management and user information needs will be met, and 3. help the steering committee assess system feasibility. 70-358

The table of contents of the example report is shown in Table 22-8 on page 695. 70-358

70-358

70-358

PHYSICAL SYSTEMS DESIGN: During the physical systems design phase, the company determines how the conceptual AIS design is to be implemented. As shown in Figure 22-2 on page 685, physical system design phases include: Designing output Files and databases design Designing input Computer programs design Procedures design Controls design 70-358

Physical Systems Design Systems Analysis Conceptual Systems Design Output Design File and DB Design Input Design Program Design Proce- dures Design Controls Design Implementation and Conversion Operation and Maintenance

Output Design: The objective of output design is to determine the nature, format, content, and timing of printed reports, documents, and screen displays. Completing this requires cooperation between users and designers. Some important output design considerations are summarized in Table 22-2 on page 686. 70-358

70-358

Output usually fits into one of the following four categories: 1. Scheduled reports have a prespecified content and format and are prepared on a regular basis. Examples: weekly sales analysis, monthly financial statements 2. Special-purpose analysis reports have no prespecified content or format and are not prepared on a regular schedule. Typically prepared in response to a management request. Example: analysis of impact of a new government requirement on profitability 70-358

3. Triggered exception reports have a prespecified content and format but are prepared only in response to abnormal conditions. Example: cost overruns reports 4. Demand reports have a prespecified content and format but are prepared only on request. 70-358

70-358

File and Database Design: Various company segments need to store data in compatible formats so that data can be shared across units. Table 22-3 on page 687 summarizes some of the more important file and database design considerations: 70-358

70-358

1)storage medium 2) processing mode 3) maintenance 4) size 5) activity level 70-358

70-358