Process / Operation Symbols



Similar documents
SECTION 2 PROGRAMMING & DEVELOPMENT

SECTION 4 TESTING & QUALITY CONTROL

2 SYSTEM DESCRIPTION TECHNIQUES

PROG0101 Fundamentals of Programming PROG0101 FUNDAMENTALS OF PROGRAMMING. Chapter 3 Algorithms

Quick Guide Business Process Modeling Notation (BPMN)

Process Mapping Guidelines

Using UML Part Two Behavioral Modeling Diagrams

Process Flowcharting for SOP Development, Implementation, Training and Maintenance

LECTURE 11: PROCESS MODELING

Thomson Learning TM DOCUMENTING INFORMATION SYSTEMS CHAPTER

Flowcharting, pseudocoding, and process design

Lecture 26 CPM / PERT Network Diagram

COM 2733 Introduction to Communication Technologies. Course Materials Handbook. (Summer 2005) Prepared by. H. Paul LeBlanc III.

Human-Readable BPMN Diagrams

Data Flow Diagrams. Outline. Some Rules for External Entities 1/25/2010. Mechanics

Efficient Data Structures for Decision Diagrams

BPMN Business Process Modelling Notation

Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill

(Refer Slide Time: 2:03)

Introduction to BPMN

Process Modeling Notations and Workflow Patterns

CHAPTER 3. Data Modeling and Database Design- Part1

BPMN by example. Bizagi Suite. Copyright 2014 Bizagi

Modeling Workflow Patterns

The Business Process Model

11. FLOWCHART BASED DESIGN

SemTalk BPMN Tutorial APRIL Tutorial SemTalk 4.3 BPMN Edition for Business Process Analysis

Chapter 1 An Introduction to Computers and Problem Solving

Vector storage and access; algorithms in GIS. This is lecture 6

Flow Charts & Assembly Language

Business Process Flowcharting Standards Please use ONLY the symbols show below, following these guidelines:

CAs and Turing Machines. The Basis for Universal Computation

Introduction to Simulink

How Do I Evaluate Workflow?

Flowchart Techniques

Formulas, Functions and Charts

Working with Visio Connectors

Quality Improvement Works on Existing Processes

Notes on Assembly Language

Business Process Modelling Notation A tutorial

2011, The McGraw-Hill Companies, Inc. Chapter 5

Numeracy and mathematics Experiences and outcomes

Algorithms, Flowcharts & Program Design. ComPro

3BASIC RELAY INSTRUCTIONS

Magnetic Fields. I. Magnetic Field and Magnetic Field Lines

Model Simulation in Rational Software Architect: Business Process Simulation

IBM Software Group. Introduction to BPMN. Stephen A. White, BPM Architect, IBM October 16, IBM Corporation

Business Process Standards and Modeling

technical tips and tricks

Microsoft Visio 2007

The Seven Basic Tools. QUALITY CONTROL TOOLS (The Seven Basic Tools) What are check sheets? CHECK SHEET. Illustration (Painting defects)

Why Documentation Is Important. Documentation of Systems. Document Flowcharts. Types of Documentation

The DC Motor. Physics 1051 Laboratory #5 The DC Motor

Jump-Start Tutorial For ProcessModel

Designing VM2 Application Boards

CAD/ CAM Prof. P. V. Madhusudhan Rao Department of Mechanical Engineering Indian Institute of Technology, Delhi Lecture No. # 03 What is CAD/ CAM

Grade 4 Mathematics Patterns, Relations, and Functions: Lesson 1

Toad for Data Analysts, Tips n Tricks

Instructions for Using the Symbol P460 Phaser Terminal with Total Retail Solution Via USB Connection

Software Engineering. Data Capture. Copyright BCA Notes All Rights Reserved.

UNIT 1 INTRODUCTION TO NC MACHINE TOOLS

Computer Programming Lecturer: Dr. Laith Abdullah Mohammed

2: Entering Data. Open SPSS and follow along as your read this description.

A flowchart is not a state machine

Using Pivot Tables in Microsoft Excel 2003

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102

PowerWorld Simulator

