Carnegie CMU Graphics in Python Explore Programming

Carnegie CMU Graphics in Python Explore Programming

9th - 12th Grade

19 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

7th - 9th Grade

23 Qs

CICS Test 2 Review

CICS Test 2 Review

9th - 12th Grade

15 Qs

Python basic

Python basic

9th Grade

21 Qs

Quiz1_7A

Quiz1_7A

2nd Grade - Professional Development

20 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Python Basics ;)

Python Basics ;)

11th Grade

20 Qs

Python basics

Python basics

7th - 10th Grade

18 Qs

Python Basics Review

Python Basics Review

10th Grade

18 Qs

Carnegie CMU Graphics in Python Explore Programming

Carnegie CMU Graphics in Python Explore Programming

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Mr Minyard

Used 3+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

(CMU Graphics) What does the code 'Circle(200, 200, 150)' in Python do?

Draws a square with side length 150

Creates an animation of a moving circle

Draws a circle with a radius of 150

Changes the color of the canvas

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

(CMU Graphics) What does changing the third number in 'Circle(x, y, radius)' do?

Moves the circle up or down

Changes the circle's color

Makes the circle bigger or smaller

Determines what number is in the middle of the circle

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

(CMU Graphics) What are the first two numbers in 'Circle(centerX, centerY, radius)' used for?

To specify where the circle is drawn on the canvas

To set the thickness of the circle's border

To determine the color of the circle

To animate the circle

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

(CMU Graphics) What happens if you don't use three numbers to draw a circle in Python?

Python indicates an error due to insufficient information

The circle will be drawn with default values

Python will choose random values for the missing numbers

Python will draw a square instead

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

(CMU Graphics) How do you color a circle blue in Python?

With the code 'fill='blue''

By setting 'background=blue'

By writing 'Circle(blue)'

Using the code 'color=blue'

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

(CMU Graphics) What does the Inspector tool do?

It changes the color of shapes

It tells you the position and color of a shape

It draws shapes automatically

It corrects errors in your code

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

(CMU Graphics) What happens when two circles are drawn in Python?

The second circle erases the first

Both circles blend into a new color

Python will only draw the larger circle

The first circle drawn is behind the second

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?