CMU Graphics Rectangles etc

CMU Graphics Rectangles etc

9th - 12th Grade

18 Qs

quiz-placeholder

Similar activities

Python

Python

7th - 10th Grade

20 Qs

Python First Steps Homework Quiz

Python First Steps Homework Quiz

7th - 9th Grade

20 Qs

AP CSP Unit 3 Review

AP CSP Unit 3 Review

11th - 12th Grade

22 Qs

CodeHS APCSP Programming with Python

CodeHS APCSP Programming with Python

11th - 12th Grade

22 Qs

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

Computer Science (Python)

Computer Science (Python)

9th Grade

18 Qs

CMU Unit 1 Practice Test

CMU Unit 1 Practice Test

9th - 12th Grade

20 Qs

Python Programming Language: Canvas and Drawing

Python Programming Language: Canvas and Drawing

12th Grade - University

15 Qs

CMU Graphics Rectangles etc

CMU Graphics Rectangles etc

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Mr Minyard

Used 4+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does changing the third number in the Rect function do?

Makes the rectangle wider or thinner

Makes the rectangle taller or shorter

Determines what number is in the middle of the rectangle

Changes the rectangle's color

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would the width be if the rectangle's left-top corner is at (100, 50) and its right-top corner is at (275, 50)?

50 - 50

275 - 50

275 - 100

100 - 275

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

(CMU Graphics) With the Rect() command, what would the height be if the rectangle's left-top corner is at (100, 50) and its left-bottom corner is at (100, 150)?

50 - 150

100 - 100

150 - 50

100 - 50

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When drawing an oval, what do the third and fourth numbers represent?

Thickness of the border

Coordinates of the center

Width and height

Position of the left-top corner

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What property specifies how solid or see-through a shape is?

Border

Opacity

Roundness

Line width

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property is used to rotate a shape?

Dashes

RotateAngle

BorderWidth

Opacity

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to draw a line from (x1, y1) to (x2, y2)?

Line(x1, y1, x2, y2)

Rect(x1, y1, x2, y2)

Oval(x1, y1, x2, y2)

Label(x1, y1, x2, y2)

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?