Python Level 1 Quiz #6

Python Level 1 Quiz #6

5th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Scratch

Scratch

KG - Professional Development

10 Qs

Ohio Valley College of Technology

Ohio Valley College of Technology

KG - University

10 Qs

Java: repetition control structure for & while

Java: repetition control structure for & while

10th - 12th Grade

10 Qs

Reading comprehension

Reading comprehension

6th - 7th Grade

12 Qs

Inquiry

Inquiry

6th - 8th Grade

8 Qs

IPS 3.1 Kelas 6 Tema 8 Subtema 1

IPS 3.1 Kelas 6 Tema 8 Subtema 1

6th Grade

10 Qs

Thickening Agents and Methods

Thickening Agents and Methods

11th - 12th Grade

10 Qs

Exoictic cars.

Exoictic cars.

5th Grade - Professional Development

10 Qs

Python Level 1 Quiz #6

Python Level 1 Quiz #6

Assessment

Quiz

Computers, Other

5th - 12th Grade

Practice Problem

Medium

Created by

Mariel Reyes

Used 6+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?