Algorithmic Thinking Template

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 2

Flow Diagram – Commonly Used Symbols

Start and End Decision Point or Manual


Process Step Data
Process Logical Condition Operation
Test

Symbols are Decision Point. Yes Manual


Process Step
connected to show the Condition True? Operation
stepwise flow of the
algorithm, like this: No

Process Step
Algorithmic Thinking: Making a Cup of Tea

Algorithm Pseudocode Algorithm Flow Diagram

Step 1…
Step 2…
Step 3… Decision Point. Yes Manual
Process Step
Step 4… Condition True? Operation

No

Process Step

You might also like