Unit 6 Graphics Final Review

Unit 6 Graphics Final Review

9th - 10th Grade

7 Qs

quiz-placeholder

Similar activities

1ªSerie - N2T3

1ªSerie - N2T3

10th Grade

10 Qs

Графічні примітиви в Лазарус

Графічні примітиви в Лазарус

1st - 12th Grade

12 Qs

Lesson 30 - Drawing and Animation Blocks

Lesson 30 - Drawing and Animation Blocks

KG - University

4 Qs

Computer Programming: Graphics

Computer Programming: Graphics

8th - 11th Grade

11 Qs

Unit 3 - Interactive Animations and Games II

Unit 3 - Interactive Animations and Games II

9th Grade

10 Qs

Homework 1 Edublocks

Homework 1 Edublocks

7th - 9th Grade

12 Qs

Block Coding

Block Coding

3rd - 9th Grade

9 Qs

AV2b - Pensamento Computacional - Explorando o p5.js

AV2b - Pensamento Computacional - Explorando o p5.js

2nd Grade - University

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.