Python CMU review 1-3

Python CMU review 1-3

11th Grade

25 Qs

quiz-placeholder

Similar activities

Game Lab Intro, Rectangles and Ellipses

Game Lab Intro, Rectangles and Ellipses

6th - 12th Grade

22 Qs

code.org - ACP - May2024

code.org - ACP - May2024

9th - 12th Grade

20 Qs

Excel Vocabulary and Screen Parts

Excel Vocabulary and Screen Parts

8th - 12th Grade

20 Qs

canvasA

canvasA

11th Grade

20 Qs

Game Lab Basics

Game Lab Basics

9th - 12th Grade

20 Qs

Java Script BASICS

Java Script BASICS

9th - 12th Grade

27 Qs

CS Discoveries Unit 4

CS Discoveries Unit 4

9th - 11th Grade

25 Qs

JavaScript Quiz 2

JavaScript Quiz 2

9th - 12th Grade

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