Programming with Turtle Graphics Review 1

Programming with Turtle Graphics Review 1

6th - 8th Grade

20 Qs

quiz-placeholder

Similar activities

Knowledge Checker Y9 -1

Knowledge Checker Y9 -1

8th Grade

20 Qs

Adobe Photoshop

Adobe Photoshop

8th - 12th Grade

15 Qs

Piskel Question Bank

Piskel Question Bank

8th Grade

22 Qs

SMALL BASIC

SMALL BASIC

8th Grade

20 Qs

Graphic Design - Pixlr

Graphic Design - Pixlr

6th - 7th Grade

15 Qs

Going AudioVisual

Going AudioVisual

7th - 9th Grade

16 Qs

Vector and Bitmap Image Quiz

Vector and Bitmap Image Quiz

8th Grade - University

20 Qs

Ch 18 - Understanding Graphics

Ch 18 - Understanding Graphics

7th - 9th Grade

16 Qs

Programming with Turtle Graphics Review 1

Programming with Turtle Graphics Review 1

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Troy Nasworthy

Used 25+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

The radius of the circle

The center of the circle

The diameter of the circle

The width of the circle

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When Tracy is facing right, from what location does she start drawing her circle?

The top of the circle

The bottom of the circle

The left side of the circle

The middle of the circle

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would I tell Tracy to move forward 100 pixels?

forward 100

move(100)

Tracy, move forward 100 pixels

forward(100)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How far does Tracy need to move from the starting position to reach the end of the right side of the canvas?

50 pixels

100 pixels

200 pixels

400 pixels

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the dimensions of Tracy’s world?

200 pixels x 200 pixels

400 pixels x 200 pixels

400 pixels x 400 pixels

200 pixels x 400 pixels

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

penup() forward(100)

forward(100) penup()

penup(100)

forward(-100)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which commands would move Tracy forward 100 pixels?

A. forward(100)

B. backward(-100)

C. forward(-100)

A, B, and C

A only

B and C

A and B

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?