Python L26 Color Tuple & Hirst Drawing

Python L26 Color Tuple & Hirst Drawing

6th - 8th Grade

14 Qs

quiz-placeholder

Similar activities

Python Plus : Turtle Race

Python Plus : Turtle Race

6th - 8th Grade

10 Qs

Python L31

Python L31

6th - 8th Grade

10 Qs

Small Basic-Turtle Graphics

Small Basic-Turtle Graphics

6th - 9th Grade

10 Qs

Python L29 Snake Game

Python L29 Snake Game

6th - 8th Grade

10 Qs

Python L27 Etch A Sketch

Python L27 Etch A Sketch

6th - 8th Grade

13 Qs

SDA Review Questions 51 - 60

SDA Review Questions 51 - 60

7th Grade

10 Qs

Quiz on Code.org

Quiz on Code.org

8th Grade

11 Qs

Python L27 Etch A Sketch

Python L27 Etch A Sketch

6th - 8th Grade

10 Qs

Python L26 Color Tuple & Hirst Drawing

Python L26 Color Tuple & Hirst Drawing

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Future Teacher

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does turtle.colormode(255) allow you to do?

Use turtle commands faster

Enable RGB color format (0–255)

Change the background image

Resize the turtle

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does random.randint(0, 255) return?

A color name

A floating-point number

A random number between 0 and 255

A boolean value

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of tom.setheading(90)?

Rotate the turtle right by 90°

Make the turtle move forward

Turn the turtle to face up

Reset the turtle's position

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does dot(20, random_color()) do?

Draw a circle with a radius of 20

Move forward 20 units

Draw a dot of size 20 with a random color

Print the color to console

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function creates a random RGB color tuple?

generate_color()

rand_color()

random_color()

color_picker()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The spirograph uses circle() and heading rotation to draw.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

tom.penup() means the turtle will stop drawing lines while moving.

True

False

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?