Unit 3 Post-Project Assessment

Unit 3 Post-Project Assessment

7th Grade

15 Qs

quiz-placeholder

Similar activities

Programming - Variables/Animation

Programming - Variables/Animation

6th - 8th Grade

11 Qs

Programming - Drawing Basic Shapes/Coloring

Programming - Drawing Basic Shapes/Coloring

6th - 8th Grade

15 Qs

P5 Editor

P5 Editor

4th - 8th Grade

20 Qs

CS Discoveries Unit 3

CS Discoveries Unit 3

7th - 10th Grade

20 Qs

Computer Science Discoveries

Computer Science Discoveries

7th - 10th Grade

20 Qs

Drawing in Game Lab

Drawing in Game Lab

7th - 8th Grade

10 Qs

Digital discoveries SEM 2 Exam Study Guide

Digital discoveries SEM 2 Exam Study Guide

7th - 8th Grade

16 Qs

Grade 7 Review

Grade 7 Review

7th Grade

19 Qs

Unit 3 Post-Project Assessment

Unit 3 Post-Project Assessment

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Heather Coffey

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

You want to create a variable to store how loud the music is playing on your cell phone. Which of the following would be the best variable name?

a

volume

loudest

100

silent

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

The program below attempts to draw a crab with a blue background. What change needs to be made so that it works correctly?

Move background("blue"); to the end of the program

Move drawSprites(); to the end of the program

Rename the variable sprite to crab

Remove the line of code background("blue");

No change, the program already works

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

The program below attempts to draw a blue rectangle but does not work as intended. What change needs to be made for the blue rectangle to be drawn?

drawRect; should be at the end of the program

fill("blue"); should be moved outside of the function and after drawRect;

fill("blue"); should be moved outside of the function and before drawRect;

drawRect; should be drawRect();

rect(0, 300, 200, 50); should be rect(0, 300);

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

Given the functions below, write a program that will draw the scene on the right.

Media Image
Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

The program below draws the scene on the right, but you want the rectangle to be further to the right. How can you change the code to achieve this?

Call .moveRight()

Add a line of code to change rect.x = 100;

Update the first argument (parameter) of rect( ) to 100

No change needed: the rectangle is animated to move right

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

Describe what will happen in the following program:

When the right mouse button is pressed, the sprite moves to the right. When the left arrow key is pressed, it rotates.

When the left mouse button is pressed, the sprite rotates. When the right arrow key is pressed, it moves to the right.

When both the left mouse button and right arrow key are pressed, the sprite rotates and moves to the right.

When the left mouse button is pressed, the sprite rotates. When the right arrow key is pressed, it moves to the right. When the left arrow key is pressed, it moves to the left.

7.

MULTIPLE SELECT QUESTION

5 mins • 1 pt

Which of the following programs correctly draws a rectangle at a random x position? (Select two)

Media Image
Media Image
Media Image
Media Image

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?