📜  流程图元素

📅  最后修改于: 2020-12-14 06:46:12             🧑  作者: Mango


流程图是程序逻辑步骤序列的图形表示。流程图使用简单的几何形状描绘流程,并使用箭头显示关系和流程/数据流。

流程图符号

这是绘制流程图中使用的一些常见符号的图表。

Symbol Symbol Name Purpose
Start Stop Start/Stop Used at the beginning and end of the algorithm to show start and end of the program.
Process Process Indicates processes like mathematical operations.
Input/ Output Input/ Output Used for denoting program inputs and outputs.
Decision Decision Stands for decision statements in a program, where answer is usually Yes or No.
Arrow Arrow Shows relationships between different shapes.
On-page Connector On-page Connector Connects two or more parts of a flowchart, which are on the same page.
Off-page Connector Off-page Connector Connects two parts of a flowchart which are spread over different pages.

流程图制定准则

这些是制定流程图时要记住的一些要点-

  • 流程图只能有一个开始和一个停止符号

  • 使用数字引用页面上的连接器

  • 页面外连接器使用字母引用

  • 流程的总体流程是从上到下或从左到右

  • 箭头不应互相交叉

流程图示例

这是去市场购买笔的流程图。

流程图示例

这是计算两个数字的平均值的流程图。

流程图示例