Bellringer: Using PencilCode to create games

Bellringer: Using PencilCode to create games

6th Grade

8 Qs

quiz-placeholder

Similar activities

ÔN LẠI KIẾN THỨC T14

ÔN LẠI KIẾN THỨC T14

1st - 10th Grade

10 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Основи роботи з модулем turtle (Python 3)

Основи роботи з модулем turtle (Python 3)

6th Grade

12 Qs

Crtanje u Pytonu 6.b

Crtanje u Pytonu 6.b

5th - 6th Grade

13 Qs

Logo (Turtle)

Logo (Turtle)

3rd - 7th Grade

5 Qs

MSW logo

MSW logo

4th - 12th Grade

5 Qs

Code HS Tracy Phyton Quiz

Code HS Tracy Phyton Quiz

6th - 8th Grade

10 Qs

Kì 2-5.2

Kì 2-5.2

6th - 8th Grade

12 Qs

Bellringer: Using PencilCode to create games

Bellringer: Using PencilCode to create games

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Rashad Robinson

Used 9+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which website is used by most game designers to draw their characters, create stories, and missions?

https://code.org/

https://pencilcode.net/

https://scratch.mit.edu/

https://khanacademy.org/

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command should be typed before changing the pen color?

pen

color

pencil

font

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to move the turtle forward?

bk

fd

rt

lt

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which simple changes could be made in the code that would cause the turtles draw different shapes?

create more loops

Change the pen color or thickness

make the coding faster

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We learned how to create a loop. How does the "For 1..4" command work?

Changed the size of the square

runs the code to be repeated like drawing more squares

It made the turtle draw a circle instead.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to move the turtle forward 100 units?

rt 90

lt 90

fd 100

pen green, 10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command allows us to move the turtle to the right 90 degrees?

rt 90

lt 90

fd 100

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command will repeat the forward command 4 times?

repeat 4 times

lt 90

rt 90

for [1..4]

fd 100