9.6.3 Python Homework

9.6.3 Python Homework

7th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Turtle Refresh Quiz

Turtle Refresh Quiz

10th Grade

15 Qs

KS4 - Python Turtle

KS4 - Python Turtle

9th - 11th Grade

15 Qs

Python Turtle Quiz

Python Turtle Quiz

7th Grade

15 Qs

Python Plus : Turtle Race

Python Plus : Turtle Race

6th - 8th Grade

10 Qs

IGCSE ICT Turtle Graphics

IGCSE ICT Turtle Graphics

10th Grade

10 Qs

Python Turtle ( )

Python Turtle ( )

12th Grade

10 Qs

Year 8 - Progress Check 1 (Python Turtle Shapes)

Year 8 - Progress Check 1 (Python Turtle Shapes)

8th - 9th Grade

10 Qs

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

9.6.3 Python Homework

9.6.3 Python Homework

Assessment

Quiz

Computers

7th - 12th Grade

Hard

Created by

Rachael Middleditch

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct command to start a fill?

begin_fill()

begin fill()

Begin_fill()

begin_fill[]

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct command to put the pen down?

pendown_()

pendown()​

Pendown()

pen down()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct command for moving forward 100?

forward 100

Forward(100)

forward(100)

forward_(100)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will this code do?

Draw a circle 20 times on a grey background.

Draw 6 separate circles on a grey background.

Draw 6 circles which are linked with a line.

Draw 6 circles which are linked with a line on a grey background.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does the code underneath the WHILE mean?

The code will run whilst ever the counter is less then 7.

The code will run until the counter reaches 7.

The code will take 7 away from the counter.

The code will not work as there is an error.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?

A label given to a memory location that stores data.

Something that is the same throughout the program.

A method of outputting data.

A syntax error.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct code to import the turtle commands?

from import turtle *

Import from turtle *

from turtle import *

From turtle import *

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?