Font size
WorksheetsCodesters
Total questions: 16
Worksheet time: 16mins
What must surround a string in Python?
double quotes
double asterisk **
double parenthesis ()
A string can be which of the following?
letter
number
word
sentence
In the command ...sprite = codesters.Sprite("cat")....the image label is:
sprite
codesters.Sprite
"cat"
The area where you type your code is called the code______.
writer
stage
editor
blocks
Numbers that do not have decimal or fractional parts are called (a)
A number that has fractional or decimal parts is called
(a)
Which command draws a line to track the sprite as it glides to the new location
sprite.trace()
sprite.draw()
sprite.glide_to(-100, -100)
sprite.pen_down()
What do we need to add to move the sprite to the correct position
sprite.start(200,100)
sprite.go_to(200,100)
sprite.glide_to(50,200)
Where do new sprites appear
The origin
(100,100)
(200,200)
(-100,100)
The syntax for telling a sprite to perform an action.
Event Block
Parameter
Conditional Statement
Dot Notation
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.
Integer
List
String
Variable
Which direction from center will the sprite move?
Each dot or point on the stage
Coordinate Plane
String
Integer
Pixel
