Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Turtle

Turtle

7th - 8th Grade

12 Qs

Hour of Code ESL

Hour of Code ESL

6th - 8th Grade

14 Qs

MS Logo 2

MS Logo 2

3rd - 10th Grade

13 Qs

Small Basic Basics

Small Basic Basics

8th - 9th Grade

10 Qs

Python Plus : Turtle Race

Python Plus : Turtle Race

6th - 8th Grade

10 Qs

Python L25 Turtle

Python L25 Turtle

6th - 8th Grade

14 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

Assessment

Quiz

Computers

7th - 8th Grade

Hard

Created by

Ray Birchall

Used 58+ 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?