Codesters in Space - Codesters

Codesters in Space - Codesters

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

fnaf sister location

fnaf sister location

4th Grade - University

10 Qs

Computer shortcuts

Computer shortcuts

KG - Professional Development

10 Qs

Refractive errors of the eye

Refractive errors of the eye

8th Grade

10 Qs

PLTW

PLTW

7th Grade

12 Qs

RB-3 (Chapter 8 Data Protection and Security)(CD)

RB-3 (Chapter 8 Data Protection and Security)(CD)

7th - 8th Grade

10 Qs

HTML

HTML

KG - 9th Grade

11 Qs

Encryption and Public Keys

Encryption and Public Keys

6th - 8th Grade

8 Qs

Typing Review

Typing Review

5th - 8th Grade

12 Qs

Codesters in Space - Codesters

Codesters in Space - Codesters

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Landon Hendrix

Used 20+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

a

b

c

d

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

a

b

c

d

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

a

b

c

d

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How do we move the sprite to the bike?

Change the glide command to sprite.glide_to(-50,-200)

Change the glide command to sprite.glide_to(50,200)

Add sprite.glide_to(200,50)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where do new sprites appear

The origin

(100,100)

(200,200)

(-100,100)

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will happen if the sprites collide?

the sprite will hide

the sprite will go to (100,100)

the sprite will go to (-200,-200)

nothing