Scratch
Unit 0/1
Unit 2
Unit 3
Misc.
100

When clicked in Scratch, starts all scripts in a program.

What is green flag?

100
An action that causes something to happen

What is an event?

100
A programming technique in which two programmers, a driver and a navigator, work together on one problem.

What is Pair Programming?

100

Something which can be true or false, and is used to decide whether an action happens.

What is a condition?

100

Laws that protect the intellectual work of a person.

What is copyright?

200

A character or object we control with code.

What is a sprite?

200

Assigning an initial value to a variable or object.

What is initializing? 

200

One image in a series.

What is a frame?

200

Instructions for how a program will work in plain language.

What is pseudocode? 

200

This means to increase by a specific amount repeatedly.

What is increment? 

300

A series of still frames, shown in succession

What is animation?

300

The language which can be understood by a computer.

What is code?

300

The frequency at which frames in a video sequence are displayed, as measured in frames per second (fps)

What is Frame Rate?

300

A diagram which shows how a program will run by connecting the different steps with arrows.

What is a flowchart?

300

Can only store 1 value at a time.

What is a variable?

400

The area in Scratch that displays a finished program when it is being run.

What is the Stage?

400

A set of steps to complete a task

What is an algorithm?

400

Images made with the help of a computer

What are computer graphics?

400

A statement with multiple possible outcomes which depend on a condition.

What is a conditional statement?

400

The place where people interact and communicate with a computer or any other piece of technology.

What is the user interface?

500

Single instructions for a sprite which can be dragged and snapped together.

What are blocks?

500

Sets of instructions that run at the same time.

What is parallelism? 

500

The 2 types of computer graphics (digital images)

What are bitmap and vector?

500

Something that predicts new behavior of something by using a model created from rules based on existing data point

What is a computer simulation?

500

Hiding detail at a lower level.

What is abstraction? 

M
e
n
u