Program (English)
Search for " Program " in NRICH | PLUS | maths.org | Google
Definition (keystage 2)
A list of instructions given to a computer to carry out a particular task.
For example, A LOGO program to draw a square of size 20 is:
Forward 20;
Right 90;
Forward 20;
Right 90;
Forward 20;
Right 90;
Forward 20;
Alternatively, one might say:
REPEAT 4 [Forward 20; Right 90]
For example, A LOGO program to draw a square of size 20 is:
Forward 20;
Right 90;
Forward 20;
Right 90;
Forward 20;
Right 90;
Forward 20;
Alternatively, one might say:
REPEAT 4 [Forward 20; Right 90]
Funded by: EU Socrates Minerva, HeyMath!, Cambridge University Press