Python Turtle Pen Up

Python Turtle Pen Up

7th Grade

10 Qs

quiz-placeholder

Similar activities

Python L1 Quiz 5: Random Numbers and More Turtle Features

Python L1 Quiz 5: Random Numbers and More Turtle Features

1st - 12th Grade

10 Qs

Python for Beginner - Module 1

Python for Beginner - Module 1

7th Grade

10 Qs

Python Turtle

Python Turtle

2nd - 12th Grade

10 Qs

checkpoint 3grade7

checkpoint 3grade7

7th Grade

10 Qs

Python Turtle Module Quiz

Python Turtle Module Quiz

7th Grade

14 Qs

Python Programming with Tracy the Turtle

Python Programming with Tracy the Turtle

6th - 8th Grade

10 Qs

Quiz: Basic Graphics and Shapes with Turtle

Quiz: Basic Graphics and Shapes with Turtle

7th Grade

10 Qs

Tracy 🐢 CodeHS

Tracy 🐢 CodeHS

5th - 8th Grade

12 Qs

Python Turtle Pen Up

Python Turtle Pen Up

Assessment

Quiz

Computers

7th Grade

Easy

Created by

Ambrose Koroma

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you draw a shape without the pen touching the canvas in Python Turtle?

penup() and pendown() functions

manually move the canvas instead of using Turtle

use a different programming language

penup() and pendown() functions are not necessary

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to move the turtle without drawing in Python Turtle?

turtle.penup()

turtle.drawoff()

turtle.nodraw()

turtle.penoff()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you change the pen color in Python Turtle?

pen_color('blue')

change_pen_color('green')

set_pen_color('yellow')

pencolor('red') or pencolor(255, 0, 0) will change the pen color to red.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function to set the pen size in Python Turtle?

penSize()

setPenSize()

pensize()

pen_thickness()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python Turtle, what command is used to lift the pen off the canvas?

penstop()

penlift()

penoff()

penup()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you lower the pen back onto the canvas in Python Turtle?

penup(); pendown();

penup(); pendown()

pen_down(); pen_up();

pen_down(); penup();

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default pen color in Python Turtle?

black

blue

red

green

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?