Font size
WorksheetsGrade 9 A
Total questions: 25
Worksheet time: 16mins
What do we use this block for?
(a)
Can we rotate any animation on Code.org?
Yes
No
Each sprite can have its own independent animation ?
Yes
No
Is it possible to move any animation on Code.org?
Yes
No
What is the variable name on this Code ?
(a)
What is the missing on this code ?
(a)
Which parameter changes the width of a shape
X
Width
Color
Rotation
The background() block is used to ______________
set or clear the background color
set or clear the Shape color
set or clear the Animation color
set or clear the Character color
What is the max number for workarea ?
500
400
300
200
Which of these commands draws an Circle ?
rect
ellipse
line
text
What are the two values ?
(a)
What are the two values ?
(a)
A sprite is ?
A variable
A moving object with properties like position and image
A grid
A variable is used to _____________
Store a number or text
Draw shapes automatically
Animate sprites
Change the grid size
What is the missing on this code?
Set animation block
draw sprites block
variable block
Sprite Movement block
Which property changes the size of a sprite ?
(a)
Which block generates different values each time the program runs ?
var block
randomNumber block
shape block
text block
Which block is used to display text in Game Lab ?
spriteText
label
text("Hello", x, y)
drawText
What is missing in this code
(a)
What is the purpose of the draw loop ?
To draw shapes once
To repeat code continuously and create animation
To store variables
To remove sprites
What do we use this block for?
Remove Shape
Remove Outline
Remove Color
Remove Animation
What is the missing on this code?
Animation Block
Text Block
Drawsprites() Block
Draw Function ()
What are the two values ?
Width and Height
X and Y
Min and Max
Scale and Rotation
What is the error on this code ?
Space between words
Capital Word
No values
What is the error on this code ?
Space between words
Capital Word
No value
Variable names cannot start with a number.
