GRADE 3 COMPUTER CODING VOCABULARY
What is the purpose of the step button?
It helps you debug a program.
program
- An algorithm that has been coded into something that can be run by a machine Example:ASEMO the Robot
Program
- An algorithm that has been coded into something that can be run by a machine.
Debugging
- Finding and fixing problems in an algorithm or program.
Bug
- Part of a program that does not work correctly
Loop
- The action of doing something over and over again
Algorithm
A list of steps to complete a task
Event
An action that causes something to happen.
command
An instruction for the computer.
Programming
Programming - The art of creating a program.
What does the Run button do?
When you click on it, your computer program operates.