Codesters

Codesters

Assessment

Flashcard

Computers

7th - 8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What must surround a string in Python?

Back

double quotes

2.

FLASHCARD QUESTION

Front

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

Back

"cat"

3.

FLASHCARD QUESTION

Front

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

Back

editor

4.

FLASHCARD QUESTION

Front

Numbers that do not have decimal or fractional parts are called ________

Back

integer, Integer

5.

FLASHCARD QUESTION

Front

A number that has fractional or decimal parts is called

Back

float, floating

6.

FLASHCARD QUESTION

Front

Which command draws a line to track the sprite as it glides to the new location? Options: sprite.trace(), sprite.draw(), sprite.glide_to(-100, -100), sprite.pen_down()

Back

sprite.pen_down()

7.

FLASHCARD QUESTION

Front

What do we need to add to move the sprite to the correct position? Options: sprite.start(200,100), sprite.go_to(200,100), sprite.glide_to(50,200)

Back

sprite.go_to(200,100)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?