Presentation is loading. Please wait.

Presentation is loading. Please wait.

Flow Charts. Thinking Creatively Flow Charts START END Is A==6? No A = 1 Yes Print A A = A + 1.

Similar presentations


Presentation on theme: "Flow Charts. Thinking Creatively Flow Charts START END Is A==6? No A = 1 Yes Print A A = A + 1."— Presentation transcript:

1 Flow Charts

2 Thinking Creatively Flow Charts START END Is A==6? No A = 1 Yes Print A A = A + 1

3 Thinking Creatively Flow Charts – Flowcharts are used to represent a process, showing the steps of the process as different kinds of boxes, and arrows linking these boxes. – They are commonly used for describing computer programs, but can be used for describing any process, and were developed in the 1920s for use by mechanical engineers.

4 Symbols

5 Terminal Input/Output Operation Process Decision

6 Flowcharts So we start the flowchart with: START

7 Flowcharts The flowchart with will finish with the following: END

8 SEQUENCE

9 Flowcharts Flowcharts are read starting at the beginning and working its way to the end. This is a basic assumption of all flowchart design. We call this SEQUENCE.

10 START END Statement1 Statement2 Flowcharts

11 SELECTION

12 Flowcharts What if we want to make a choice, for example, do we want to add sugar or not to the tea?

13 Flowcharts What if we want to make a choice, for example, do we want to add sugar or not to the tea? We call this SELECTION.

14 START END Is Sugar required? No Yes Add SugarDon’t Add Sugar Flowcharts

15 ITERATION

16 Flowcharts What if we need to indicate that we need to keep doing something until some condition occurs?

17 Flowcharts What if we need to indicate that we need to keep doing something until some condition occurs? Let’s say we wish to indicate that the you need to keep filling the kettle with water until it is full.

18 Flowcharts What if we need to indicate that we need to keep doing something until some condition occurs? Let’s say we wish to indicate that the you need to keep filling the kettle with water until it is full. We call this ITERATION.

19 START END Kettle is not full? No Yes Keep Filling Kettle Flowcharts


Download ppt "Flow Charts. Thinking Creatively Flow Charts START END Is A==6? No A = 1 Yes Print A A = A + 1."

Similar presentations


Ads by Google