CMU CS Academy Unit 2 Checkpoint

CMU CS Academy Unit 2 Checkpoint

6th - 8th Grade

14 Qs

quiz-placeholder

Similar activities

p5.js Week1 PREtest

p5.js Week1 PREtest

7th - 12th Grade

14 Qs

Plotting Shapes on Code.Org

Plotting Shapes on Code.Org

5th - 8th Grade

17 Qs

Game Lab Shapes 1

Game Lab Shapes 1

6th - 7th Grade

16 Qs

Scratch Quiz

Scratch Quiz

4th - 8th Grade

19 Qs

PAN, LAN, WAN

PAN, LAN, WAN

6th - 10th Grade

15 Qs

Small Basic Quiz

Small Basic Quiz

7th - 9th Grade

12 Qs

Processing Beginners Quiz

Processing Beginners Quiz

7th - 12th Grade

15 Qs

JavaScript

JavaScript

7th - 8th Grade

15 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 39+ 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?