Python Shapes and Colors

Python Shapes and Colors

8th Grade

7 Qs

quiz-placeholder

Similar activities

ePortfolio Pro's

ePortfolio Pro's

7th - 8th Grade

8 Qs

PROCESO TECNOLÓGICO

PROCESO TECNOLÓGICO

7th - 9th Grade

11 Qs

Tes Formatif 3 (Penyusunan Buku Ajar Digital Dengan Canva)

Tes Formatif 3 (Penyusunan Buku Ajar Digital Dengan Canva)

1st Grade - Professional Development

5 Qs

Copyright and Fair Use

Copyright and Fair Use

6th - 8th Grade

8 Qs

Intro To PIXLR E

Intro To PIXLR E

8th Grade

10 Qs

Info Tech Discussion

Info Tech Discussion

6th - 8th Grade

10 Qs

iphone XR

iphone XR

7th Grade - Professional Development

12 Qs

Examen Diagnostico

Examen Diagnostico

1st - 10th Grade

10 Qs

Python Shapes and Colors

Python Shapes and Colors

Assessment

Quiz

Instructional Technology

8th Grade

Hard

Created by

Kristin Hardeman

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When drawing shapes, what is the optional final argument for the draw functions?

height

center

line width

area

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can happen if the wait() function call is not used in a graphical animation program?

The program crashes because it tries to do too many things at once.

The program animates too fast to be seen clearly.

The program doesn't display any drawings.

The program won't be allowed to open a new window.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

As you move downward on the screen, the y-coordinate in Python...

Remains constant

Gets bigger

Is always zero

gets smaller

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum number of points that can be used to draw a polygon?

2

10

56

There is no maximum

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why isn't the tuple in the code below a valid color tuple?

Color tuples don't use integers bigger than 255.

Color tuples only use floats, not integers.

Color tuples have two integers, not three.

It is a color tuple.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To draw a filled yellow star, which draw call should be used?

pygame.draw.line()

pygame.draw.circle()

pygame.draw.rectangle()

pygame.draw.polygon()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can you tell about the following two lines just from looking at the draw statements?

pygame.draw.line(window, b, (0, 0), (50, 50))

pygame.draw.line(window, g, (100, 50), (50, 50))

They connect to each other at one end.

They are both vertical.

They take up the entire window.

They are both black lines.