
Game Lab Drawing Shapes Quiz
Authored by Alvin Bugz)
Computers
8th Grade
DOK Level 2: Skill/Concept covered

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In code.org Game Lab, what function would you use to draw a rectangle?
`drawCircle()`
`drawRect()`
`drawSquare()`
`drawEllipse()`
Answer explanation
In code.org Game Lab, the function `drawRect()` would be used to draw a rectangle, making it the correct choice among the options provided.
Tags
DOK Level 2: Skill/Concept
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What coordinates specify the starting point of a line in Game Lab?
The middle point of the line
The ending point of the line
The highest point of the line
The starting point of the line
Answer explanation
The starting point of the line specifies the coordinates in Game Lab.
Tags
DOK Level 2: Skill/Concept
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you want to draw a circle in Game Lab, which parameter in `ellipse(x, y, width, height)` specifies the horizontal position of the circle's center?
`x`
`y`
`width`
`height`
Answer explanation
The parameter 'x' in the function 'ellipse(x, y, width, height)' specifies the horizontal position of the circle's center, making it the correct choice.
Tags
DOK Level 2: Skill/Concept
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the `width` parameter in the `ellipse()` function control in Game Lab?
The color of the ellipse
The vertical diameter of the ellipse
The horizontal diameter of the ellipse
The position of the ellipse
Answer explanation
The `width` parameter in the `ellipse()` function controls the horizontal diameter of the ellipse in Game Lab.
Tags
DOK Level 2: Skill/Concept
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the Game Lab coordinate system, where is the point (0,0) located?
Top-left corner
Top-right corner
Bottom-left corner
Bottom-right corner
Answer explanation
In the Game Lab coordinate system, the point (0,0) is located in the Top-left corner.
Tags
DOK Level 2: Skill/Concept
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How would you draw a line from (10, 10) to (100, 100) in Game Lab?
`drawLine(10, 10, 100, 100);`
`line(10, 10, 100, 100);`
`drawLine(100, 100, 10, 10);`
`line(100, 100, 10, 10);`
Answer explanation
To draw a line from (10, 10) to (100, 100) in Game Lab, you would use the command `line(10, 10, 100, 100);`. This function draws a line from the starting point (10, 10) to the ending point (100, 100) on the canvas.
Tags
DOK Level 2: Skill/Concept
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What function would you use to set the background color to blue in Game Lab?
`background('blue');`
`setBackground('blue');`
`color('blue');`
`fill('blue');`
Answer explanation
The correct function to set the background color to blue in Game Lab is 'background('blue');'. This function specifically changes the background color to blue.
Tags
DOK Level 2: Skill/Concept
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?