Please enable JavaScript.
Coggle requires JavaScript to display documents.
2.1 Algorithms - Coggle Diagram
2.1 Algorithms
Designing, creating and refining algorithms
Identify input, outputs and processes
Structure diagrams
A process after decomposition. You should be able to identify the sub programs and the processes associated with it.
Pseudocode
Code like code. This is not an official language and there are no rules to follow. Pseudocode might be natural English
Flowcharts
A method of writing algorithms. Makes use of symbols to show how the data is handled
-
-
-
-