Exploring Turtle Graphics and Algorithms

Exploring Turtle Graphics and Algorithms

6th Grade

20 Qs

quiz-placeholder

Similar activities

Comp Sci L1 - Blocks with VEXcode VR Course Unit 4

Comp Sci L1 - Blocks with VEXcode VR Course Unit 4

5th - 12th Grade

20 Qs

turtle functions

turtle functions

5th - 6th Grade

15 Qs

Coding Test

Coding Test

6th - 8th Grade

21 Qs

Word and Icon Block Coding

Word and Icon Block Coding

6th - 8th Grade

15 Qs

Черепаха Python

Черепаха Python

5th - 6th Grade

18 Qs

VEXcode VR Course Unit 4 Exam

VEXcode VR Course Unit 4 Exam

6th Grade

20 Qs

AC2.1 Keep me in the Loop (Building an App)

AC2.1 Keep me in the Loop (Building an App)

6th - 8th Grade

16 Qs

LEGO Ev3 Robotics

LEGO Ev3 Robotics

5th - 12th Grade

15 Qs

Exploring Turtle Graphics and Algorithms

Exploring Turtle Graphics and Algorithms

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Elizabeth Mattick

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the `forward()` function do in Tracy Turtle programming?

Moves the turtle backward

Moves the turtle forward

Turns the turtle left

Turns the turtle right

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function would you use to make the turtle turn 90 degrees to the left?

`right(90)`

`left(90)`

`forward(90)`

`backward(90)`

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want to draw a circle with a radius of 50 units, which function would you use?

`circle(50)`

`forward(50)`

`right(50)`

`left(50)`

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the `penup()` function in turtle graphics?

To draw a line

To lift the pen so it doesn't draw

To change the pen color

To move the turtle backward

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function would you use to resume drawing after using `penup()`?

`pendown()`

`forward()`

`backward()`

`circle()`

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you describe an algorithm in the context of computational thinking?

A random set of instructions

A step-by-step procedure to solve a problem

A single command

A type of turtle graphic

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of executing the following sequence of commands: `forward(100)`, `right(90)`, `forward(100)`?

A straight line

A right angle

A circle

A triangle

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?