Intro to Programming: Tracy the Turtle 1

Intro to Programming: Tracy the Turtle 1

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Chris Henderson

Used 133+ times

FREE Resource

Student preview

quiz-placeholder

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command moves Tracy ahead 100 pixels?

forward(100)

move(100)

trace(100)

circle(100)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command draws a circle with a diameter of 100?

arc(100, 180, 5)

draw_circle(100)

circle(50)

circle(100)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the command right(45) do?

Draw a line to the right that is 45 pixels long

Move Tracy 45 pixels to the right

Rotate Tracy 45 pixels clockwise

Rotate Tracy 45 degrees clockwise

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does this code do?

pendown()

forward(100)

penup()

forward(100)

pendown()

forward(100)

penup()

forward(100)

pendown()

Draw a dashed line

Draw a continuous line

Draw a bold faced line

Draw a curvy line

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does this code do?

pendown()

forward(50)

left(90)

forward(50)

left(90)

forward(50)

left(90)

forward(50)

Draw four small squares

Draw a circle

Draw a trinalge

Draw a square

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Loops are:

The only way to draw geometric shapes

A way to repeat code without writing it over and over

Coils of strings

A convenient way to store values such as strings and numbers

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Which of these lines of code will be repeated 4 times?

3 and 4

All 6

3, 4, and 5

3, 4, 5, and 6

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?