Chapter 3: Working with Color

Chapter 3: Working with Color

University

20 Qs

quiz-placeholder

Similar activities

Cuestionario de Redes

Cuestionario de Redes

University

23 Qs

Câu hỏi về PowerPoint

Câu hỏi về PowerPoint

4th Grade - University

20 Qs

Konfigurasi Dasar MikroTik

Konfigurasi Dasar MikroTik

12th Grade - University

20 Qs

Testează-ți cunoștințele despre numerație

Testează-ți cunoștințele despre numerație

11th Grade - University

15 Qs

DSA (QUIZ 3) - Recursion

DSA (QUIZ 3) - Recursion

University

15 Qs

Soal Pilihan Ganda - Arduino

Soal Pilihan Ganda - Arduino

12th Grade - University

25 Qs

JAVA EXAM

JAVA EXAM

University

25 Qs

Konversi Bilangan

Konversi Bilangan

10th Grade - University

15 Qs

Chapter 3: Working with Color

Chapter 3: Working with Color

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Toem Theara

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does turtle.color() set in Turtle graphics?

Pen width only

Screen background

Pen and fill colors

Cursor shape

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default pen color in Turtle?

Blue

Red

Green

Black

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid way to set the pen color to green?

t.color(green)

t.color("green")

t.color[green]

t.set_color("green")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following sets the color using RGB values?

t.color("255,0,0")

t.color("rgb(255,0,0)")

t.color(255, 0, 0)

t.color("#255000000")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the valid ranges for RGB values?

0 to 100

0 to 1

0 to 500

0 to 255

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct hex code for red?

#00FF00

#FF0000

#0000FF

#FFFF00

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To only change the pen color, how many arguments are passed to t.color()?

One

Two

Three

Four

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?