20 Objective Questions on Python Turtle

20 Objective Questions on Python Turtle

6th Grade

20 Qs

quiz-placeholder

Similar activities

[RB3-Ch3] Working with Spreadsheet

[RB3-Ch3] Working with Spreadsheet

6th - 8th Grade

20 Qs

[RB3-Ch7] Data Verification & Validation

[RB3-Ch7] Data Verification & Validation

6th - 8th Grade

15 Qs

Web browsers

Web browsers

2nd - 6th Grade

19 Qs

History of Computers - Part 5: 1973-Present

History of Computers - Part 5: 1973-Present

6th Grade

15 Qs

The Internet and the Web

The Internet and the Web

5th - 6th Grade

20 Qs

QBasic

QBasic

6th Grade

20 Qs

Excel Quiz

Excel Quiz

KG - University

15 Qs

Cyber Safety

Cyber Safety

4th - 7th Grade

17 Qs

20 Objective Questions on Python Turtle

20 Objective Questions on Python Turtle

Assessment

Quiz

Computers

6th Grade

Medium

Created by

OWOICHO OBIYE

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to create a turtle object?

turtle.create()

turtle.Pen()

turtle.make()

turtle.draw()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command moves the turtle forward by 100 units?

move(100)

turtle.forward(100)

turtle.go(100)

turtle.walk(100)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function turns the turtle left by 90 degrees?

turtle.left(90)

turtle.turnleft(90)

turtle.rotate_left(90)

turtle.angle(90)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does turtle.circle(50) do?

Draws a square of size 50

Moves the turtle in a circular path

Draws a circle with radius 50

Draws a semicircle with radius 50

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command lifts the pen so that the turtle moves without drawing?

turtle.stop()

turtle.nopen()

turtle.penup()

turtle.hideturtle()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you set the turtle's pen size to 5?

turtle.penwidth(5)

turtle.pensize(5)

turtle.size(5)

turtle.thickness(5)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function fills a shape with color after begin_fill() is called?

turtle.color_fill()

turtle.fillstart()

turtle.fillcolor()

turtle.end_fill()

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers