NEW
Font size
S
M
L
XL
WorksheetsCodesters Units
Total questions: 20
Worksheet time: 16mins
Name
Class
Date
1.
In which section of the toolkit would you find a "space" background?
a)
Actions
b)
Sprites
c)
Stage
d)
Events
2.
In which section of the Toolkit would you find the move forward command?
a)
Action
b)
Sprites
c)
Stage
d)
Events
3.
In which section of the Toolkit would you find a "dinosaur" sprite?
a)
Action
b)
Stage
c)
Sprites
d)
Events
4.
Debug the line of code
stage.set_background("city)
stage.set_background("city)
a)
stage.set_background(city)
b)
stage.set_background(("city))
c)
stage.set_background("city")
d)
stage.set_background(CITY)
5.
What is the x value in the coordinate pair (-50, 100)
a)
50
b)
-50
c)
100
d)
-100
6.
sprite.glide_to(-50, 100)
Which direction from center will the sprite move?
Which direction from center will the sprite move?
a)
Left and Up
b)
Left and Down
c)
Right and Up
d)
Right and Down
7.
What is MISSING from the following coordinate pair: (100 50)
a)
A quote
b)
A sprite
c)
A parenthesis
d)
A comma
8.
sprite = codesters.Circle(0, 150, 100, "purple")
What is the location?
What is the location?
a)
(0,150)
b)
100
c)
0
d)
150
9.
sprite = codesters.Circle(0, 150, 100, "purple")
What is the diameter?
What is the diameter?
a)
0
b)
50
c)
150
d)
100
10.
Which option best describes how user input can impact our programs?
a)
It forces the user to write their own program
b)
It allows us to make programs interactive
c)
It lets us grade the user on their work
d)
User-input has no impact on our programs
11.
A character that is controlled by a program through code is referred to as a
a)
animal
b)
sprite
c)
person
d)
dojo
12.
What do these symbols mean in Codesters? ( )
a)
Loop
b)
Gathers Commands
c)
Repeats Code
d)
Excludes Code
13.
A loop is a block of ___________ containing commands that will be run more than once.
a)
code
b)
actions
c)
programs
d)
binary
14.
A process where the programmer reviews the code and fixes these problems.
a)
Collaborating
b)
Recoding
c)
Looping
d)
Debugging
15.
What is the black box that you enter your code into called?
a)
code editor
b)
code writer
c)
algorithm box
d)
toolkit
16.
These are also called ordered pairs and name locations on the coordinate plane.
a)
Point
b)
Origin
c)
(X,Y) Coordinates
d)
Coordinate Plane
17.
Each dot or point on the stage
a)
Coordinate Plane
b)
String
c)
Integer
d)
Pixel
18.
A character, object, or shape that you can program to follow commands.
a)
Sprite
b)
Stage
c)
Function
d)
Variable
19.
Whole numbers. In Codesters, this is placed inside a pair of parentheses and displayed in blue.
a)
Integer
b)
List
c)
String
d)
Variable
20.
Learning to code can help you achieve success in the following
a)
Making Pizza
b)
Program a Video Game
c)
Call Your Mom
d)
Sing Christmas Songs
Reset
