Top Banner
Flowcharts
13

Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.

Jan 18, 2018

Download

Documents

Phebe Lewis
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.

Flowcharts

Page 2: Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.

Learning Objectives

To learn how to break down tasks

How to create a flowchart

Page 3: Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.
Page 4: Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.

Turn to page 4

Start

End

The first and last part of a

flowchart must have

<Start> and <End>

Any rectangles are processes (where you do

something)

Enter Room

Switch Light On

Sit Down

A diamond is a decision box.

You have to make a choice

– yes or no.

Is it dark?

Finally, it goes in the same

order as time

END

SIT DOWN

SWITCH LIGHT ON

IS IT DARK?

ENTER ROOM

START

Page 5: Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.

So what is it?

A flowchart is a type of diagram that represents an algorithm, workflow or process, showing the steps as boxes of various kinds, and their order

by connecting them with arrows.

Page 6: Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.

What do these represent?

End

Start

Page 7: Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.

What do these represent?Process

Page 8: Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.

What do these represent?

Decision

Page 9: Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.

Task

List all the ‘tasks’ for making tea / coffee

Pg200 (on the left)

Page 10: Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.

Task

Now make a flowchart on this.Pg200 (on the right)

Page 11: Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.

Systems Flowchart

Shows more detail than a programs flowchart

Shows input / output and hardware.

Page 12: Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.
Page 13: Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.

1. Finish flowcharts problems. 1 - 3

2. Print them.

3. Find the file <Systems Flowchart.doc> copy this into page 203 (second box).

4. Label the parts.

5. Explain what the system is doing.

6. Revision (see me for tasks)