Code HS Tracy Phyton Flashcard

Code HS Tracy Phyton Flashcard

Assessment

Flashcard

Computers

6th - 8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

FLASHCARD QUESTION

Front

In Code HS Tracy the Turtle, how would you tell Tracy to move forward 100 pixels?

Back

forward(100)

2.

FLASHCARD QUESTION

Front

When using the circle() command, what value do we put inside the parentheses?

Back

the radius of the circle

3.

FLASHCARD QUESTION

Front

Which commands would move Tracy forward 100 pixels? A. forward(100) B. backward(-100) C. forward(-100)

Back

A and B

4.

FLASHCARD QUESTION

Front

If you want Tracy to move forward 100 pixels without making a line, what set of commands should you write?

Back

penup()
forward(100)

5.

FLASHCARD QUESTION

Front

If Tracy is facing right, which commands can turn her to face up? A. left(90) B. turn(up) C. right(270) D. setposition(90)

Back

A and C

6.

FLASHCARD QUESTION

Front

The following loop draws 3 circles on the screen. If I wanted to alter this loop to draw 10 circles, how many lines would my code be?
1 for i in range(3):
2 circle(25)
3 forward(50)

Back

3 lines

7.

FLASHCARD QUESTION

Front

Which lines of the code below will be repeated 4 times? Options: 3 and 4, 2, 3 & 4, 3, 4 & 5, 3, 4, 5, & 6

Back

3, 4 & 5

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?