麻豆官网首页入口

Flow diagrams

A is a diagram that shows an overview of a Flow diagrams normally use standard symbols to represent the different types of . These symbols are used to construct the flowchart and show the step-by-step solution to the problem. Flow diagrams are sometimes known as flowcharts.

Common flow diagram symbols

Table with common flow diagram symbols, their names and their usage

Flow diagrams can be used to plan out programs. This simple flow diagram maps out an for a program that prints the numbers 1 to 10:

A flow diagram mapping out an algorithm for a program that prints the numbers 1-10

Advantages and disadvantages of using flow diagrams

Designing an algorithm using flow diagrams has benefits:

  • It is easy to see how a program flows. For example, where does following one path as opposed to another take the program?
  • Flow diagrams follow an international - it鈥檚 easy for any flow diagram user to pick up a diagram and understand it.

Flow diagrams also have their disadvantages:

  • with a large program, the diagrams can become huge in size and unwieldy to follow
  • any changes to the design may mean a lot of the diagram has to be redrawn