MyLeoNes™

Breaking a big task apart — Computing, 4–6 years

A large job becomes easier when it is split into small jobs that can be handled one at a time. This is a powerful way to plan a computer task.

Small jobs make one big job

Some jobs feel too big when we look at them all at once. We can split one into smaller parts, such as choosing, collecting and putting away. Each part is easier to understand, and together they complete the whole job.

Why split it up?

A computer can follow a small, clear job more reliably than a vague command like “make everything ready”. People began organising work into parts because machines and people both need manageable instructions. If one part is wrong, we can change that part without rebuilding everything.

Tell a robot to make a snack

Suppose a robot must make cereal with milk. First, get a bowl; second, put in 10 spoonfuls of cereal; third, pour in 100 millilitres of milk; fourth, place the spoon beside it. Each small job is clear, and together they make one breakfast task.

Not every tiny move

It is tempting to split a job into every tiny movement: lift your hand, move it left, open your fingers. That seems safe because nothing is left out, but the plan becomes hard to read and use. Choose useful chunks, such as “pick up the cup”, that are small enough to be clear.

Planning real tasks

A music app may split “play a song” into finding the song, loading it and sending sound to the speaker. A robot vacuum can split cleaning into moving, noticing an object and changing direction. People also use the same idea when packing a bag or making a model.

Keep exploring

Other languages

Loading MyLeoNes™…