
CMU 1.1 and 1.2
Quiz by Stephen Franz
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
9 questions
Show answers
- Q1What does "fill = 'green' do in the Rect function?makes the rectangle have a green outlineFills the rectangle with a green color30s
- Q2True or False Colors need to be in quotes when using the fill argument.TrueFalse30s
- Q3Which shape will be drawn on top? Rect(0, 0, 100, 100, fill='orange') Rect(50, 50, 100, 100, fill='lime')The orange rectangleThe lime rectangle30s
- Q4What does "border = 'blue' do in the Rect function?Makes a blue border around the rectangleFills the rectangle with a blue color.30s
- Q5What does the borderWidth argument do in the Rect function?Makes the shape bigger.Adjusts the thickness of the border.30s
- Q6What is the correct way to make a rectangle?Rect(10,20,30,40)Rectangle(10,20,30,40)Box(10,20,30,40)30s
- Q7Where is (0,0) in the canvas?in the center.top left30s
- Q8in the Rect command below, what do the 10 and 20 represent? Rect(10, 20, 30, 40)the center of the rectanglethe width and the height of the rectangle.The top left corner of the rectangle30s
- Q9in the Rect command below, what do the 30 and 40 represent? Rect(10, 20, 30, 40)The top left corner of the rectanglethe width and the height of the rectangle.the center of the rectangle30s