Python L26 Color Tuple & Hirst Drawing

Python L26 Color Tuple & Hirst Drawing

6th - 8th Grade

14 Qs

quiz-placeholder

Similar activities

Small Basic

Small Basic

7th - 9th Grade

17 Qs

Year 7 Python

Year 7 Python

7th Grade

12 Qs

Python

Python

7th Grade

12 Qs

scratch_code

scratch_code

8th Grade

15 Qs

Computer Hardware

Computer Hardware

7th - 8th Grade

10 Qs

Підсумковий тест з теми "Алгоритми та програми частина 1"Урок 43

Підсумковий тест з теми "Алгоритми та програми частина 1"Урок 43

8th Grade

12 Qs

Web 2 Practice Quiz

Web 2 Practice Quiz

8th Grade

10 Qs

Microsoft MakeCode Basics

Microsoft MakeCode Basics

6th - 8th Grade

19 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?