Turtle Python Quiz 1

Turtle Python Quiz 1

10th - 12th Grade

27 Qs

quiz-placeholder

Similar activities

AI based Python Quiz_1

AI based Python Quiz_1

12th Grade

25 Qs

Python GCSE

Python GCSE

10th Grade

27 Qs

CPM2 Quiz Review

CPM2 Quiz Review

10th - 12th Grade

25 Qs

Python

Python

12th Grade

22 Qs

Python Basics

Python Basics

8th - 12th Grade

23 Qs

[AP CSP] Programming Lesson 1 - Input/Output, Data Types

[AP CSP] Programming Lesson 1 - Input/Output, Data Types

9th - 12th Grade

25 Qs

Python тілінде циклдар

Python тілінде циклдар

9th - 12th Grade

22 Qs

Quiz 3 - Functions

Quiz 3 - Functions

10th Grade

26 Qs

Turtle Python Quiz 1

Turtle Python Quiz 1

Assessment

Quiz

Computers

10th - 12th Grade

Hard

CCSS
6.EE.B.6, L.2.2C

Standards-aligned

Created by

Mr. Toy

Used 42+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Look at this code, how many times will it loop?
50
90
0
4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Look at this code, what shape will it make?
Square
Triangle
Rectangle
Hexagon 

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
What is wrong with this code?
Missing Brackets
Missing Comma
Missing Colon
Incorrect spelling 

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

How do we create variables in python?

Var ==1

Var != 1

Var = 1

Var ;= 1

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

How do we print a statement in python?

print_(x)

print.x

print.(x)

print(x)

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What will be the output for the following program

x = 'apple'

print(x)

X

x

print(X)

apple

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

The correct syntax for creating a turtle is

Turtle = turtle

house = tutle.Turtle()

house = turtle-Turtle()

house = turtle.Turtle()

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?