Unit 6 Graphics Final Review

Unit 6 Graphics Final Review

9th - 10th Grade

7 Qs

quiz-placeholder

Similar activities

AVALIAÇÃO P5JS / SCRATCH

AVALIAÇÃO P5JS / SCRATCH

10th Grade - University

11 Qs

JavaScript Animations Transitions

JavaScript Animations Transitions

9th - 12th Grade

11 Qs

Homework 1 Edublocks

Homework 1 Edublocks

7th - 9th Grade

12 Qs

1ªSerie - N2T3

1ªSerie - N2T3

10th Grade

10 Qs

JavaScript Graphics

JavaScript Graphics

9th - 12th Grade

10 Qs

Quiz 1 - Video Game Design

Quiz 1 - Video Game Design

9th - 12th Grade

10 Qs

Java Script Pro

Java Script Pro

3rd Grade - University

12 Qs

Scratch Pen Quiz

Scratch Pen Quiz

KG - 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.