color and position

color and position

6th Grade

8 Qs

quiz-placeholder

Similar activities

Python

Python

1st - 12th Grade

5 Qs

Turtle Logo Programming

Turtle Logo Programming

1st - 6th Grade

10 Qs

Python L1 Quiz 5: Random Numbers and More Turtle Features

Python L1 Quiz 5: Random Numbers and More Turtle Features

1st - 12th Grade

10 Qs

Turtle python commands

Turtle python commands

5th - 12th Grade

12 Qs

P5.js Shapes

P5.js Shapes

6th Grade

10 Qs

Графіка в Пайтон

Графіка в Пайтон

6th Grade

10 Qs

Python Programming with Tracy the Turtle

Python Programming with Tracy the Turtle

6th - 8th Grade

10 Qs

Makers Empire

Makers Empire

5th - 8th Grade

10 Qs

color and position

color and position

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Nwe Oo Mon

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To fill a shape with the colour red, which command is correct?

turtle.pencolor('red')

turtle.fillcolor('red')

turtle.fill('red')

turtle.fillcolour('Red')

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When using a command to move the turtle to a specific position on the drawing canvas, the middle of the canvas is represented by which coordinates?

1, 1

100, 100

300, 300

0, 0

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To move the turtle to a specific position on the drawing canvas you need to use which of the following commands?

backward()

move()

forward()

goto()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Turns the turtle clockwise.

right()

left()

down()

up()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Changes the color of the turtle will use to fill a polygon.

begin_fill()

color()

fill_color()

fillcolor()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Leaves an impression of a turtle shape at the current location.

stamp()

forward()

shape()

goto()

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

1.       Fill in the blank to Makes a yellow-filled circle?

tim.__________(‘yellow’)

tim.begin_fill()

tim.circle(50)

tim.end_fill()

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When creating a triangle with the turtle, what angle is needed when turning?

80

90

120

180