NEW
Font size
WorksheetsCode.org Quiz
Total questions: 20
Worksheet time: 4mins
What does this code do?
move forward forever
move forward 3 times
move forward 5 times
The action of doing something over and over again
looping
bugging
programmming
Which block will make a new sprite?
What is a "behavior" in the sprite lab?
An action that a sprite performs continuously until it’s told to stop.
A graphic character on the screen with properties that describe its location, movement, and look.
An action that causes something to happen.
When creating a new sprite, you MUST set its location to be the center of the screen.
True
False
A part of the program that does not work correctly.
bug
loop
what are behaviors in sprite lab?
behaviors are used to do control the sprite,
Behaviors are blocks that tell the sprite to do a specific set of instructions
none of these
What is missing in this code block?
x
y
width
height
What is the width of the rectangle?
30
50
100
150
What is wrong with this code block?
It should say YELLOW in caps.
It should say "yellow" in quotes.
There is no fill code block in Game Lab.
Yellow is not a color recognized by name.
Finding and fixing errors in a program.
loopong
bug
debbuging
event
Which code will get the Angry Bird to the Pig?
Which path will allow Angry Bird to reach the pig?
moveForward();
moveForward();
turnRight();
moveForward();
moveForward();
moveForward();
moveForward();
turnLeft();
moveForward();
moveForward();
moveForward();
moveForward();
turnLeft();
moveForward();
moveForward();
turnRight();
moveForward();
moveForward();
What coding language is used in Code.org App Lab?
javascript
html
java
python
Does the code match the app screenshot?
yes
no
Does the code match the app screenshot?
yes
no
True or false
Gamelab and spritelab are same
yes
no
What will the code do?
the monster will move west-to-east in loop
the monster will move eastwards
the monster will move east in loop
the monster will dance
how to change the size of the girl?
2. What makes at text area different from a text input?
A user cannot type into a text area.
The user can enter multiple lines of text.
A text area always fills the entire screen.
They are the same thing.
