What is the only shape property that cannot be changed once it has been set?

CMU Unit 2

Quiz
•
Computers
•
11th Grade
•
Medium
Erin Baker
Used 44+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
opacity
align
roundness
radius
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following code do?
def g (color):
Rect (200, 200, 100, 300., fill = color)
g( )
a rectangle with a fill of NONE
a blue rectangle
a rectangle with a random color
It will give an error message
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will happen in the following code?
f()
def f():
Circle(200, 200, 50, fill='purple')
You will get an error
A purple circle
An empty circle
A purple oval
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In onMousePress, we can get a point to the right of the mouse press by
adding a positive number to the mouseY
adding a negative number to the mouseX
adding a positive number to the mouseX
adding a negative number to the mouseY
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens when the mouse is pressed?
s =Star(200, 200, 50, 6, fill="yellow)
def onMousePress(mouseX, mouseY):
s.points = 8
the color of the star will change
The radius will change to 8
It will draw a 6 sided star
The points will change from 6 to 8
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will happen when the mouse is released?
def onMouseRelease(x,y):
Oval(x, y, 150, 150, fill='blue')
Circle(x, y, 10, , fill='green')
A green oval on top of a blue circle
A green circle on top of a blue oval
A blue oval on top of a green circle
A blue oval next to a green circle
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
This question uses the following functions.
def drawStar(x, y):
Star(x, y, 50, 5, fill='mediumSlateBlue')
def drawCircles(x):
Circle(x - 30, 200, 50, fill='limeGreen')
Circle(x + 30, 200, 50, fill='limeGreen')
In what order do you need to call the functions to create this picture?
drawStar(275, 150)
drawCircles(125) drawCircles(275) drawStar(125, 250)
drawCircles(125) drawCircles(275) drawStar(275, 150) drawStar(125, 250)
drawStar() drawCircles()
drawStar(275, 150) drawCircles(125) drawStar(125, 250)
Similar Resources on Quizizz
10 questions
Beginning Graphic Design - Images

Quiz
•
9th - 12th Grade
7 questions
Graphics for design

Quiz
•
11th Grade
6 questions
Lesson 3 Practice Problems

Quiz
•
9th Grade - University
10 questions
CodeHS 2.8 Functions to 2.12 User Input Review

Quiz
•
9th - 12th Grade
12 questions
Lesson 7 Practice Problems

Quiz
•
9th Grade - University
8 questions
Quiz de Criatividade em p5.js

Quiz
•
9th Grade - University
10 questions
Video Game Design - Aesprite -Quiz 3

Quiz
•
9th Grade - University
10 questions
Explore Scratch 3: Motion and Pen

Quiz
•
3rd Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University