NEW
Font size
WorksheetsCKQT-Scratch - Progarmming
Total questions: 35
Worksheet time: 35mins
The blocks don't need to be joined, as long as they are on the script area, they will run.
True
False
What type of coding is Scratch?
Non-Textual
Textual
Which of these blocks can be identified as Iteration?
wait 1 second
set score to 0
forever
create clone of myself
Which block allows you to make decisions (choices)?
Which of the following symbols means "greater than"?
<
**
/
>
Will the sprite move from it's position after this code?
Yes
No
Which categories does this command blocks belong to?
Looks
Sensing
Sound
Motion
Where do you find the images of characters to insert in scratch?
Gallery
Costumes
Script
Backdrop
If Josh is 11 years old, what will this program print out?
It won't print out anything
You are old enough for Year 8
You are still in year 7
It will print out his age
If Jenny is 13, which message will be broadcast?
Message 1
Message 2
Message 3
Message 4
What is a Variable?
It is a place where you can store some data
It is a place in your code that changes
It is a name given to a special sub-routine that changes how the program works
It is when you want to add two number together
Which are is this?
Stage Area
Script Area
Sprite Area
Which value is the X coordinate in (3, 5)?
3
5
How many variables are present in the image above?
1
2
3
4
AND, OR, NOT are all examples of what in programming
Boolean expressions
Connectives
Describe what the piece of code above does.
Makes the Sprite appear anywhere on the screen
Make the sprite appear randomly between 1 and 100 on the X axis and 50 on the Y axis.
Make the sprite appear at (1,50)
Pick a random number between 1 and 100 and display it on the screen.
The _____ co-ordinates are located vertically on a graph.
X
Y
