Scratch
Impact White Belt
Impact Yellow Belt
Javascript Workshop/ Coding Concepts
STEM Trivia
100

It starts or begins the execution of your program.

what is the green flag?

100

this sets the sprites x and y coordinates

what is the set sprite position block?

100

a math code block that helps us create unpredictable placements in our game

what is random?

100
The coding concept that deals with solving bugs in the program so it runs as it should

what is debugging?

100

the collective term for the 7 colors that appear together in the sky

what is a rainbow?

200

the block that loops without ending

what is the forever block?

200

coding concept that acts as magic signals; telling the computer to do something different

what is an event?

200

the event block that deals with sprite life

what is set sprite lifecycle?

200

coding concept that defines a set of code that can be called wherever you want in your code

what is a function

200

general term for animals like humans, wolves, cats, dogs

what is a mammal?

300

blocks that control the movement of your sprite

what is the motion blocks?

300

coding concept that deals with how code blocks are arranged to make something happen

what is sequence?

300

focuses the camera on your specified sprite

what is camera follow sprite?

300

breaks a bigger into smaller versions of itself in order to solve the bigger problem

what is recursion?

300

((300 x 500) / 200 + 80,000) x 0

What is 0?

400

A script or program.

What are instructions?

400

The overlap block takes two of these

what are parameters?

400

a collection of the same kind of information / data

what is an array?

400
coding concept that deals with true or false

what are conditionals?

400

Powerhouse of the computer

what is a CPU?

500

the holder or container used that holds information or data

What is a variable?

500

the code block that deals with how fast or how slow the sprite moves

what is velocity?

500

helps us to do the same thing repeatedly

what is a loop?

500

the collective term for symbols like (+ = - x ==)

what are operators?

500

An object in motion will stay in motion and an object at rest will stay at rest.

What is Newton's Law of Motion?