flow chart
(redirected from Flow charts)Also found in: Dictionary, Thesaurus, Financial.
flow chart
, sheet a diagrammatic representation of the sequence of operations or equipment in an industrial process, computer program, etc.
Collins Discovery Encyclopedia, 1st edition © HarperCollins Publishers 2005
flow chart
[′flō ‚chärt] (engineering)
A graphical representation of the progress of a system for the definition, analysis, or solution of a data-processing or manufacturing problem in which symbols are used to represent operations, data or material flow, and equipment, and lines and arrows represent interrelationships among the components. Also known as control diagram; flow diagram; flow sheet.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.
flow chart
A graphical representation of the steps taken in defining, analyzing, and solving a problem or undertaking an activity.
McGraw-Hill Dictionary of Architecture and Construction. Copyright © 2003 by McGraw-Hill Companies, Inc.
flow chart
(programming)An archaic form of visual control-flow
specification employing arrows and "speech balloons" of
various shapes.
Hackers never use flow charts, consider them extremely silly, and associate them with COBOL programmers, card wallopers, and other lower forms of life. This attitude follows from the observations that flow charts (at least from a hacker's point of view) are no easier to read than code, are less precise, and tend to fall out of sync with the code (so that they either obfuscate it rather than explaining it, or require extra maintenance effort that doesn't improve the code).
See also Program Design Language.
Hackers never use flow charts, consider them extremely silly, and associate them with COBOL programmers, card wallopers, and other lower forms of life. This attitude follows from the observations that flow charts (at least from a hacker's point of view) are no easier to read than code, are less precise, and tend to fall out of sync with the code (so that they either obfuscate it rather than explaining it, or require extra maintenance effort that doesn't improve the code).
See also Program Design Language.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)
flowchart
A graphical representation of the sequence of operations in an information system or program. Information system flowcharts show how data flows from source documents through the computer to final distribution to users. Program flowcharts show the sequence of instructions in a single program or subroutine. Different symbols are used to draw each type of flowchart.Copyright © 1981-2019 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.