Flow charts

What is a loop function and double equal sign(==) represent in programming
1 / 22
next
Slide 1: Open question
ComputingUpper Secondary (Key Stage 4)

This lesson contains 22 slides, with interactive quizzes, text slides and 1 video.

Items in this lesson

What is a loop function and double equal sign(==) represent in programming

Slide 1 - Open question

Keywords
Sequence                      flowchart                        algorithm

Pseudo code              Loop       Library function

Slide 2 - Slide

Flow chart lesson objectives
Create an algorithm using English
Use given criteria to create a flow chart
Explain your flow chart by creating it

Slide 3 - Slide

3

Slide 4 - Video

01:31
Write an algorithm to log onto your Tik Tok account

Slide 5 - Open question

02:13
Drag and drop the correct answer here:                                                       
What are the two ways we can use to create  an algorithm?
A modular design
A flow chart
A top down design
Pseudocode

Slide 6 - Drag question

03:22
How many exit points does a decision symbol have
A
1
B
Three
C
Boolean
D
2

Slide 7 - Quiz

Slide 8 - Slide

Pseudocode
A library routine
Flowchart
What is a loop function
A diagrammatical representation of steps to solve a problem
A notation resembling a simple programming language
A set of instruction that has been debugged and tested for a specific task and stored for future use
is a programming structure that repeats a sequence of instructions until a specific condition is met.

Slide 9 - Drag question

Slide 10 - Slide

Flowcharts

Slide 11 - Mind map

Using the link below 
lets create the algorithm  (using English) and then the flow chart shown in the video


Slide 12 - Slide

Find the sum of 5 numbers
Write the algorithm on the sheet by clicking the link
https://docs.google.com/document/d/1KdTXGpMYWipG7UPsg6gjxkPMGCvc44TnWvyJfAT4o-M/edit?usp=sharing

Slide 13 - Slide

Give two examples of an algorithm
A
English words
B
Flow chart
C
Pseudocode
D
output

Slide 14 - Quiz

Plenary - The input/output symbol is a
A
square
B
parallelogram
C
diamond
D
circle

Slide 15 - Quiz

What Flow chart symbol is a process
(add an image or write the shape)

Slide 16 - Open question

What do arrows represent
A
Data flow
B
Process
C
output
D
input

Slide 17 - Quiz

Are you confident in creating a flow chart
😒🙁😐🙂😃

Slide 18 - Poll

A

Slide 19 - Slide

Example 1: 10 plus 20 using an algorithm
Algorithm in simple English
1. sum = 0(process)
2. Enter the numbers (i/o)
Add and store the results (process)
Print sum

Slide 20 - Slide

Slide 21 - Slide

Slide 22 - Slide