NEW
Font size
WorksheetsVLQG-HKICO 02
Total questions: 30
Worksheet time: 30mins
We want the Bat to flap its wing (up and down). But the code does not work. Which you think is the correct code? There are 4 costumes.
What is the coordinate for the red circle?
X:240 Y:0
X:0 Y:180
X:0 Y:-180
X:-240: Y:180
What is the coordinate for the blue circle?
X:240 Y:180
X:-240 Y:0
X:240 Y:0
X:0 Y:-180
What is the coordinate for the green circle?
X:0 Y:180
X:0 Y:-180
X:240 Y:0
X:240 Y:180
Which answer best explain the point in direction from A to D?
A = left, B = right, C = down, D = up
A = up, B = down, C = right, D = left
A = right, B = left, C = down, D = up
A = right, B = left, C = up, D = down
I’m trying to control the cat to go up and down. What is wrong with the code?
For DOWN ARROW KEY PRESSED, change POINT IN DIRECTION to 0
For UP ARROW KEY PRESSED, change POINT IN DIRECTION to -90
For UP ARROW KEY PRESSED, change POINT IN DIRECTION to 0
What missing block do I need to have the cat sprite gradually following the mouse pointer as I move the mouse around?
What would the Sprite say if the Test is set to 10?
My name is Bob
I like Chocolate
Hello
I do not know
Which would reduce the number of blocks in this program to draw a square?
Repeat 2 block containing the 100 steps and 90 degree turn
Forever block around the first 100 steps and 90 degree turn
Forever block surrounding all of the blue blocks
Repeat 4 block containing the 100 steps and 90 degree turn
What is a remix?
A project that contains some music from other sources with some editing
A project that is copied from other project with some modification
A project that contains more than one kind of programming languages in the source code
All of the above
Which of the following block is present in Looks category
[When _____ key is pressed]
[say ____ for ____ secs]
[Repeat ___ ]
Category of blocks that is always present on the top of the script stack.
Control
Events
Looks
To execute the script again and again we use which block?
[Repeat _____ ]
[Move ___ steps]
[Again _____ ]
what is scratch?
a programming language
some application
an educational application
how many block sections are there in scratch ?
10
maybe12
is this suppose to be easy ?
What does this code do?
It clicks the sprite forever
It allows you to draw shapes
It generates sprites forever
What block ( type ) will you use to have the sprite say something?
Looks
Sounds
Pen
Data
What does this script do?
When the project starts set my variable to 0, then change my variable by 1 forever
When the project stops set my variable to 1, then change my variable by 0 forever
When the project starts set my variable to 0, then change my variable by 1 then wait 1 second and repeat again forever
How can you clean up scripts?
Right click delete all
Delete project and start over
Right Click clean up blocks
OTHER
If the "W" key moves the character up, which of the following is TRUE...
The code stack for W should include "Change y by -10"
The code stack for W should include "Change x by 10"
The code stack for W should include "Change y by 10"
The code stack for W should include "Change x by -10"
Which of the following is correct?
X Axis is left-right, Y Axis is up-down
Y Axis is left-right, Y Axis is up-down
Y Axis is only negative numbers, X Axis is only positive numbers
Y Axis is only positive numbers, X Axis is only negative numbers
Which rotation style leaves the sprite unchanged even as its direction changes?
all around
Left right
Dont rotate
Which rotation style leaves the sprite unchanged even as its direction changes?
all around
Left right
Dont rotate
