Python Level 1 Quiz #6

Python Level 1 Quiz #6

5th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

APCSP 3.7 Debugging

APCSP 3.7 Debugging

9th - 12th Grade

10 Qs

Wings of Fire Queens (spoilers)

Wings of Fire Queens (spoilers)

7th Grade

10 Qs

Harry Potter The Philosophers Stone

Harry Potter The Philosophers Stone

6th Grade

10 Qs

2. Computational thinking

2. Computational thinking

5th Grade

10 Qs

HE HE

HE HE

6th Grade

10 Qs

Superkids 100

Superkids 100

1st - 6th Grade

10 Qs

Blockly Assessment

Blockly Assessment

6th - 9th Grade

15 Qs

Reading COmprehension

Reading COmprehension

1st - 5th Grade

10 Qs

Python Level 1 Quiz #6

Python Level 1 Quiz #6

Assessment

Quiz

Computers, Other

5th - 12th Grade

Medium

Created by

Mariel Reyes

Used 6+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: The following statement will check to see if the turtle’s pen color is ‘green’:


if turtle.pencolor() = ‘green’

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: The following code snippet will change the turtle’s pen size to 4 if it is presently less than 4:


if turtle.pensize() < 4:

turtle.pensize(4)

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To use Python’s turtle graphics, you must include which of the following statements in your program?

import turtle_graphics

import turtle

import turtle_module

import Turtle

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Python turtle is initially positioned in the _____ of a graphics window.

center

top

right

left

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

By default, the Turtle heads in the _____ direction.

up

down

right

left

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following loop draws a _____.


for x in range(4):

turtle.forward(200)

turtle.right(90)

star

circle

square

rectangle

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: By default the turtle’s pen is down.

True

False

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?