0% found this document useful (0 votes)
8 views

Algorithm Thinking

Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Algorithm Thinking

Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 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

Decision Point. Yes Manual


Process Step
Condition True? Operation

Start
Boil water No

Place tea bag into cup Process Step

Let tea steep


If yes , remove tea bag
If no , loop back to let tea steep
Add milk/sugar
If yes,(it’s a manual option)
If no , skip to next step
Stir tea
Serve
end

You might also like