Python CMU review 1-3

Python CMU review 1-3

11th Grade

25 Qs

quiz-placeholder

Similar activities

Chapter 8 Exam Review

Chapter 8 Exam Review

9th - 12th Grade

20 Qs

CMU Unit 1 Practice Test

CMU Unit 1 Practice Test

9th - 12th Grade

20 Qs

Google Drawings

Google Drawings

3rd - 12th Grade

20 Qs

Kuis 2 Komputer Grafis

Kuis 2 Komputer Grafis

1st Grade - University

20 Qs

Fundamentals of IT

Fundamentals of IT

9th - 12th Grade

20 Qs

Adobe Illustrator (9 Weeks)

Adobe Illustrator (9 Weeks)

9th - 12th Grade

20 Qs

CSS 2

CSS 2

1st - 12th Grade

20 Qs

CPA Inkscape Quiz 01

CPA Inkscape Quiz 01

7th - 12th Grade

25 Qs

Python CMU review 1-3

Python CMU review 1-3

Assessment

Quiz

Computers

11th Grade

Hard

Created by

David Bergevin

Used 4+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following has a syntax error?

Rect(50, 50, 100, 300, fill=white)

Circle(300, 300, 75, borderWidth=5)

Line(50, 50, 100, 100, border=None)

Oval(200, 150, 200, 200, dashes=True)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does fill=None do to the shape?

Makes the fill empty

Makes the entire shape invisible

Sets opacity to 0

Changes fill to match background

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code draws a star that is closest to the shape of a circle?

Star(80, 130, 35, 7, roundness=20)

Star(160, 130, 35, 7, roundness=40)

Star(240, 130, 35, 7, roundness=60)

Star(320, 130, 35, 7, roundness=80)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many coordinate values are needed to draw a black polygon with 3 sides of different lengths?

2

4

6

8

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Looking at the following fonts, which is not supported?

Arial

Courier

Times New Roman

Monospace

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you set the width of a line?

borderWidth

width

lineWidth

Linewidth

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value we use to indicate an empty shape property?

'Empty'

none

'None'

None

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?