大象传媒

Video summary

A teenage programmer discovers how decomposition works through trial and error.

She tries asking her computer to go shopping for her but he doesn't understand.

She realises she has to break down the task into a list of simple instructions to follow.

With a clear set of ordered instructions, the computer goes to the shop, collects the items, pays for them - but returns without them.

The programmer has forgotten to tell him to bring the shopping home in her instructions.

She amends her code, including all the necessary instructions.

These clips are from the series How to Think Like a Computer.

Back to top

Teacher Notes

This could be used to explore algorithms through working out steps in a process, once this is done students could then write the algorithm out in pseudo code or as a flowchart.

This could be linked to an explanation of binary, as computers need everything broken down into simply, such as in 1鈥檚 and 0鈥檚.

You could ask students to think of everyday situations and then write algorithms through decomposing the situation or problem.

Students could discuss the contributions of women in IT such as Ada Lovelace, as the main character is called Ada.

This could be used to discuss whether computers think?

Do humans think?

This clip will be relevant for teaching Computer Science at KS3 and KS4 in England, Wales and Northern Ireland and National 4 and 5 in Scotland.

Back to top

Checking your algorithm. video

A teenage programmer tests a set of instructions she has written to get her computer to mop the floor.

Checking your algorithm

Searching Algorithms. video

A teenage programmer tests how different types of algorithms can be used to speed up searching her massive music collection.

Searching Algorithms

Sorting Algorithms. video

A teenage programmer enlists her computer friend to help her sort through photos and put them in a album.

Sorting Algorithms
Back to top