Other
Motion
Control
Sensing
Computer Science 1
100

Which block makes sprites disappear?

hide

100

Teleports the sprite to a specific location

Go to x: y:

100

What is a a loop that never stops called?

What is a forever loop

100

How would we check is the mouse was on top of a sprite

Touching mouse pointer

100

Name 3 programming languages.

What is python, javscript, html, css, C++, C, MatLab, etc?

200

When you want a sprite to appear in front of another, which block do you need?

go to front layer

200
Shows the sprite moving across the screen over a period of time.

What is glide?

200

Which block helps your program make decisions?

What is an if statment

200

How would we check if a sprite was in contact with a specific color

What is touching color
200

Give an example of hardware.

What is a computer, projector, RAM, etc.?
300

Which block makes messages?

broadcast (message)

300

I would use this block to avoid my sprite going off the edge of the screen

If on edge, bounce

300

Have the program pause for a certain amount of time

What is wait

300

How would a sprite learn something about another sprite?

backdrop of stage

300

Name an operating system.

What is chrome OS, windows, Mac OS, etc?

400

I want my sprite to point in a random direction. Which operator will I need?

pick random ____ to _____

400

Where is the origin in the scratch platform

The center; 0,0

400

A way to have a program repeat a certain piece of code.

What is a loop

400

How would we check if the space key had been clicked?

Key (space) pressed

400

Name the two types of loops in programming.

What are for loops and while loops?

500

Which operator finds the remainder after division of two numbers?

mod

500

What direction would the sprite move using [move 10 steps]

Whatever the direction was set to
500

How do you add code to a clone of a sprite you have created?

What is when I start as a clone?

500

What color are the sensing blocks on Scratch?

teal or light blue

500

If software is not an operating system, what is it?

What is an application?