Scratch graphics
Scratch BLOCKS
Scratch Extras
Coding Terms
Coding Terms
100

The 2-dimensional grid in Scratch, with numbers so that a position can be specified.

What is the x-y grid?

100

These blocks can be used to check if a sprite is touching the mouse-pointer or another sprite.

What are sensing blocks?

100

This block can send a message to another sprite and trigger an action in the sprite that receives this message.

What is broadcast?

100

An action that causes something else to happen.  The green flag block is an example.

What is an event?

100

Instructions written in code, which are then run by a computer

What is a program?

100

One still image in a series.

What is a frame?

100

Hat blocks are the blocks that start every script. They are shaped with a rounded top and a bump at the bottom — this is so that a user can only place blocks below them. Six of the eight Hat blocks are in this category.

What are EVENT blocks?

100

This extension lets projects interact with a webcam.  

What is the video sensing extension? 

100

A series of instructions that follow one another in order.

What is a sequence?

100

Computer instructions, written in plain language, used by coders to plan out their program.

What is a pseudocode?

100

Frequency at which frames in a sequence are displayed.

What is frame rate?

100

This is the color of the blocks that control a Sprite's movement.  The stage has none of these blocks, as it cannot move.

What are BLUE motion blocks?

100

 This extension allows text to be read aloud.

What is the text to speech extension?

100

When sets of instructions run at the same time we call this...

What is parallelism?

100

Evaluates to TRUE or FALSE, for example an IF ELSE statement.

What are CONDITIONALS?

100

A digital image stored as a matrix of pixel squares. e.g. digital photographs

What is bitmap?

100

This block category can make a speech bubble appear over the sprite and stays for the specified amount of time.

What are LOOKS blocks?

100

These green blocks can perform math functions and can select random numbers.

What are operators?

100

To assign an initial (beginning) value to a variable or object (to reset).


What is to initialize?

100
Parts of your code that repeats.

What are loops?

200

A digital image stored as mathematical equations for points, lines and shapes. Eg. digital illustrations and cartoons.

What is a vector graphic?

200

This block category includes the IF THEN and IF THEN ELSE blocks.

What are the CONTROL blocks?

200

Cap blocks are the blocks that end scripts. They are shaped with a notch at the top and a flat bottom — this is so blocks cannot be placed below them. One of the cap blocks...

What is stop or delete this clone?

200

Finding and fixing errors in a program.

What is debugging?

200

A variable that can be either TRUE or FALSE represented in binary as 1 or 0.

What is BOOLEAN?

M
e
n
u