Download presentation
Presentation is loading. Please wait.
1
Flowchart Diagram Risanuri Hidayat
2
What A Flow Chart is a sequential diagram that shows the steps involved in an operation or task and the decisions made along the way. A flowchart illustrates the steps in a process. By visualizing the process, a flowchart can quickly help identify bottlenecks or inefficiencies where the process can be streamlined or improved. With flow chart diagram, you can graphically document the steps used to complete a task.
3
Flowcharting Shapes Flowcharts use special shapes to represent different types of actions or steps in a process. Lines and arrows show the sequence of the steps, and the relationships among them.
4
Shapes The terminator symbol marks the starting or ending point of the system. It usually contains the word "Start" or "End." Start/End
5
Shapes A box can represent a single step ("add two cups of flour"), or and entire sub-process ("make bread") within a larger process. Action/Process
6
Shapes A printed document or report. Document
7
Shapes A decision or branching point. Lines representing different decisions emerge from different points of the diamond. true ?
8
Shapes Represents material or information entering or leaving the system, such as customer order (input) or a product (output). Input/Output
9
Shapes Indicates that the flow continues on another page, where a matching symbol (containing the same letter) has been placed. connector
10
Shapes Lines indicate the sequence of steps and the direction of flow.
11
Example Hitung nilai factorial dari x –F(n)= n! = n(n-1)(n-2)…1 –Jika n=1, F(n)=1 –Jika n<1, ditolak start Input n n<1 n=1 F=1.2…(n)F=1 yes no yesno A Tampilkan F end A
12
Example Program ?
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.