NEW
Font size
WorksheetsPlotting Shapes on Code.Org
Total questions: 17
Worksheet time: 9mins
Where is the (0,0) point on a programming grid?
Top right corner
Top left corner
Bottom right corner
Bottom left corner
When you're drawing a square, where does the shape start?
Bottom line
A few centimeters away
Center
Top left corner
When you're drawing a circle, where does the shape start?
Bottom line
A few centimeters away
Center
Top left corner
I can't change the colors of my shapes.
True
False
I can make my shapes black and white.
True
False
How do I get the shape toolbox to pop up?
Click run
Click finish
Click reset
Click show grid
How do I get the grid to show onscreen?
Click run
Click finish
Click reset
Click show grid
Shapes can overlap each other
True
False
What does this button do?
Reset the canvas
Draw a circle
Rotate the canvas
Undo the last shape drawn
If I try again and again until I succeed, I __________.
debug
bug
frustrate
persist
If there is a mistake or problem in the computer program, there is a _____.
debug
bug
persist
frustrate
My video game won't work so I turn off the computer and turn it again again. Now, it works!!!! YES!! I __________ it!
bugged
debugged
frustrated
What is x value in the following code?
rect(250, 200, 75, 225);
250
200
75
225
What is y value in the following code?
rect(250, 200, 75, 225);
250
200
75
225
The fourth parameter in the () after an ellipse or rectangle code is:
height
width
x coordinate point
y coordinate point
The third parameter in the () after an ellipse or rectangle code is:
height
width
x coordinate point
y coordinate point
