Flow charts Flashcards
In a flowchart, what does a diamond represent?
It represents a decision box.
In a flowchart, what does a rectangle represent?
It represents a process box.
Define a flowchart.
A diagram which shows the individual steps in an algorithm, with each step represented by a symbol.
Name two disadvantages of flow charts.
They can be time consuming, especially if drawn out by hand. Also, they are difficult to change once they have been completed. Lastly, they can be extremely difficult to draw/create for complex algorithms involving many steps.
Name two advantages of flow charts.
Firstly, it is easy to see the general flow of the flowchart, and also the decisions, inputs and outputs that are made can be seen clearly.