Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Quiz 🐍

Python Quiz 🐍

2nd - 8th Grade

10 Qs

Programming Languages

Programming Languages

6th - 8th Grade

15 Qs

Tracy 🐢 CodeHS

Tracy 🐢 CodeHS

5th - 8th Grade

12 Qs

Lesson 4 - Subroutines

Lesson 4 - Subroutines

8th Grade

7 Qs

RAV Robot Coding

RAV Robot Coding

6th - 8th Grade

15 Qs

Microbit Lesson 5

Microbit Lesson 5

7th - 8th Grade

8 Qs

Команди графічного модуля

Команди графічного модуля

1st - 12th Grade

10 Qs

Quiz: Basic Graphics and Shapes with Turtle

Quiz: Basic Graphics and Shapes with Turtle

7th Grade

10 Qs

Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

Assessment

Quiz

Computers

7th - 8th Grade

Hard

Created by

Ray Birchall

Used 59+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of programming language is Python?

Block based

Command Line

Fill in the blanks

Object Oriented

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What ‘object’ do you control in Python turtle?

The pen object which draws your commands

The shape object which draws your commands

The pencil object which draws your commands

The turtle object which draws your commands

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the ‘turtle’ represent in Python?

A program

A person

A pen

A drawing

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does import turtle mean?

Loads the turtle library so the turtle functions are used automatically

Loads the turtle library and writes code automatically

Loads the turtle library so the turtle functions can be used in your program

Load the turtle library so you can choose the correct program to solve your problem

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the command ‘wn’ do?

Closes the window where your drawing is created

Controls how the window where your drawing is shown behaves

Creates the window where your drawing is created

Creates the drawing on your screen

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of an ‘object.property(attribute)’

name.pen(5)

name.penup()

name.pendraw(10)

name.penup

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the lines of code called in a program?

Code

Instructions

Source Lines of Code

Lines of Code

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?