Code Blocks
Scratch Website
Coding Questions
MISC
Code Blocks
100

What is the most common block of code we start our code blocks with?

When green flag clicked

100

How many colored sections of code blocks are there?

9
100

The x direction deals with what direction?

horizontal or left and right

100

Where is the pick a random number 1-10 block located?

Operators

100

What is the orange section in scratch called?

variables

200

What is the purple code block section called?

Looks

200

how can you save a project in scratch? Name 3 ways

1) click save now button at top right when it appears

2) go to file > save now

3) ctrl + s

4) file > save to your computer

200

the y coordinates deal with what direction?

vertical or up and down

200

What category of code blocks can be used to change costumes and backdrops?

Looks

200

How do you make a list and then add a value to it?

make a list, name the list, add thing to list

300

what does the broadcast message block do? And what block needs to go with it?

sends a message to all of the code in our program and it needs a when I receive message block 

300

the name for multiple versions of a sprite that can be used to animate the sprite

costumes 

300

This is a value that can change depending on conditions or info passed to the program.

A variable 

300

Can you name individual costumes for sprites?

yes

300

I want my sprite to show when I click my mouse, what should my code look like?

green flag, fovever loop, if statement, mouse down, show

400

what is the pink section called?

my blocks

400
What is the location called where you preview, view, and run your programs?

the stage

400

What are most sensing blocks put into. (It's another code block)

if then statement

400

Name one scratch extension.

Lots of answers. ex. pen tool, text to speech, video camera, microphone, etc.

400

I want a sprite to move when I press the up,down,left,and right arrow keys what should my code look like?

green flag, forever loop, if statement, key pressed block, change x or y by 10 or -10. 

500

What section is the stop this script code block in?

Control

500

How do I access the scratch extensions?

through the blue button at the bottom left corner of the screen

500

What are the three blocks I need if I am going to use clones in my program?

Create clone of myself, when I start as a clone, and delete this clone
500

For a sprite to always follow the mouse what code should you have?

when green flag clicked, forever loop, go to mouse pointer

500

name three blocks in the list section

any three that are in the list section

M
e
n
u