Week 2b. Flowcharts When: Used extensively for systems development and for internal control structures 97.6% of accounting/IT professionals use flowcharts.

Slides:



Advertisements
Similar presentations
Systems Development and Documentation Techniques
Advertisements

Documenting an AIS II Flowcharts Documenting AIS II.
Week 2. Documentation Why is it useful?  Understand system  Communicate system  Evaluate system Note: System can refer to either a manual or automated.
Reading System Documentation Using Flowchart Pertemuan Matakuliah: F0204 / Sistem Akuntansi Tahun: 2007.
ACCOUNTING INFORMATION SYSTEMS
Documenting Information Systems
Copyright © 2015 Pearson Education, Inc. Systems Documentation Techniques Chapter
Accounting Information Systems 9th Edition
Systems Development and Documentation Techniques
Document Flowcharts Source: Wilkinson Ch_05.
Chapter 2 Systems Techniques and Documentation.
Flowcharting Tips For Manual and Computer-based Systems Created by TerryAnn Glandon 2006, 2007.
Documenting Information Systems
Systems Techniques and Documentation. Use of Systems Techniques in Systems Development What are the three phases of a systems development project? 1Systems.
© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart1 of 138 DOCUMENT FLOWCHARTS A document flowchart shows the.
Chapter 6: Documenting Accounting Information Systems
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
BIF703 System Analysis & Design Diagramming – Part II: System Flowcharts / Gantt Charts.
 An Operation or action step  another process step or series of process flow steps that are formally defined elsewhere.
Documentation Letts Study Guide Information Systems - IT Chapter 19.
©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart 6-1 Systems Development and Documentation Techniques.
Flowcharting Tips For Manual and Computer-based Systems Created by TerryAnn Glandon 2006, 2007, 2008.
Devils Tower Utility Company Flowchart
ACG 4401 Data Modeling: Data Flow Diagrams Flow Charts.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart3-1 C HAPTER 3 Systems Development and Documentation Techniques.
O Transaksi dasar bisnis terjadi dalam beberapa siklus. Apa saja? O Apakah siklus tersebut saling terkait? Berikan contohnya! O Apa saja langkah-langkah.
Project in Computer -- Tubuhan and Prado
Systems Documentation Techniques
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
INTRODUCTION TO PROGRAMMING
Chapter 4 – Documenting Information Systems
ITEC113 Algorithms and Programming Techniques
System Development and Documentation Techniques
© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart1 of 138 C HAPTER 3 Systems Development and Documentation.
Advanced Accounting Information Systems
Week 2. Announcements I sent an this morning, if you did not get it, you are not on my list. WD quiz on Oct 15 th See your syllabus to get.
Systems Documentation Techniques
1 Computer and Programming Flow Chart Derived from
1 Chapter 2 Revision: Documentation DFD System FC.
Flowchart and Data Flow Diagrams
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
Introduction to Transaction Processing and Documentation Techniques COPYRIGHT © 2007 Thomson South-Western, a part of The Thomson Corporation. Thomson,
Design the program Create a detailed description of program –Use charts or ordinary language (pseudocode) Identify algorithms needed –Algorithm: a step-by-step.
Judi Prajetno Sugiono ©2009 Management Information System Additional note for DFD.
©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart 6-1 Accounting Information Systems 9 th Edition Marshall.
Introduction to Transaction Processing Dr. Hisham Madi
DON’T DO IT! IT’S NOT HOPELESS. Documentation Flowcharting Due to thier complexity (when looking at them), flowcharts intimidate many people. However,
SYSTEMS ANALYSIS AND DESIGN TOOLS DATA FLOW DIAGRAMS.
© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart1 of 138 FLOWCHARTS A flowchart is an analytical technique.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart1 of 119 C DFD and Flowchart.
University of Sunderland ISIC 1 Data Flow Diagrams - Part 2 Hierarchical DFDs.
Program Design BUILDING A HOUSE. Steps to Designing a Program 1. Define the Output 2. Develop the logic to get that output 3. Write the program.
FLOWCHART Standard Symbols. Terminal Block  (Oblong)  Shows the beginning and the end of the process.
Pertemuan 3.
FLOWCHARTING AND ALGORITHMS
Flow Charts. Flow charts A flowchart is a schematic (idea of doing something) representation of a process. They are commonly used in Computer Science.
© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart1 of 37 C System Process Modeling DATA Flow Diagrams.
Systems Development and Documentation Techniques BAB 3 PERTEMUAN SIA-UMBY.
Systems Documentation Techniques
Flow Charts Basic Flow Chart Symbols Few sample flowcharts Rules
System Process Modeling
LESSON 2 SYSTEM ANALYSIS & DESIGN PHASE
DATA FLOW DIAGRAMS RULE 4: Draw the context diagram first, and then draw successively greater levels of detail. RULE 5: Identify and label all data flows.
Systems Development and Documentation Techinques
Structured Program Design
SYSTEM ANALYSIS & DESIGN PHASE
Chapter 4: documenting information systems
Documenting Accounting Information Systems
Flowchart Symbols DFD Symbols Processes Input/Output Storage
Systems Documentation
Presentation transcript:

