wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Codesters

Total questions: 16

Worksheet time: 16mins

Name
Class
Date
1.

What must surround a string in Python?

a)

double quotes

b)

double asterisk **

c)

double parenthesis ()

2.

A string can be which of the following?

a)

letter

b)

number

c)

word

d)

sentence

3.

In the command ...sprite = codesters.Sprite("cat")....the image label is:

a)

sprite

b)

codesters.Sprite

c)

"cat"

4.

The area where you type your code is called the code______.

a)

writer

b)

stage

c)

editor

d)

blocks

5.

Numbers that do not have decimal or fractional parts are called (a)  

6.

A number that has fractional or decimal parts is called

(a)  

7.

Which command draws a line to track the sprite as it glides to the new location

a)

sprite.trace()

b)

sprite.draw()

c)

sprite.glide_to(-100, -100)

d)

sprite.pen_down()

8.

What do we need to add to move the sprite to the correct position

a)

sprite.start(200,100)

b)

sprite.go_to(200,100)

c)

sprite.glide_to(50,200)

9.

Where do new sprites appear

a)

The origin

b)

(100,100)

c)

(200,200)

d)

(-100,100)

10.

The syntax for telling a sprite to perform an action.

a)

Event Block

b)

Parameter

c)

Conditional Statement

d)

Dot Notation

11.

A letter, word, or sequence of characters to be displayed. In Codesters, this is placed inside a pair of quotation marks and displayed in green.

a)

Integer

b)

List

c)

String

d)

Variable

12.
What is the x value in the coordinate pair (-50, 100)
a)
50
b)
-50
c)
100
d)
-100
13.
 sprite.glide_to(-50, 100)
Which direction from center will the sprite move?
a)
Left and Up
b)
Left and Down
c)
Right and Up
d)
Right and Down
14.
A character that is controlled by a program through code is referred to as a 
a)
animal
b)
sprite
c)
person
d)
dojo
15.
These are also called ordered pairs and name locations on the coordinate plane. 
a)
Point
b)
Origin
c)
(X,Y) Coordinates
d)
Coordinate Plane
16.

Each dot or point on the stage

a)

Coordinate Plane

b)

String

c)

Integer

d)

Pixel