Python-Week5

Python-Week5

University - Professional Development

27 Qs

quiz-placeholder

Similar activities

Interactive media

Interactive media

12th Grade - University

29 Qs

HPC CAMPRO QUIZZ NOV

HPC CAMPRO QUIZZ NOV

1st Grade - Professional Development

30 Qs

Disney ID

Disney ID

KG - University

22 Qs

Revision v.2 (CU1)

Revision v.2 (CU1)

Professional Development

30 Qs

Holiday Trivia

Holiday Trivia

KG - University

30 Qs

2/16

2/16

Professional Development

30 Qs

July Growth Retreat

July Growth Retreat

Professional Development

25 Qs

Quiz 8pm 23-05

Quiz 8pm 23-05

12th Grade - Professional Development

25 Qs

Python-Week5

Python-Week5

Assessment

Quiz

Other

University - Professional Development

Medium

Created by

Yahini Prabha Murugesan

Used 4+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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


if turtle.pensize() < 4:

<tab>turtle.pensize(4)

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In order to draw an octagon with turtle graphics, you would need a loop that iterates eight times.

True

False

4.

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

center

top

right

left

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

By default, Turtle be heading to __________.

up

down

East

west

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will hide the turtle if it is visible?

if turtle.isvisible():

turtle.hideturtle()

if turtle.isvisible

turtle.hideturtle()

if turtle.isvisible():

turtle.invisible()

turtle.isvisible():

turtle.hide()

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?