PLTW Fall Final

PLTW Fall Final

25 Qs

quiz-placeholder

Similar activities

Speak Pedagogy: Senior

Speak Pedagogy: Senior

KG - University

22 Qs

Native Americans: Plains, Northeast, and Southeast Regions

Native Americans: Plains, Northeast, and Southeast Regions

KG - University

20 Qs

SHAPE

SHAPE

KG - University

25 Qs

Ujian Akhir Semester Genap Tema 7 Kelas 6

Ujian Akhir Semester Genap Tema 7 Kelas 6

6th Grade

20 Qs

WG 15-16

WG 15-16

5th Grade

25 Qs

PAS MATH X_DKV SEMESTER GANJIL TAHUN 2023

PAS MATH X_DKV SEMESTER GANJIL TAHUN 2023

KG - University

20 Qs

PLTW Fall Final

PLTW Fall Final

Assessment

Quiz

others

Easy

Created by

Amanda Long

Used 1+ times

FREE Resource

AI

Enhance your content

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

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

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?