Turtle Programming Quiz

Turtle Programming Quiz

12th Grade

19 Qs

quiz-placeholder

Similar activities

Codehs Concepts of Programming

Codehs Concepts of Programming

9th - 12th Grade

16 Qs

ROBOTC Rules/Syntax

ROBOTC Rules/Syntax

9th - 12th Grade

17 Qs

Block Code Quiz - Express Code

Block Code Quiz - Express Code

9th - 12th Grade

15 Qs

Computer Science Principles: Intro to Programming

Computer Science Principles: Intro to Programming

9th - 12th Grade

15 Qs

Code.org List

Code.org List

10th - 12th Grade

20 Qs

Code.org Unit 5 Test

Code.org Unit 5 Test

10th - 12th Grade

20 Qs

Computer Science Principles Lists Loops Traversals

Computer Science Principles Lists Loops Traversals

10th - 12th Grade

20 Qs

AP Computer Science Principles Practice Module

AP Computer Science Principles Practice Module

10th - 12th Grade

14 Qs

Turtle Programming Quiz

Turtle Programming Quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Mathew Plant

Used 4+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Turtle Programming?

A type of programming that involves using turtle-shaped robots.

A programming language specifically designed for turtles.

A method of programming that focuses on speed and efficiency.

A beginner-friendly way of learning programming through the use of a virtual turtle.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name one subtopic of Turtle Programming.

Creating animations

Controlling movement

Drawing shapes

Manipulating colors

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can you do with Turtle Programming?

Create graphics and drawings

Compose music.

Create 3D models.

Write code for artificial intelligence.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you import the turtle module in Python?

import turtle as t

from turtle import *

import turtle

import turtle_module

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to create a turtle object?

turtle.make()

turtle.Turtle()

turtle.new()

turtle.create()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make a turtle move forward?

forward()

go_forward()

step_forward()

move_forward()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to make a turtle turn right?

turtle.backward(distance)

turtle.right(angle)

turtle.forward(distance)

turtle.left(angle)

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?