NEW
Font size
WorksheetsFinal Climb
Total questions: 78
Worksheet time: 51mins
Scratch is a Programming Language
True
False
What type of loop is this?
Forever Loop
Fixed loop
Infinite loop
What loop is this?
Forever loop
Fixed loop
Which block allows you to make decisions (choices)?
In scratch, these characters are called___________________________
Backdrop
Sprites
Blocks
Stage
A script is made up of blocks with instructions that tells the sprite what to do
True
False
Which category of block contains this block?
Sensing
Motion
Operators
Events
Sound
Data can be stored in a Scratch program, what is data saved in?
Stage
Variable
Variant
Code drawer
What shape will this code draw?
Circle
Square
Triangle
Rectangle
Which code block allows scratch to draw on the stage?
Pen Down
Pen Up
Pen In
Pen Out
Which of the following symbols means "greater than"?
<
**
/
>
Leo is writing a "Digital Pet" program in Scratch. What is Leo using here to store how thirsty his pet is?
A costume
A sprite
A function
A variable
Where your project is displayed when active.
speech bubble
stage
tempo
Which supporter is responsible for the maintenance of the Scratch?
A. Google
B. Microsoft
C. Amazon
D. MIT
E. None of the above
Which of the following is a motion block?
None of the above
To draw the square as shown, we need to fill 1 and 2 respectively:
What is the expected picture on the stage?
Square
Pentagon
Hexagon
Circle
Star
Given the operator. What’s the result?
75
75.1
1.9
2
None of the above
Given the following scene. Why does the sprite cat not appear moving to random position after the green flag was clicked?
Not until the key space is pressed
None of the above
Given the following script. What’s the sprite Cat would say in the stage?
1
2
3
3.4
None of the above
Building blocks in Scratch includes many categories, for example, Motion, Looks, Sound, Events. Which category does the following block belong to?
Motions
Events
Operators
Sensing
Control
The following is an empty “repeat until” control block, blocks of which following categories can be expected to be filled in (1)?
Motion
Looks
Events
Sensing
Variables
Building blocks in Scratch are divided into many categories, for example, Motion, Events, Operators. Which category does the following block belong to?
Motion
Events
Control
Operators
Sensing
Refer to the following script for the question below. What is the position when left arrow key is pressed?
(0,10)
(0,-10)
(0,100)
(0,-100)
Cannot be determined
Refer to the following script for below question. To be continued on question 19, what will be its direction?
0
90
180
270
Cannot be determined
Refer to the following script:
Which of the following statement is correct after the green flag is clicked?
The cat is located at (0,0) and say “hello”
The cat is located at (50,50) and say “hello”
The cat is located at (0,0)
The cat is located at (50,50)
None of the above
Refer to the following script:
Which of the following key can zoom in 50%?
1
2
3
4
None of the above
If I want to move the sprite to the right, which set of blocks would I need?
Referring to the script and scene below, why is the clone not seen after clicking the greenflag?
Clone is not created.
The script is not executed.
The clone overlaps with the original.
The clone is spawn outside of the scene.
None of the above.
What is the backdrop area called in Scratch?
Paint
Stage
Background
area
According to the image, the oder of the elements in scratch are...
1.Stage 2.Sprites 3.Blocks 4.Scripts
1.Scripts 2.Blocks 3.Sprites 4.Stage
1.Stage 2.Blocks 3.Sprites 4.Scripts
1.Stage 2.Blocks 3.Scripts 4.Sprites
Create a program with the following algorithm?
Scratch is a ..........................
Programming language
video editing software
gaming application
To add more sprite (character) which button should you click?
The program will run when:
Green flag clicked
Hear loudness through the microphone
Space bar clicked
Sprite clicked
A costume is...
a motion
a different way a sprite looks
a code block
a sound
What is the co-ordinate of the center of the screen?
(x:0,y:0)
(x:240,y:180)
(x:240,y:0)
(x:0,y:180)
If the program moves too fast, you can put...
Which icon should you click to change Scratch backdrop
Where to find these codes?
Motion
Sensing
Sound
Events
What do you call the list of commands in Scratch?
Scratch
Script
Variable
Program
What dose this red shape do in Scratch?
Start program
Stop program
Delay program
Which of the following programs would make the turtle draw these steps. The turtle starts at the bottom left facing to the right (same as it is now).
A condition is something that is either:
true or false
positive or negative
black or white
sentences or word
Which of these is a conditional block?
B and C are correct
Which of these is a condition statement in Scratch?
Pause the program for a set amount of time
Wait
Stage
Sprite
Costume
If
A look for the sprite and the one sprite can have more than one of these for different looks
Costume
If
Forever
Repeat
Wait
What does this script draw?
Pentagon
Hexagon
Square
Triangle
These sprites do the same thing
True
False
This block for
pen size
pen color
What does this script draw?
Rectangle
Circle
Square
Triangle
How many degrees do I need to turn to make a square?
30 degrees
45 degrees
90 degrees
120 degrees
Which best explains what this chunk of code does?
The sprite will say Hi! if the user enters an answer that is less than 10 characters long and Bye! if the user enters an answer that is 10 characters or greater.
The user has to type in either Hi! or Bye! to run the program
The sprite will say Hi! if the user enters an answer that is 10 characters or greater and Bye! if the user enters an answer that is less than 10 characters long
When the program starts, the sprite will automatically say Hi! or Bye!
Nhân vật nói gì?
Tọa độ hiện tại của nhân vật.
Tọa độ hiện tại của con trỏ chuột
Tọa độ hiện tại của Apple
Tọa độ hiện tại của phông nền.
A forever loop
Will repeat forever
Will not repeat forever
Can have blocks added to the end
Is a long piece of string
Given the following scene. What’s happened when the cat touching the edge?
Nothing happened
The cat stops
The cat moves 10 steps
The cat moves 10 degrees
Referring to the script and scene below. The Scratch Cat should do a flip when the space key is pressed. But when the space key is pressed, nothing happens! How do we fix the program?
Missing:
The program needs
This block should be put in the loop
All of the above
If the program moves too fast, you can put ...
