placeholder image to represent content

CMU 1.1 and 1.2

Quiz by Stephen Franz

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
9 questions
Show answers
  • Q1
    What does "fill = 'green' do in the Rect function?
    makes the rectangle have a green outline
    Fills the rectangle with a green color
    30s
  • Q2
    True or False Colors need to be in quotes when using the fill argument.
    True
    False
    30s
  • Q3
    Which shape will be drawn on top? Rect(0, 0, 100, 100, fill='orange') Rect(50, 50, 100, 100, fill='lime')
    The orange rectangle
    The lime rectangle
    30s
  • Q4
    What does "border = 'blue' do in the Rect function?
    Makes a blue border around the rectangle
    Fills the rectangle with a blue color.
    30s
  • Q5
    What does the borderWidth argument do in the Rect function?
    Makes the shape bigger.
    Adjusts the thickness of the border.
    30s
  • Q6
    What is the correct way to make a rectangle?
    Rect(10,20,30,40)
    Rectangle(10,20,30,40)
    Box(10,20,30,40)
    30s
  • Q7
    Where is (0,0) in the canvas?
    in the center.
    top left
    30s
  • Q8
    in the Rect command below, what do the 10 and 20 represent? Rect(10, 20, 30, 40)
    the center of the rectangle
    the width and the height of the rectangle.
    The top left corner of the rectangle
    30s
  • Q9
    in the Rect command below, what do the 30 and 40 represent? Rect(10, 20, 30, 40)
    The top left corner of the rectangle
    the width and the height of the rectangle.
    the center of the rectangle
    30s

Teachers give this quiz to your class