Define
Algorithim
An algorithm is a plan, a set of step-by-step instructions to resolve a problem.
How it works
Algorithim
Each instruction is identified and the order in which they should be carried out is planned.
Define
Pseudocode
This is a method of writing up a set of instructions for a computer program using plain English.
This is a good way of planning a program before coding.
Pseudocode is not a programming language, it is a simple way of describing a set of instructions that does not have to use specific syntax.
Define
Flowchart
A diagram that shows a process, made up of boxes representing steps, decision, inputs and outputs.
Flowcharts normally use standard symbols to represent the different instructions.
What do these shapes correlate to in flowcharts