These blocks tell the computer when to perform an action.
What are Event Blocks?
This command tell 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?
These blocks tell the computer what action to do.
What are action or function blocks?
This command tells your program WHAT to do.
What is a function?
The correct order of your steps in your code.
What is sequence?
You use this block to make your character grow in size.
What is the Grow Block?
What is an EVENT?
Help! My code does not work. What are those mistakes called again?
What are bugs?
You use this block to make your character hidden.
What is the Hide Block?
The command comes after the EVENT command.
What is the FUNCTION command?
Finding the mistake in your code and fixing it.
What is debugging?
You use this block to make your character say something.
What is the say block?
This command makes an action repeat over and over and over.....
What is a LOOP?
The first programmer.
Who is Ada Lovelace?