The Secret of Hydraulic Schematics. BTPHydraulics

THREE YEAR DEGREE (HONS.) COURSE BACHELOR OF COMPUTER APPLICATION (BCA) First Year Paper I Computer Fundamentals

Process Modeling using BPMN 2.0

Live Event Count Issue

Chapter 2: Descriptive Statistics

ALGORITHMS AND FLOWCHARTS

Creating ER Diagrams with Visio 2010

PROGRAMMABLE LOGIC CONTROLLERS Unit code: A/601/1625 QCF level: 4 Credit value: 15 OUTCOME 3 PART 1

Electrical Symbols and Line Diagrams

Ohm's Law and Circuits

Section 1.5 Exponents, Square Roots, and the Order of Operations

Systems Documentation Techniques

Creating Basic Reports with the SAP Query Tool

Ladder and Functional Block Programming

COWLEY COLLEGE & Area Vocational Technical School

Chapter 4: Tools of Modern Systems Analysis

EMC Publishing. Ontario Curriculum Computer and Information Science Grade 11

Adobe Acrobat 6.0 Professional

6 Series Parallel Circuits

BP2SAN From Business Processes to Stochastic Automata Networks

Jianjian Song LogicWorks 4 Tutorials (5/15/03) Page 1 of 14

7. Latches and Flip-Flops

Problem of the Month: Fair Games

BPMN Business Process Modeling Notation

Quick Guide. Passports in Microsoft PowerPoint. Getting Started with PowerPoint. Locating the PowerPoint Folder (PC) Locating PowerPoint (Mac)

Tic, Tie & Calculate Quick Start Guide. Quick Start Guide

1.6 The Order of Operations

PROGRAMMABLE LOGIC CONTROL

So far we have investigated combinational logic for which the output of the logic devices/circuits depends only on the present state of the inputs.

Introduction. What is an Operating System?

paragraph(s). The bottom mark is for all following lines in that paragraph. The rectangle below the marks moves both marks at the same time.

FPGA Implementation of an Advanced Traffic Light Controller using Verilog HDL

Circles and Diamonds and Squares, Oh My! Demystifying the BPMN Standard

Transcription:

Flowchart s and Their Meanings Flowchart s Defined By Nicholas Hebb The following is a basic overview, with descriptions and meanings, of the most common flowchart symbols - also commonly called flowchart shapes, flow diagram symbols or process mapping symbols, depending upon what type of diagram you're creating. The table below lists the flowchart symbol drawing, the name of the flowchart symbol in Microsoft Office (with aliases in parentheses), and a short description of where and how the flowchart symbol is used. / Operation s Show a or action step. This is the most common symbol in both process flowcharts and process maps. Predefined (Subroutine) A Predefined symbol is a marker for another process step or series of process flow steps that are formally defined elsewhere. This shape commonly depicts sub-processes (or subroutines in programming flowcharts). If the sub-process is considered "known" but not actually defined in a process procedure, work instruction, or some other process flowchart or documentation, then it is best not to use this symbol since it implies a formally defined process. Alternate As the shape name suggests, this flowchart symbol is used when the process flow step is an alternate to the normal process step. Flow lines into an alternate process flow step are typically dashed. Delay The Delay flowchart symbol depicts any waiting period that is part of a process. Delay shapes are common in process mapping. Preparation As the names states, any process step that is a Preparation process flow step, such as a set-up operation. Manual Operation Manual Operations flowchart shapes show which process steps are not automated. In data processing flowcharts, this data flow shape indicates a looping operation along with a loop limit symbol (which is not supported by Microsoft Office, but a Manual Operation symbol rotated 180 will do the trick.) Branching and Control of Flow s

