NEW
Font size
WorksheetsScratch Quiz 4
Total questions: 20
Worksheet time: 10mins
What is scratch?
A block programming language
A website
A computer screen
A computer project
What would you use to change the location of the sprite on the stage in scratch?
Coordinates
File menu
Stage information
Costume tab
Which of the functions can a scratch sprite NOT be programmed to do?
Write a program
Play music
Bounce
Move around the screen
What will happen if the sequence of the blocks are placed in a wrong order?
It will not work properly
The program will work properly
The program will work slow
None of the above
What is the thing which is not present in scratch?
Sprites
Workspace
Script Area
Costume tab
Where are the blocks stored?
In the sprites area
In the costumes tab
Blocks Palette
None of the above
Can we change the costumes of our sprites on scratch?
True
False
What happens when the green flag symbol is clicked on scratch?
The program comes to an end
The program starts
The program freezes
None of the above
Where can we find the forever block in scratch?
Control
Events
Looks
Motion
What is an algorithm?
A recipe
A flow chart
A set of instructions
A control block
In computer programming, ___________ is a list of steps the computer must follow to perform a task
algorithm
command
debug
binary
When a computer programmer is presented with code that just isn't working, his first job would be to
look up the code in Google
debug it
get a co-worker to help
delete the code and start again
Where will the sprite go when the flag is clicked?
to the upper left corner of the stage
to the middle of the stage
to the upper right corner of the stage
to the bottom right corner of the stage
What will this script have the sprite do?
appear, wait, disappear and then repeat forever
move around the screen, disappear and then reappear
disappear, reappear and then wait and then repeat forever
disappear then reappear forever
Which of the following statements is true about this script?
when you run the script, nothing will happen
when you run the script, the sprite will keep getting larger and larger
when you run the script, the sprite will get smaller and smaller
when you run the script, the sprite will get larger and then smaller
