Programming 2 – Lesson 09

Programming 2 – Lesson 09

11th Grade

6 Qs

quiz-placeholder

Similar activities

Unit 3

Unit 3

1st - 12th Grade

10 Qs

ict exam

ict exam

KG - Professional Development

10 Qs

Photoshop Layers Review

Photoshop Layers Review

9th - 12th Grade

10 Qs

Bitmap & Vector Graphics

Bitmap & Vector Graphics

8th - 11th Grade

10 Qs

HTML Coding

HTML Coding

9th - 11th Grade

10 Qs

Python L1 Quiz 5: Random Numbers and More Turtle Features

Python L1 Quiz 5: Random Numbers and More Turtle Features

1st - 12th Grade

10 Qs

แบบทดสอบ เรื่อง การใช้งานโปรแกรม Sketchup เบื้องต้น

แบบทดสอบ เรื่อง การใช้งานโปรแกรม Sketchup เบื้องต้น

10th - 12th Grade

10 Qs

MS paint

MS paint

1st - 12th Grade

9 Qs

Programming 2 – Lesson 09

Programming 2 – Lesson 09

Assessment

Quiz

Computers

11th Grade

Practice Problem

Easy

Created by

Rachel FitzZaland

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

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

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an "offset" used for in Pygame drawing?

To draw lines in different colours

To shift the position of shapes without changing their size

To increase the thickness of shapes

To make shapes rotate

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if the 'width' argument in pygame.draw.polygon() is set to 0?

It fills the polygon

It changes the color

It increases the size

It removes the polygon

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using loops when drawing shapes in Pygame?

To make the shapes bigger

To repeat drawing patterns efficiently

To create random shapes

To close the window

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Draw horizontal lines every 20 pixels

Draw a filled blue rectangle

Draw vertical blue lines every 20 pixels

Draw a series of blue polygons

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

99

100

49

50

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

(3, 3)

(2, 2)

(1, 1)