Unit 6 Graphics Final Review

Unit 6 Graphics Final Review

9th - 10th Grade

7 Qs

quiz-placeholder

Similar activities

JavaScript Animations Transitions

JavaScript Animations Transitions

9th - 12th Grade

11 Qs

SE LIGA! Explorando Pensamento Computacional

SE LIGA! Explorando Pensamento Computacional

9th Grade - University

10 Qs

Week #7 - Quest #2

Week #7 - Quest #2

8th Grade - University

3 Qs

Graph Theory Practice #1 - Basics

Graph Theory Practice #1 - Basics

9th - 12th Grade

10 Qs

Climbing Harness Parts

Climbing Harness Parts

9th - 10th Grade

7 Qs

while loop

while loop

9th Grade

10 Qs

Java Loops

Java Loops

9th - 12th Grade

12 Qs

Pseudocode WHILE Loops

Pseudocode WHILE Loops

10th - 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.