python programming week 12 – tuesday. starter what is a flowchart? do you know any of the symbols...

9
PYTHON PROGRAMMING Week 12 – Tuesday

Upload: moses-sparks

Post on 19-Jan-2016

214 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: PYTHON PROGRAMMING Week 12 – Tuesday. STARTER What is a flowchart? Do you know any of the symbols used in a flowchart and what they mean?

PYTHON PROGRAMMING

Week 12 – Tuesday

Page 2: PYTHON PROGRAMMING Week 12 – Tuesday. STARTER What is a flowchart? Do you know any of the symbols used in a flowchart and what they mean?

STARTER

What is a flowchart?

Do you know any of the symbols used in a flowchart and what they mean?

Page 3: PYTHON PROGRAMMING Week 12 – Tuesday. STARTER What is a flowchart? Do you know any of the symbols used in a flowchart and what they mean?

LAST WEEK

Use pseudocode for sequence, selection and iteration constructs

Write pseudocode solutions to problems

Create Python programs for pseudocode

Page 4: PYTHON PROGRAMMING Week 12 – Tuesday. STARTER What is a flowchart? Do you know any of the symbols used in a flowchart and what they mean?

TODAY

Flowcharts – intro

Python – while loops

Page 5: PYTHON PROGRAMMING Week 12 – Tuesday. STARTER What is a flowchart? Do you know any of the symbols used in a flowchart and what they mean?

FLOWCHARTS - SEQUENCE

Example

Page 6: PYTHON PROGRAMMING Week 12 – Tuesday. STARTER What is a flowchart? Do you know any of the symbols used in a flowchart and what they mean?

FLOWCHARTS - SELECTION

Example

Page 7: PYTHON PROGRAMMING Week 12 – Tuesday. STARTER What is a flowchart? Do you know any of the symbols used in a flowchart and what they mean?

FLOWCHARTS - ITERATION

Example

Page 8: PYTHON PROGRAMMING Week 12 – Tuesday. STARTER What is a flowchart? Do you know any of the symbols used in a flowchart and what they mean?

PYTHON

Codecademy – what is your target for this week?

Page 9: PYTHON PROGRAMMING Week 12 – Tuesday. STARTER What is a flowchart? Do you know any of the symbols used in a flowchart and what they mean?

TOMORROW

More on flowcharts

Python - While loop exercises