NEW
Font size
WorksheetsUnit 3 code.org
Total questions: 15
Worksheet time: 11mins
This blocks allows us to
Change the location of text
Change the zoom of text
Change the size of text
Change the scale of text
What will this block help you do in Code.org?
Change
Color development
Change the color of the background
background movement
Scale block zooms in the sprite or shape
rotation block spins the sprite or shape
True
False
How do we use this block in code.org?
We have to place this block by a shape in order to change its size.
We use this to change the background colors
We have to put this block at the end of the code
We have to place this block by a shape in order to change its color.
The W and H part of these blocks help us.....
place any shape or sprite in a specific area on the screen.
change how wide or tall the shape or sprite is
move the shapes
create a new plot
The X and Y part of these blocks help us.....
place any shape or sprite in a specific area on the screen.
change how big or small the shape or sprite is
move the shapes
create a new plot
If you wanted to make a sprite twice as big as it currently looks which code would you use?
sprite.y
sprite.scale
sprite.rotation
sprite.setAnimattion
What is the name of the sprite variable in the code pictured? (Click on picture to enlarge.)
fly
ladybug
bug
space
What is width of the rectangle in the following code?
rect(250, 200, 75, 225);
250
200
75
225
Which of the numbers represents the y-value of the ellipse?
200
100
300
150
Which answer shows the code to draw this image?
Which answer contains the code to draw this image?
If we want to have a sprite move up and down then we would use which block of code?
sprite.y
sprite.x
If I set this line of code as randomNumber(5, 200); what is the maximum value of number I would have?
5
20
VAR = 100
200
