© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart1 of 138 FLOWCHARTS A flowchart is an analytical technique.

Slides:



Advertisements
Similar presentations
Systems Development and Documentation Techniques
Advertisements

Documenting an AIS II Flowcharts Documenting AIS II.
Reading System Documentation Using Flowchart Pertemuan Matakuliah: F0204 / Sistem Akuntansi Tahun: 2007.
SYSTEMS ANALYSIS AND DESIGN TOOLS
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
Week 2b. Flowcharts When: Used extensively for systems development and for internal control structures 97.6% of accounting/IT professionals use flowcharts.
Document Flowcharts Source: Wilkinson Ch_05.
Flowcharting Tips For Manual and Computer-based Systems Created by TerryAnn Glandon 2006, 2007.
Systems Documentation Techniques
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
© 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
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education 3-1.
Chapter 4 – Documenting Information Systems
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.
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.
Programming Logic and Design Fourth Edition, Introductory
The Program Design Phases
Systems Documentation Techniques
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
1 Computer and Programming Flow Chart Derived from
The Software Development Cycle Defining and understanding the problem.
Topics Covered: Data preparation Data preparation Data capturing Data capturing Data verification and validation Data verification and validation Data.
Accounting systems design & evaluation 9434SB 12 April 2002.
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
Flowchart and Data Flow Diagrams
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
Chapter 12 Describing Information Systems.
Introduction to Transaction Processing and Documentation Techniques COPYRIGHT © 2007 Thomson South-Western, a part of The Thomson Corporation. Thomson,
©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart 6-1 Accounting Information Systems 9 th Edition Marshall.
1 Introduction to Flowcharting. 2 Writing a program Defining the problem –Write down what the program will do Planning –Write down the steps, draw a flowchart.
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
SYSTEMS ANALYSIS AND DESIGN TOOLS DATA FLOW DIAGRAMS.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart1 of 119 C DFD and Flowchart.
ALGORITHM List of instructions for carrying out some process step by step. A sequence of instructions which has a clear meaning and can performed with.
Chapter 5 Flowcharting Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
Inventory Flowcharts Page 6 By: Bereket Gebreselassie Vance Cable.
FLOWCHART Standard Symbols. Terminal Block  (Oblong)  Shows the beginning and the end of the process.
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
Pertemuan 3.
FLOWCHARTING AND ALGORITHMS
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart1 of 136 C HAPTER 3 Systems Development and Documentation.
Systems Development and Documentation Techniques BAB 3 PERTEMUAN SIA-UMBY.
Systems Documentation Techniques
Flow Charts Basic Flow Chart Symbols Few sample flowcharts Rules
Introduction to Flowcharting
Introduction to Transaction Processing
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
SYSTEM ANALYSIS & DESIGN PHASE
Chapter 4: documenting information systems
Flowchart Symbols DFD Symbols Processes Input/Output Storage
Presentation transcript:

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart1 of 138 FLOWCHARTS A flowchart is an analytical technique that describes some aspect of an information system in a clear, concise, and logical manner. Flowcharts use a set of standard symbols to depict processing procedures and the flow of data.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart2 of 138 FLOWCHARTS Every shape on a flowchart depicts a unique operation, input, processing activity, or storage medium. In the days of yore, flowcharts were commonly drawn with templates. Now, it is more common to use a software program such as Visio. –Microsoft and Power Point are also used –The software uses pre-drawn shapes, and the developer drags the shapes into the drawing.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart3 of 138 FLOWCHARTS There are four types of flowcharting symbols: –Input/output symbols Input/output symbols indicate the type of device or media that provides input to or records output from a process.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart4 of 138 FLOWCHARTS There are four types of flowcharting symbols: –Input/output symbols –Processing symbols Processing symbols indicate the type of device used to process the data or whether the data is processed manually.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart5 of 138 FLOWCHARTS There are four types of flowcharting symbols: –Input/output symbols –Processing symbols –Storage symbols Storage symbols indicate the type of device used to store data while the system is not using it.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart6 of 138 FLOWCHARTS There are four types of flowcharting symbols: –Input/output symbols –Processing symbols –Storage symbols –Flow and miscellaneous symbols Flow and miscellaneous symbols may indicate: –The flow of data and goods –The beginning or end of the flowchart –The location of a decision –An explanatory note

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart7 of 138 FLOWCHARTS Click on buttons below if you wish to review symbols in the various categories. Input/Output Symbols Input/Output Symbols Processing Symbols Processing Symbols Storage Symbols Storage Symbols Flow & Misc. Symbols Flow & Misc. Symbols

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart8 of 138 INPUT/OUTPUT SYMBOLS Document Symbol –Represents a document or report that is prepared by hand or printed by a computer.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart9 of 138 INPUT/OUTPUT SYMBOLS Multiple Copies of One Document –Indicates multiple copies of a paper document or report. –The document copies should be numbered in the upper, right-hand corner

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart10 of 138 INPUT/OUTPUT SYMBOLS Input/Output; Journal/Ledger –Can represent any input or output on a program flowchart. –Also represents accounting journals or ledgers in a document flowchart.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart11 of 138 INPUT/OUTPUT SYMBOLS Display –Represents information displayed by an online output device such as a terminal, monitor, or screen.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart12 of 138 INPUT/OUTPUT SYMBOLS Online Keying –Represents data entry by an online device such as a terminal or personal computer.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart13 of 138 INPUT/OUTPUT SYMBOLS Terminal or Personal Computer –Combines the display and online keying symbols to represent terminals and personal computers.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart14 of 138 INPUT/OUTPUT SYMBOLS Transmittal Tape –Represents manually prepared control totals which are to be compared to computer totals for control purposes. Return to MenuProcessing SymbolsSkip Symbols

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart15 of 138 PROCESSING SYMBOLS Computer Processing –Represents a process performed by a computer, which usually results in a change in data or information.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart16 of 138 PROCESSING SYMBOLS Manual Operation –Represents a processing operation that is performed manually.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart17 of 138 PROCESSING SYMBOLS Auxiliary Operation –Represents a processing operation carried out by a device other than a computer, e.g., an optical character scanner.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart18 of 138 PROCESSING SYMBOLS Off-line Keying Operation –Represents an operation that uses an off-line keying device, such as a cash register or keying to a disk. Return to MenuSkip SymbolsStorage Symbols

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart19 of 138 STORAGE SYMBOLS Magnetic disk –Represents data stored permanently on a magnetic disk. –Frequently used to represent master files and databases.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart20 of 138 STORAGE SYMBOLS Magnetic Tape –Represents data stored on a magnetic tape. –Sometimes represents transaction files.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart21 of 138 STORAGE SYMBOLS Diskette –Represents data stored on a floppy disk or zip disk.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart22 of 138 STORAGE SYMBOLS Online Storage –Represents data stored in a temporary online file in a direct-access medium such as a magnetic disk.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart23 of 138 STORAGE SYMBOLS File –Represents a file of documents that are manually stored and retrieved. –Letter indicates the ordering sequence: A = Alphabetic order D = Date order N = Numeric order A Return to MenuSkip SymbolsFlow/Misc Symbols

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart24 of 138 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.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart25 of 138 FLOW AND MISCELLANEOUS SYMBOLS Data/Information Flow –Represents the direction of data/information flow. –Often used to show data being copied from one document to another.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart26 of 138 FLOW AND MISCELLANEOUS SYMBOLS Communication Link –Represents the transmission of data from one location to another via communication lines.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart27 of 138 FLOW AND MISCELLANEOUS SYMBOLS On-page connector –Connects processing from one location to another on the same page. –Used to avoid crisscrossing lines.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart28 of 138 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.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart29 of 138 FLOW AND MISCELLANEOUS SYMBOLS Terminal –Represents the beginning, end, or a point of interruption in a process or program. –Also used to indicate an external party.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart30 of 138 FLOW AND MISCELLANEOUS SYMBOLS Decision –Represents a decision-making step. –Used in a program flowchart to show branching to alternate paths.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart31 of 138 FLOW AND MISCELLANEOUS SYMBOLS Annotation –Provides for the addition of descriptive comments or explanatory notes as clarification. Return to MenuContinue