Week 2b

Flowcharts When: Used extensively for systems development and for internal control structures 97.6% of accounting/IT professionals use flowcharts. What: Graphical description (i.e. drawing) that utilizes 4 types of universally recognized symbols to describe a system

DFD vs. Flowcharts Instead of 4 basic elements as with a Data Flow Diagram:  Data source/destination  Data flow  Transformation process  Data store  Flowcharts have 4 types of symbols: Input/output Processing Storage Flow/Misc

Flowcharts Pros: o Clear, unambiguous o Precise o Broad set of symbols o Ability to highlight internal controls within a process or lack of them (gaps) Cons: o Must understand flowcharts, symbols o Information overload

FLOW AND MISCELLANEOUS SYMBOLS Document or Processing Flow Represents the direction of processing or document flow. Normal flow is top to bottom and left to right.

FLOW AND MISCELLANEOUS SYMBOLS Data/Information Flow Represents the direction of data/information flow. Often used to show data updates via a system operation.

FLOW AND MISCELLANEOUS SYMBOLS On-page connector Connects processing from one location to another on the same page. Used to avoid crisscrossing lines.

FLOW AND MISCELLANEOUS SYMBOLS Off-page connector Connects the processing flow between two different pages. Signals the exit from one page and the corresponding entrance on another page.

FLOW AND MISCELLANEOUS SYMBOLS Terminal Represents the beginning, end, or a point of interruption in a process or program.

FLOW AND MISCELLANEOUS SYMBOLS Document Represents a hardcopy document or report that is prepared by hand or printed by a computer. Source is always documented in flowchart

FLOW AND MISCELLANEOUS SYMBOLS Multiple Copies of One Document Represents more than one hardcopy document or report that is prepared by hand or printed by a computer. Document copies should be numbered in the upper, right-hand corner, number is retained throughout flowchart

FLOW AND MISCELLANEOUS SYMBOLS Manual Operation Represents a processing operation that is performed manually.

FLOW AND MISCELLANEOUS SYMBOLS System Operation Represents a processing operation that transforms data/information Is usually performed using a system.

FLOW AND MISCELLANEOUS SYMBOLS File Represents a file of documents that are manually stored and retrieved. Letter in symbol indicates the order documents are stored (i.e. A=Alpha; D=Date; N=Numeric)

FLOW AND MISCELLANEOUS SYMBOLS Data repository Represents journals or ledgers Usually output in place of a hardcopy document file.

FLOW AND MISCELLANEOUS SYMBOLS Decision Represents a decision making step. Indicates a branching to alternate paths Usually a yes/no decision or question

FLOW AND MISCELLANEOUS SYMBOLS Annotation Provides for the addition of descriptive comments or explanatory notes as clarification.

Things to consider Beware of information overload Use columns/rows for separation of departments, employees, etc. (facilitates segregation of duties analysis) Identify exceptions with annotations, flowchart normal course of process Redesign is part of flowcharting (i.e. get information in flowchart first in general order, then remove clutter, crossed lines, etc.) Verify accuracy of your flowcharts by reviewing

Problem 3.7 Flowchart only

Problem 3.9 a. Context Diagram, Level 0 of the Cash Receipts System at S&S. b. Flowchart of the Cash Receipts System at S&S.