ES084 (2nd Sem, 1st QTR) - Introduction To C Programming-Control Flow
ES084 (2nd Sem, 1st QTR) - Introduction To C Programming-Control Flow
Guidelines in Flowcharting
1. In drawing a proper flowchart, all necessary
requirements should be listed in logical order.
2. Flowchart should be clear, neat and easy to
follow.
Algorithms and Flowcharting Most Commonly Used Symbol
FLOWCHART SYMBOLS
9. Predetermined
used as a subroutine symbol
Symbol
inner procedure needs to be
repeated several times
10. Preparation/
Initialization
Symbol
Sequential/Linear Flowchart
Sample Flowchart
System Flowchart Symbols Detailed Flowchart
Provides a detailed picture of a process by
mapping all of the steps and activities that occur
in the process.
This type of flowchart indicates the steps or
activities of a process and includes such as
o decision points
o waiting periods
o tasks that frequently must be redone
(rework) and
o feedback loops
System Flowchart Example: Car Repair Garage Useful for examining areas of the process in detail
and for looking for problems or areas of
inefficiency
For example, the Detailed Flowchart of Patient
Registration reveals the delays that result when
the record clerk and clinical officer are not available
to assist clients.
SAMPLE PROBLEMS
Sample Problems
1. Make a flowchart that will input the length and width
of a rectangle. Output the perimeter.