0% found this document useful (0 votes)
35 views2 pages

Technological Institute of The Philippines Quezon City

This document discusses programming flowcharts. It defines a flowchart as a diagram that depicts a process or algorithm using shapes and connecting arrows. It then lists different types of programming flowcharts such as basic process, swimlane, workflow process, decision, EPC diagram, process map, SDL diagram, data flow diagram, and process flow diagram. Next, it provides five tips for better flowcharts including using consistent design elements, keeping everything on one page, flowing data from left to right, using a split path instead of a traditional decision symbol, and placing return lines under the flow diagram. Finally, it defines common flowchart symbols such as a rectangle for a process, oval for start/end, diamond for a decision, and par

Uploaded by

Stephanie Besana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views2 pages

Technological Institute of The Philippines Quezon City

This document discusses programming flowcharts. It defines a flowchart as a diagram that depicts a process or algorithm using shapes and connecting arrows. It then lists different types of programming flowcharts such as basic process, swimlane, workflow process, decision, EPC diagram, process map, SDL diagram, data flow diagram, and process flow diagram. Next, it provides five tips for better flowcharts including using consistent design elements, keeping everything on one page, flowing data from left to right, using a split path instead of a traditional decision symbol, and placing return lines under the flow diagram. Finally, it defines common flowchart symbols such as a rectangle for a process, oval for start/end, diamond for a decision, and par

Uploaded by

Stephanie Besana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Technological Institute of the Philippines

Quezon City
ITE001A - Computer Fundamentals and Programming
Prelim Homework #2
Martin, Angela Joyce C. IE21FA1
June 26, 2019
1. Definition of programming flowchart
A flowchart is a diagram that depicts a process, system or computer
algorithm. They are widely used in multiple fields to document, study, plan,
improve and communicate often complex processes in clear, easy-to-
understand diagrams. Flowcharts, sometimes spelled as flow charts, use
rectangles, ovals, diamonds and potentially numerous other shapes to define
the type of step, along with connecting arrows to define flow and sequence.
They can range from simple, hand-drawn charts to comprehensive computer-
drawn diagrams depicting multiple steps and routes.

2. List of different types of programming flowchart


 Basic Process Flowchart

 Swimlane Flowchart

 Workflow Process

 Decision Flowchart

 EPC Diagram

 Process Map

 SDL Diagram

 Data Flow Diagram

 Process Flow Diagram

1
3. List the flowcharting techniques
Five Tips for Better Flowcharts

 Use Consistent Design Elements. Shapes, lines and texts within


a flowchart diagram should be consistent. ...
 Keep Everything on One Page. ...
 Flow Data from Left to Right. ...
 Use a Split Path Instead of a Traditional Decision Symbol. ...
 Place Return Lines under the Flow Diagram
4. Illustration and definition of basic flowchart symbols

Common Flowchart Symbols


 Rectangle Shape - Represents a process
 Oval or Pill Shape - Represents the start or end
 Diamond Shape - Represents a decision
 Parallelogram - Represents input/output

You might also like