Tracy Unit 2 Final Test Study

Tracy Unit 2 Final Test Study

Assessment

Flashcard

Computers

10th Grade

Hard

Created by

Allyson Smith

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

25 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Suppose you write a function. How many times can you call the function in your code?

Back

As many times as you want

2.

FLASHCARD QUESTION

Front

In which situation would it be best to make a function?

Back

You want Tracy to draw a blue line, and your program requires lots of blue lines in different places.

3.

FLASHCARD QUESTION

Front

for i in range(3): forward(30); color("blue"); left(180)

Back

Code that makes Tracy go forward, change colors, and turn around three times.

4.

FLASHCARD QUESTION

Front

Function def change_to_red() does what?

Back

Changes Tracy's color to red.

5.

FLASHCARD QUESTION

Front

Effect of backward(30)?

Back

Moves Tracy backward by 30 units.

6.

FLASHCARD QUESTION

Front

Result of executing forward(30) three times in a loop?

Back

Tracy moves forward 90 units in total.

7.

FLASHCARD QUESTION

Front

Effect of using color commands in Tracy's code?

Back

Changes the color of Tracy's path.

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?