Join 36000+ teachers and students using TTIO.
One way of representing algorithms is to use flow charts, also called flow diagrams. They are a useful way of planning how a computer program might work, and show others your thinking.
A flow chart shows the key points in an algorithm:
A sequence of many instructions that does not involve any of these key points may be represented as a single rectangular box.
https://kids.kiddle.co/Flow_chart
Shape | Name | |
---|---|---|
Flow Line | ||
Terminal | ||
Process | ||
Decision | ||
Input/Output |
www.teachyourselfpython.com