CMU CS Academy Unit 2 Checkpoint

CMU CS Academy Unit 2 Checkpoint

6th - 8th Grade

14 Qs

quiz-placeholder

Similar activities

PowerPoint Animation

PowerPoint Animation

7th - 8th Grade

15 Qs

soal TIK kelas 7

soal TIK kelas 7

7th Grade

11 Qs

3D Printing -Sketch Up

3D Printing -Sketch Up

6th - 8th Grade

10 Qs

BOOK EXERCISE DRAWING TOOLS IN ANIMATE CC

BOOK EXERCISE DRAWING TOOLS IN ANIMATE CC

6th Grade

15 Qs

Network Topology

Network Topology

6th Grade

10 Qs

Game Lab Animation Editor

Game Lab Animation Editor

6th - 12th Grade

10 Qs

Pygame Shapes

Pygame Shapes

8th Grade

15 Qs

p5.js Week1 PREtest

p5.js Week1 PREtest

7th - 12th Grade

14 Qs

CMU CS Academy Unit 2 Checkpoint

CMU CS Academy Unit 2 Checkpoint

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Mr. Stevens

Used 40+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Since we did not set its fill using the fill argument, we cannot modify its fill later.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We can define a function without any parameters.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using the variable name orangeStar1 for a purple rectangle will cause an error.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We need to call onMousePress in our code before it will react to mouse presses.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What happens when the mouse is pressed once while running the following code?

The opacity of the oval decreases.

The oval moves to the left.

There is an error on the last line of code.

There is an error because the onMousePress parameters have the wrong names.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following is drawn when the mouse is released while running the following code?

A blue rectangle covering part of a green rectangle.

Two non-touching rectangles.

A green rectangle.

Two overlapping rectangles of different colors.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Select the answer that correctly calls these functions to draw the image. Hint: You can use the drawing order of the shapes to help you narrow down the answer.

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)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?