Python Level 1 Quiz #6

Python Level 1 Quiz #6

5th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Small Basic

Small Basic

7th - 9th Grade

17 Qs

Python Turtle Quiz

Python Turtle Quiz

7th Grade

15 Qs

Small basic

Small basic

4th - 6th Grade

13 Qs

Flash Concepts

Flash Concepts

7th Grade

10 Qs

Input Quiz - ICT (IGCSE)

Input Quiz - ICT (IGCSE)

9th - 10th Grade

11 Qs

Computer Programming 9 Review

Computer Programming 9 Review

9th Grade

10 Qs

SMALL BASIC L1 RETRIEVAL PRACTICE

SMALL BASIC L1 RETRIEVAL PRACTICE

5th Grade

10 Qs

Small Basic (Turtle)

Small Basic (Turtle)

KG - University

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?