<body scroll="no"><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/2723082626561370546?origin\x3dhttp://schoolblog-arysa016.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>


TAG SCRIPT HERE !!

Links
YOUR LINKS HERE
Albino Black Sheep
The Best Site In The Universe
The Uber Site
Star Wars Fan Films
Archives
June 2009,
Credits
Blogger, Blogskins, Dreamweaver MX, Photoshop,
Image and Layout : s0|itude

Tuesday, June 30, 2009 . Flowcharting: Program Development Cycle and Basic Symbols

For living fifteen years of my life, this is my first time to encounter flowcharting and I'm so happy that I was one of the students who are given the chance to know more about this topic. To be honest, I also don't know the true meaning of algorithm and their difference and now that I know about it, I will use and share my learnings with others.

At first, I really find it difficult to study the concept of flowcharting. I was able to know some of the basic symbols and also the cycle of program development. Well, as some of my readers don't know everything about this, I will elaborate this so-called program development cycle and basic symbols.

> The Program Development Cycle

1. Review of Programing Specifications

A. Input Specifications
B. Output Specifications
C. File Specification
D. Process Specification

2. Program Design

3. Program Coding

A. Review of the Program
B. Entering the Program
C. Saving the Program
D. Executing the Program
E. Interpreting/Compiling the Program

4. Program Testing

5. Program Documentation

A. Internal Documentation (within the program itself)
B. External Documentation (available to users of the program)

Now that I have finished elaborating the Program Development Cycle, I will show you some of the basic symbols used in flowcharting. (To further understand Program Development Cycle, Click Here.)


> FLOWCHARTING SYMBOLS

Symbol Symbol Name
(Alternate Shape Name)
Symbol Description
Terminator Flowchart Symbol 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.
Process Flowchart Symbol Process Show a Process or action step. This is the most common symbol in both process flowcharts and business process maps.
Predefined Process Flowchart Symbol Predefined Process
(Subroutine)
A Predefined Process 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 Process Flowchart Symbol Alternate Process 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.
Decision Flowchart Symbol 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.)
Data Flowchart Symbol 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.

Source: http://www.breezetree.com/article-excel-flowchart-shapes.htm
Author: Nicholas Hebb. Copyright 2006-2008.

(For more flowcharting symbols, Click Here.)

slashed at 3:49 AM .