Flow chart symbols: Difference between revisions

From Master of Neuroscience Wiki
No edit summary
No edit summary
Line 7: Line 7:


=== Beginning of a program or function ===
=== Beginning of a program or function ===
{{#mermaid:sequenceDiagram
{{#mermaid:
flowchart LR
flowchart LR
id1([Start])
id1([Start])

Revision as of 07:57, 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