PLTW Fall Final

PLTW Fall Final

25 Qs

quiz-placeholder

Similar activities

WorkKeys - Workplace Docs

WorkKeys - Workplace Docs

12th Grade

21 Qs

Spring 2025 COSC 2425 Chapter 4 Checkpoints Part 1

Spring 2025 COSC 2425 Chapter 4 Checkpoints Part 1

KG - University

20 Qs

Equatorial Africa Quiz Open Note

Equatorial Africa Quiz Open Note

KG - University

25 Qs

Review: Unit 1 - Agribusiness Basics

Review: Unit 1 - Agribusiness Basics

9th - 12th Grade

22 Qs

Bilangan

Bilangan

6th - 8th Grade

20 Qs

CERDAS CERMAT KELAS 7 SMPN 41

CERDAS CERMAT KELAS 7 SMPN 41

KG - University

20 Qs

EKG Ch. 5-6 Test

EKG Ch. 5-6 Test

KG - University

25 Qs

Guess The Picture

Guess The Picture

KG - University

20 Qs

PLTW Fall Final

PLTW Fall Final

Assessment

Quiz

others

Easy

Created by

Amanda Long

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Moves the turtle in the direction it is facing for a distance of d pixels
.forward(d)
.backward(d)
.right(a)
.left(a)
.circle(r)

2.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Variable names can have a space in them
True
False

3.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Comments in Python begin with the # character
True
False

4.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

What symbol is used to mark the beginning and end of a string?
a quote mark (")
a slash (/)
an asterisk (*)
a comma (,)

5.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

To use Python's turtle graphics, you must include which of the following statements in your program?
import turtle
import Turtle
import turtle_graphics
import turtle_module

6.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

What is the output of the following command, given that value1 = 2.0 and value2 = 12? print(value1 * value2)
24.0
24
value1 2* value
2.0 * 12

7.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Draws a circle with radius r
.forward(d)
.backward(d)
.right(a)
.left(a)
.circle(r)

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?