These this group of blocks tell the computer when to perform an action.
What are EVENTS?
This command tells your program WHEN to do something.
What is an EVENT?
A list of steps that tells a computer what to do.
What is an ALGORITHM?
This groups of blocks tell the program what sound to play.
What is SOUND?
This command tells your progam WHAT to do.
What is a FUNCTION?
The correct order of your steps in your code.
What is the sequence?
You use these group of blocks to make your character say something or to change their appearance.
What are looks?
This command must go in the beginning of your code.
What is an EVENT?
Help! My code does not work. What are those mistakes called again?
What are bugs?
You use this group of blocks to make your character wait for 1 second, or repeat an action, or use if, then commands.
What is CONTROL?
This command comes after the EVENT command.
What is the FUNCTION command?
Finding the mistake in your code and fixing it.
What is debugging?
This group of blocks control the way your character moves.
What is MOTION?
This command makes an action repeat over and over and over....
What is a LOOP?
The first computer programmer.
Who is Ada Lovelace?