Flow chart symbols: Difference between revisions

From Master of Neuroscience Wiki
No edit summary
No edit summary
Line 8: Line 8:
=== Beginning of a program or function ===
=== Beginning of a program or function ===
{{#mermaid:sequenceDiagram
{{#mermaid:sequenceDiagram
    flowchart LR
flowchart LR
      id1([Start])
id1([Start])
}}
}}



Revision as of 07:55, 21 October 2025

Flowcharts can be used to plan a program. I will try to emulate the norm ISO 5807.

Questions to David Rotermund

Terminal

Beginning of a program or function

Ending of a program or function

Process

For arithmetic operations and data-manipulations.

Decision

Input/Output

Function

Initialization

File