Flow Line (Arrow, Connector) Flow line connectors show the direction that the process flows. Terminator (Terminal Point, Oval) Terminators show the start and stop points in a process. When used as a Start symbol, terminators depict a trigger action that sets the process flow into motion. Decision Indicates a question or branch in the process flow. Typically, a Decision flowchart shape is used when there are 2 options (Yes/No, No/No- Go, etc.) Connector (Inspection) Flowchart: In flowcharts, this symbol is typically small and is used as a Connector to show a jump from one point in the process flow to another. Connectors are usually labeled with capital letters (A, B, AA) to show matching jump points. They are handy for avoiding flow lines that cross other shapes and flow lines. They are also handy for jumping to and from a subprocesses defined in a separate area than the main flowchart. Mapping: In process maps, this symbol is full sized and shows an Inspection point in the process flow. [Just to confuse things further, some people will use a circle to indicate an operation and a square to indicate an inspection. That's why it's important to include a symbol key in the flowchart.] Off-Page Connector Off-Page Connector shows continuation of a process flowchart onto another page. When using them in conjunction with Connectors, it's best to differentiate the labels, e.g. use numbers for Off-Page Connectors and capital letters for Connectors. In actual practice, most flowcharts just use the Connect shape for both on-page and off-page references. Merge (Storage) Flowchart: Shows the merging of multiple processes or information into one. Mapping: commonly indicates storage of raw materials.

Extract (Measurement) Flowchart: Shows when a process splits into parallel paths. Also commonly indicates a Measurement, with a capital 'M' inside the symbol. Mapping: commonly indicates storage of finished goods. Or The logical Or symbol shows when a process diverges - usually for more than 2 branches. When using this symbol, it is important to label the out-going flow lines to indicate the criteria to follow each branch. Summing Junction The logical Summing Junction flowchart shape is shows when multiple branches converge into a single process. The merge symbol is more common for this use, though. This symbol and the Or symbol are really more relevant in data processing flow diagrams than in process flowcharts. Input and Output s Data (I/O) The Data flowchart shape indicates inputs to and outputs from a process. As such, the shape is more often referred to as an I/O shape than a Data shape. Document Pretty self explanatory - the Document flowchart symbol is for a process step that produces a document. Multi- Document Same as Document, except, well, multiple documents. This shape is not as commonly used as the Document flowchart shape, even when multiple documents are implied. Display Indicates a process step where information is displayed to a person (e.g., PC user, machine operator). Manual Input Manual Input flowchart shapes show process steps where the operator/ user is prompted for information that must be manually input into a system.

Card This is the companion to the punched tape flowchart shapes. This shape is seldom used. Punched Tape If you're very good at stretching all the life out of a machine, you may still have use for the Punched Tape symbol - used for input into old computers and CNC machines. File and Information Storage s Stored Data A general Data Storage flowchart shape used for any process step that stores data (as opposed to the more specific shapes to follow next in this table). Magnetic Disk (Database) The most universally recognizable symbol for a data storage location, this flowchart shape depicts a database. Direct Access Storage Direct Access Storage is a fancy way of saying Hard Drive. Internal Storage Used in programming flowcharts to mean information stored in memory, as opposed to on a file. Sequential Access Storage (Magnetic Tape) Although it looks like a 'Q', the symbol is supposed to look like a reel of tape. Data ing s Collate The Collate flowchart shape indicates a process step that requires organizing data, information, or materials according into a standard format or arrangement.

Sort Indicates the sorting of data, information, materials into some pre-defined order. Caveat: The descriptions given above are written from the perspective of someone using them to create process flow charts, whereas many of the flowchart symbols actually have their roots in the data processing diagrams and programming flow charts. So, not all the flowcharting shapes shown may be relevant to your needs. The flowchart symbol names in parentheses are common alternates for a given shape. Sometimes a flowchart shape can have more than one meaning, as with the Circle shape, which depicts a jump node in flow charts and inspection point in business process mapping. Other times, there are just multiple names for the same flow chart symbol - such as Terminator and Terminal Point. The Most Commonly used Flowchart s The majority of flowcharts rely on just a few of the process-related symbols to do all the heavy lifting: Terminator,, Decision, Document, and Connector. In fact, if you use other flowcharting shapes, many people won't know what they are for, so you may want to add a symbol key to your flowchart. About the Flowchart s You might think that an expensive flowchart software package is required to make presentationquality flowcharts. It isn't. All the shapes used in this article were created in Microsoft Excel & Word