Intro. to Python: Lesson 1 Quiz

Intro. to Python: Lesson 1 Quiz

4th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

Word Processor

Word Processor

4th Grade

13 Qs

ICT Service Solutions 2

ICT Service Solutions 2

8th - 12th Grade

17 Qs

Typography

Typography

11th Grade

10 Qs

7ICT - Algorithms Revision Quiz

7ICT - Algorithms Revision Quiz

7th Grade

15 Qs

10 CS // Pseudocode

10 CS // Pseudocode

9th - 11th Grade

10 Qs

Fundamentals of Algorithms

Fundamentals of Algorithms

10th Grade

10 Qs

Midterm Review

Midterm Review

10th Grade

16 Qs

Internet services-Venesha

Internet services-Venesha

3rd - 6th Grade

10 Qs

Intro. to Python: Lesson 1 Quiz

Intro. to Python: Lesson 1 Quiz

Assessment

Quiz

Computers

4th - 12th Grade

Hard

Created by

Whizara Teacher

Used 12+ times

FREE Resource

AI

Enhance your content

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

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the use of the turtle import statement?

To use a turtle shape on the screen

To use the turtle object and the associated functions inside the turtle module

To start Python

It is a cool line of code

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the use of turtle.color[] ?

To fill a shape with color

To set the color that needs to be filled inside the turtle

To set the pen color for drawing

To check if a color is available for use

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which part of this line of code has an error?

turtle.hide[]

turtle

hide

()

no error

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A comment is a line of code that:

Does not execute

Executes, but the output is not visible on the output screen

Executes and the output is visible on the output screen

Is left to the computer to figure out what it wants to do with

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of these options is error-free?

print("it's raining cats!")

Print("And Dogs")

print("And turtle')

PRINT("And possibly mouse")

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What turtle function would you use to write text on the graphics screen?

turtle.pen()

turtle.pendown()

turtle.write()

turtle.print()

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

turtle.circle()

How do you modify the code above to include a radius of 100?

turtle.circle(100)

circle.turtle(100)

turtle.circle.100()

100.turtle.circle()

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?