Flowcharts Flashcards
0
Q
What will well-defined algorithms lead to?
A
Well-constructed and effective programs.
1
Q
Define what is mean by ‘Algorithms’.
A
Sets of clearly defined rules to process data.
2
Q
In a flowchart what shape shows a process and what does it mean?
A
Square/rectangle: to show what is to be done.
3
Q
What shape shows the input/output and what does this mean?
A
Parallelogram: to show that a value needs to be input or that a value will be output.
4
Q
What shape is used to show a decision and what does this mean?
A
Dimond: to show that a decision will be made.