color and position

color and position

6th Grade

8 Qs

quiz-placeholder

Similar activities

Java Script

Java Script

5th - 7th Grade

8 Qs

Self Paced Intro to Turtle Programming

Self Paced Intro to Turtle Programming

6th Grade

10 Qs

Random stuff

Random stuff

KG - Professional Development

12 Qs

Small Basic (Turtle)

Small Basic (Turtle)

KG - University

10 Qs

Crtanje u Pytonu 6.b

Crtanje u Pytonu 6.b

5th - 6th Grade

13 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Python L5

Python L5

6th Grade - University

10 Qs

Python ja kilpkonnagraafika

Python ja kilpkonnagraafika

KG - Professional Development

8 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