鶹Լ

Video summary

This short film for primary schools outlines how algorithms are sets of instructions to make something happen, before explaining further using a recipe analogy.

The film outlines how algorithms are the starting points for computer programs that solve problems.

It then looks at the example of using an electronic card key to open a door, using a flow diagram to organise the instructions and steps needed to make sure the door only unlocks when the correct card key is used.

The film finishes with more examples of how algorithms are used in computer-based tools and systems like social media feeds and search engine rankings.

This short film is from the 鶹Լ Teach series, Cracking Computing.

Teacher Notes

A good way to introduce the idea of algorithms is to focus on familiar lists of instructions that organise everyday life - for example, taking the register, getting ready for a school lesson, packing up at the end of the day - and turning them into flow charts.

The next step is to explore problems or dilemmas that include a question, and create a list of instructions or statements that solve the problem. Again, flow charts can be used to clarify the steps and sequence lists for pupils.

It is important that, before pupils start to write a program to solve a problem or achieve a specific outcome, they have a clear idea of what they want the program to achieve, in the form of an algorithm, either as a flow chart or list of instructions.For example, when programming a computer game character the algorithm might look like this:

  • When left arrow clicked character moves left 10 steps
  • When right arrow clicked character moves right 10 steps
  • When space bar clicked character jumps up

Other subjects

English: Understanding algorithms fits well with work on instruction writing, or explanation texts that explain a process or sequence of events. Similar vocabulary is used: for example, firstly, then, when, next, finally, etc.

Maths: In Maths the word algorithm is used to describe the series of steps carried out to complete a calculation or solve a problem. For example, to solve 3 x 7 we need to carry out the following steps:

  • Start with zero
  • Add 7
  • Add 7 to the new total
  • Add 7 to the new total

This short film is suitable for teaching:

  • KS2 computing curriculum in England
  • Technologies curriculum area at 2nd Level in Scotland
  • KS2 digital competence framework in Wales
  • KS2 using ICT cross-curricular skill in Northern Ireland

Computer networks. video

This short film explains computer networks. It looks at different types of computer network and the elements that make up a basic network including clients, servers, switches and hubs.

Computer networks

Creating with computing. video

This short film explores the many creative computing tools we have access to, with a focus on how they are used to create new creative content and media.

Creating with computing

Debugging. video

This short film uses computer games to explain debugging, which is the process of finding and correcting errors in computer programs.

Debugging

Decomposition. video

This short film explains how decomposition involves breaking one big problem down into smaller, more manageable problems that can be tackled step by step.

Decomposition

Input and output. video

This short film gives a brief history of input and output methods with examples, and brings us up to date with examples of familiar input and output devices that we use every day.

Input and output

Logical reasoning. video

This short film outlines logical reasoning as ‘sensible thinking’ when following rules, and explains how a problem with a computer program can be solved using logical reasoning.

Logical reasoning

Repetition. video

This short film for primary schools explains how repetition within computing allows a command to be repeated to make a computer program more efficient.

Repetition

Search technologies. video

This short film gives a brief history of the development of the internet and the invention of the world wide web by Sir Tim Berners-Lee, and explains the role of a search engine.

Search technologies

Selection. video

This short film covers the use of selection in simple computer programs, and shows how this idea of yes/no questions can allow computers to respond to external conditions and select different paths.

Selection

Sequencing. video

This short film covers the concept of sequencing, or making sure things are in the right order, and explores what might happen if things are done in the wrong order, or sequence.

Sequencing

Variables. video

This short film explores how computers use variables to store things that change, like names, numbers and scores.

Variables

Working with data. video

This short film explores how data is collected using digital devices in response to questions, and how it is organised into tables, records and fields on a computer system.

Working with data