Flowchart
定义 Definition
flowchart(流程图):用图形符号(如方框、菱形、箭头)来表示一个过程、算法或工作流程的步骤与分支关系的图。
发音 Pronunciation
/ˈfloʊ.tʃɑːrt/
例句 Examples
I drew a flowchart to explain the steps.
我画了一张流程图来说明步骤。
Before we write the program, we should design a detailed flowchart showing decisions, loops, and possible outcomes.
在写程序之前,我们应该先设计一张详细的流程图,展示判断、循环以及可能的结果。
词源 Etymology
flowchart 由 flow(流动、流程)+ chart(图表)构成,字面意思是“表示流程的图表”。该词常用于工程、商业流程管理与计算机科学领域,用来把抽象步骤可视化。
相关词 Related Words
文学与著作中的用例 Literary Works
- Donald E. Knuth, The Art of Computer Programming(计算机科学经典著作中讨论算法表示方式时常提及流程图及其替代表达)
- Pressman & Maxim, Software Engineering: A Practitioner’s Approach(软件工程教材中用流程图/流程建模来讲解需求与设计)
- Rummler & Brache, Improving Performance: How to Manage the White Space on the Organization Chart(流程管理经典书籍中常用流程图来分析与改进业务流程)