1 / 14

BIF703

Learn about system flowcharts and Gantt charts in this lesson. System flowcharts help break down data processing steps, while Gantt charts aid in scheduling and planning project stages. Use Dia for creating flowcharts and Open Workbench for generating Gantt charts.

seths
Download Presentation

BIF703

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. BIF703 System Analysis & DesignDiagramming – Part II:System Flowcharts / Gantt Charts

  2. Diagramming • As you may recall from a previous lesson: • Organizational Charts (Hierarchical Diagrams) are used to denote departments and areas of responsibility in an organization. After the observation/interviewing process, an organization chart can be created. • Data-Flow-Diagrams (DFDs) are an efficient method to “break-down” how data is processed into information. In this way, the diagram can show the “flow” of data through a system, including if the data needs to be stored…

  3. Diagramming • In this lesson you will learn two additional diagrams:System Flowchart • Used to itemize processing steps in greater detail than with DFDs. Data-Flow-Diagrams are great in their simplicity and assistance with the analysis stage, but system flowcharts will describe the processing steps involving input, output, storage and processing involving logic, loops, etc. • Gantt Chart • Used to help schedule and plan various stages in a project. The chart usually depicts each phase in the project and a bar graph is displayed beside each phase to show what the beginning and ending time period is allocated to that phase.

  4. Diagramming • Generalized System Flowchart Symbols • Input / Output (used to represent data or information)Process (step(s) required to process data) • Data Flow (Direction of data Flow Use an arrow)

  5. Diagramming • Generalized System Flowchart SymbolsExample: Note: Similarly to DFDs, System Flowcharts can be generalized, and then can be redrawn to show more processing detail…

  6. Diagramming • Detailed System Flowchart SymbolsCategories: • 1. System Input • 2. System Output • 3. Logic / Loops • 4. Miscellaneous

  7. Diagramming • Detailed System Flowchart Symbols(Input) • Source Document (usually paper document)Keyboard Input (Entering Data via keyboard – eg. scanf) • Hard Disk • Magnetic Tape

  8. Diagramming • Detailed System Flowchart Symbols(Output) • Source Document (usually paper document - hardcopy)Video Display (eg. output on screen) • Hard Disk • Magnetic Tape

  9. Diagramming • Detailed System Flowchart Symbols(Logic) • Decision (if stmts, case statements, etc)Usually a test and directional flow is affectedDecision with Loop (Keep looping until test is true)

  10. Diagramming • Miscellaneous System Flowchart Symbols • Terminal Connect(used to denote beginning or end of a sequence – START / STOP) • Onpage Connector(used to continue to top of page to the right of existing flowchart, on same page – to save paper! Numbers or letters are used to match-up connect flowchart)Offpage Connector(used to continue flowchart on another page. Numbers or letters are used to connect large flowcharts)

  11. Diagramming • The Dia application is well-suited to create generalized or detailed System Flowcharts. • You can keep your flowchart symbol category to “Flow Chart” • This week’s lab will give provide useful tips on how to create system flowcharts

  12. Diagramming • Gantt Chart • As mentioned in a previousslide, the Gantt Chart is usedto help schedule and plan various stages in a project. • Hopefully, this diagramwill help you to scheduletime to complete theproject on time, and allowyou to compare actualprocess with yourestimated schedule…

  13. Diagramming • Unfortunately, the Dia application does not have the resources to create a Gantt chart. • On the other hand, there are many other applications that are scheduling programs that will help you to document your scheduling tasks, and among other things, will then automatically generate a Gantt chart. • The Open Workbench application (that you installed in a previous lab) is free/open-source application (just like Dia) that allows you to schedule your project. • This week’s lab will give provide useful tips on how to schedule tasks and generate a Gantt chart with Open Workbench.

  14. Additional Resources • Here are useful related links:Flowchart (Various Definitions)http://www.answers.com/topic/flowchartGantt Chart (Various Definitions)http://www.answers.com/topic/gantt-chart

More Related