Algorithms

Algorithms
Algorithms

Key learning intension: What is an algorithm and how do we write them?
1 / 16
volgende
Slide 1: Tekstslide
ComputingUpper Secondary (Key Stage 4)GCSE

In deze les zitten 16 slides, met interactieve quizzen en tekstslides.

time-iconLesduur is: 60 min

Onderdelen in deze les

Algorithms
Algorithms

Key learning intension: What is an algorithm and how do we write them?

Slide 1 - Tekstslide

What is this symbol called?
A
Terminator (start/end)
B
Process
C
Input/output
D
Decision

Slide 2 - Quizvraag

What is this symbol called?
A
Terminator (start/end)
B
Process
C
Input/output
D
Decision

Slide 3 - Quizvraag

What is this symbol called?
A
Terminator (start/end)
B
Process
C
Input/output
D
Decision

Slide 4 - Quizvraag

What is this symbol called?
A
Terminator (start/end)
B
Process
C
Input/output
D
Decision

Slide 5 - Quizvraag

An algorithm is a list of steps to follow in order to solve a problem.

Slide 6 - Tekstslide

Let's create an algorithm to sign in to our student accounts.

Slide 7 - Tekstslide

1. Take a user input for username
2. Take a user input for password
3. Check if username = username and password = password then log in
4. Else ask them to try again tries +1
5. If tries > 3 then lock account

Slide 8 - Tekstslide

Flowchart example

Slide 9 - Tekstslide

Create an algorithm for brushing your teeth. Think about toothbrush, toothpaste, length, order tasks are done in. 

Slide 10 - Tekstslide

Create the flowchart for the algorithm using the correct shapes. 

Slide 11 - Tekstslide

Can you code it?

Slide 12 - Tekstslide

Create a algorithm of your choice and the flowchart.

Slide 13 - Tekstslide

What is an algorithm?

Slide 14 - Open vraag

Name one of the blocks in this flowchart?

Slide 15 - Open vraag

What does this do?

Slide 16 - Open vraag