Which block makes sprites disappear?
hide
Teleports the sprite to a specific location
Go to x: y:
What is a a loop that never stops called?
What is a forever loop
How would we check is the mouse was on top of a sprite
Touching mouse pointer
Name 3 programming languages.
What is python, javscript, html, css, C++, C, MatLab, etc?
When you want a sprite to appear in front of another, which block do you need?
go to front layer
What is glide?
Which block helps your program make decisions?
What is an if statment
How would we check if a sprite was in contact with a specific color
Give an example of hardware.
Which block makes messages?
broadcast (message)
I would use this block to avoid my sprite going off the edge of the screen
If on edge, bounce
Have the program pause for a certain amount of time
What is wait
How would a sprite learn something about another sprite?
backdrop of stage
Name an operating system.
What is chrome OS, windows, Mac OS, etc?
I want my sprite to point in a random direction. Which operator will I need?
pick random ____ to _____
Where is the origin in the scratch platform
The center; 0,0
A way to have a program repeat a certain piece of code.
What is a loop
How would we check if the space key had been clicked?
Key (space) pressed
Name the two types of loops in programming.
What are for loops and while loops?
Which operator finds the remainder after division of two numbers?
mod
What direction would the sprite move using [move 10 steps]
How do you add code to a clone of a sprite you have created?
What is when I start as a clone?
What color are the sensing blocks on Scratch?
teal or light blue
If software is not an operating system, what is it?
What is an application?