wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Yr 7/8 - Scratch (EOU 2)

Total questions: 39

Worksheet time: 36mins

Name
Class
Date
1.
Will sprite move from his position after this code ?
a)
Yes
b)
No
2.
Which color indicate " Motion Command " ?
a)
Orange
b)
Green
c)
Blue
d)
Red
3.
Which color indicate " Control Command " ?
a)
Orange
b)
Green
c)
Blue
d)
Red
4.
When I receive .... ?
a)
Msg
b)
Message
c)
Call
d)
Broadcast
5.
Can we add sound to our scratch project ?
a)
Yes
b)
Yas
6.
a)
Make a character dance
b)
Make a sound play
c)
rotate a character
d)
chase the mouse
7.
a)
Make the character spin
b)
Make the ball bounce
c)
Start the game 
d)
Add a sprite
8.
An algorithm is..
a)
.. A set of instructions
b)
... A motion block
c)
... A character
d)
... A loop statement 
9.
A costume is 
a)
A code block
b)
A motion 
c)
A different way a sprite looks
d)
A sound 
10.
You use _____ blocks to program Scratch
a)
Code
b)
Algorithm
c)
Sequence 
d)
Memory
11.
The Y axis is "Up" and "Down" 
a)
True 
b)
False 
12.
What would this code do?
a)
make sprite run when distace is close
b)
broadcast RUN when distance is close
c)
move 10 steps then stop
d)
glitch out
13.
What would this code do?
a)
Make a character dance
b)
Make a sound play
c)
rotate a character
d)
chase the mouse
14.
What line of code is unnecessary?
a)
Point in direction
b)
2nd "Switch to Costume"
c)
2nd " Move 10 Steps"
d)
"When up arrow key pressed"
15.
Which command will shows animation for sprite ?
a)
next costume
b)
next look
c)
next style
d)
next move
16.
These two commands are associated with what computer science principle?
a)
Branching
b)
Iteration
c)
Methods
d)
Objects
17.
Another term for iteration is...
a)
Decision Points
b)
Loops
c)
Pulling commands from other libraries
d)
Start-up meetings to get everyone dedicated to solving the most important aspects of the software they are developing
18.
This stack block will make the sprite:
a)
jump
b)
turn
c)
move forward
d)
turn sound down
19.
I go to add a script to my character and find that my blocks have disappeared. Why is this?
a)
Scratch Malfunctioned
b)
I have stage selected
c)
I have the wrong program open
d)
I have exceeded the block lmit
20.
Why do we use loops?
a)
To run the program forever
b)
So we do not have to start a program again
c)
To start a program
d)
To make the Scratch cat run in circles
21.
What is a condition?
a)
Makes the Scratch cat touch something
b)
Instructions telling the program what to do
c)
When the Scratch cat touches something
d)
Tests whether something is true or false
22.
What is a variable?
a)
Something that can change
b)
Instructions telling the program what to do
c)
Has an input and an output
d)
Forever if
23.
Which of these would be a variable in a game?
a)
lives
b)
the ball
c)
the player
d)
the paddle
24.
To be a game it must.....
a)
have gravity
b)
be finished
c)
have a story
d)
be interactive
25.
The Default Sprite is the 
a)
Cow
b)
Kitten
c)
Kangaroo
d)
Cat
26.
what will this block do?
a)
increase the size of the sprite by 10
b)
decrease the size of the sprite by 10
c)
increase the size of the backdrop by 10
d)
decrease the size of the backdrop by 10
27.
for any math related code you look into the ......... tab
a)
operators
b)
sensing
c)
events
d)
motion
28.
The green blocks that allow comparisons such as >, <, =, >=, <= are called..?
a)
logics
b)
operators
c)
formulas
d)
expressions
29.
The blocks that control a sprite are called
a)
lines
b)
scripts
c)
actions
d)
instructions
30.
What is Scratch?
a)
a programming language/tool
b)
a code
c)
an animation
d)
a computer
31.
Several statements joined together is a
a)
run
b)
sequence
c)
loop
d)
variable
32.
This script would draw a
a)
star
b)
square
c)
pentagon
d)
hexagon
33.
Finding and fixing problems in code
a)
Fixing
b)
Correcting
c)
Debugging
d)
Deissuing
34.
The "forever" block is found in which of the following block types?
a)
sound
b)
data
c)
events
d)
control
35.
Can we give sprite specific location to start from ?
a)
No
b)
Yes
36.
Which command let the sprites walk ?
a)
Walk
b)
Run
c)
Move
d)
GO!
37.
What does this area of the scratch program do
a)
play sounds
b)
move a few steps
c)
Create or import new sprites
38.
What does this scratch script  to?
a)
program the reward for pacman
b)
Starts a conversation
c)
It is the progam to allow the up arrow key to move
d)
It allows all 4 arrow keys to move
39.
a)
Make a character dance
b)
Make a sound play
c)
rotate a character
d)
chase the mouse