Studyfin Studyfin ✨ Sign up free

What is a program?

Grade 3 · Coding · Free lesson

Hello! I am Studyfin, your friendly tutor. Today, we will learn how to talk to computers using step-by-step instructions!

A computer is smart, but it needs our help to do things. A program is a list of steps that tells a computer exactly what to do.

kids

We write these steps in a special order. We use words like first, next, then, and last to make an algorithm.

1stNextLast

If we mix up the steps, the computer will get confused! We must put them in the correct order so the program works.

✏️ Worked example

Let us write a program to plant a seed. We need to put these four steps in the right order: Water the soil, Put the seed in the dirt, Dig a small hole, Cover the seed with dirt.

  1. First, we dig a small hole in the dirt.
  2. Next, we put the seed inside the hole.
  3. Then, we cover the seed with dirt.
  4. Last, we pour water on the soil so the seed can grow.
ask
Want the full interactive lesson — quiz, animations, and Finn cheering them on?

More Coding lessons