PLTW CSP Fall Exam 2024

PLTW CSP Fall Exam 2024

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

37 questions

Show all answers

1.

FLASHCARD QUESTION

Front

How many for loops do you see?

Back

2

2.

FLASHCARD QUESTION

Front

A for loop continues to execute as long as it has elements in the list.

Back

True

3.

FLASHCARD QUESTION

Front

How can you add an element to this existing list?

Back

my_turtles.append

4.

FLASHCARD QUESTION

Front

How can you remove an element from your existing list? Options: my_turtles.append, my_turtles.pop

Back

my_turtles.pop

5.

FLASHCARD QUESTION

Front

Relational operators are used to test the relationships between two variables, expressions, or values. Example: a == b

Back

True

6.

FLASHCARD QUESTION

Front

Which of the following are considered examples of relational operators to test equality and other relationships: == equal to, AND, OR, NOT

Back

== equal to

7.

FLASHCARD QUESTION

Front

A conditional expression is usually in a while or if statement and is used to compare or evaluate a Boolean value.

Back

True

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?