Unit 6 Graphics Final Review

Unit 6 Graphics Final Review

9th - 10th Grade

7 Qs

quiz-placeholder

Similar activities

S3 Scratch Revision 1

S3 Scratch Revision 1

10th Grade

10 Qs

CMU CS Academy Unit 2 Part 3 Mouse Release Events

CMU CS Academy Unit 2 Part 3 Mouse Release Events

9th Grade

11 Qs

Avaliação 1T - JavaScript

Avaliação 1T - JavaScript

9th - 12th Grade

10 Qs

CMU CS Academy Unit 2 Part 3

CMU CS Academy Unit 2 Part 3

9th Grade

11 Qs

JavaScript Animation

JavaScript Animation

9th - 12th Grade

11 Qs

JavaScript Animates

JavaScript Animates

9th - 12th Grade

11 Qs

Explore Scratch 3: Motion and Pen

Explore Scratch 3: Motion and Pen

3rd Grade - University

10 Qs

Perspective Drawing

Perspective Drawing

8th - 12th Grade

10 Qs

Unit 6 Graphics Final Review

Unit 6 Graphics Final Review

Assessment

Quiz

Computers, Other

9th - 10th Grade

Medium

Created by

Dr Sonia Mitchell

Used 6+ times

FREE Resource

7 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

____ ______ is a loop used for counting.

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

______ _______ creates a list of numbers

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For the following programming statement draws what shape?

canvas.draw_circle ((78, 119), 170, 5, "Green")

blue line

green circle

green line

red circle

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

When do you use a for loop instead of a while loop? (Check all that apply)

When my code doesn't work

When there is a definite starting and ending point

When Dr. Mitchell tells me to

You know how many times you want the loop to run

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code draw?

canvas.draw_circle ((100, 75), 50, 10, "Black")

canvas.draw_circle ((100, 175), 50, 10, "Black")

two blue lines

one black circle

two black circles

standing tall, up and down

one red line

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For a horizontal line the ______ values are the same.

y

x, y

x

a, b

7.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

_____ ______ is one copy of the variable

that used throughout the entire program.