Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Programming Vocabulary

Programming Vocabulary

6th - 8th Grade

15 Qs

LOGO TURTLE GRADE 2

LOGO TURTLE GRADE 2

2nd Grade - University

13 Qs

Basics of Coding SC 1

Basics of Coding SC 1

7th - 9th Grade

15 Qs

Python Graphics

Python Graphics

6th - 8th Grade

10 Qs

Turtle academy (Lessons 4 and 5)

Turtle academy (Lessons 4 and 5)

6th - 8th Grade

11 Qs

Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

MSW Logo Review

MSW Logo Review

7th Grade

14 Qs

S1 code.org Knowledge Check 2

S1 code.org Knowledge Check 2

7th Grade

12 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?