Flowcharts

Now that you’re getting more comfortable with basic code in EdPy, your programs may start to get more complex. Many professional programmers plan their codes ahead of time. One method for planning is using something called a flowchart. Look at the image below to see some of the basic symbols used to create a flowchart.

Select the text version of visual button.
[4, p. 53]

Row 1
Name of first symbol-Terminator (start/end)
Function- An oval represents a start or end point
Row 2
Name of second symbol- Arrow
Function- A line which acts as a connector, showing the relationships between representative shapes
Row 3
Name of third symbol- Input/output
Function- A parallelogram represents an input or an output
Row 4
Name of fourth symbol- Process
Function- A rectangle represents a process or action
Row 5
Name of fifth symbol- Decision
Function- A diamond represents a decision