PLTW CSE Essentials - Review for EOC #2

Flashcard
•
Computers
•
9th - 12th Grade
•
Easy
Wayground Content
Used 1+ times
FREE Resource
Student preview

70 questions
Show all answers
1.
FLASHCARD QUESTION
Front
people = ["John", "Rob", "Bob"]
print (people[-1])
what would this result be?
Back
Bob
2.
FLASHCARD QUESTION
Front
people = ["John", "Rob", "Bob"]
print (people[4])
what would this result be?
Back
Error
3.
FLASHCARD QUESTION
Front
What numbers are included in this range call: range(2, 10, 2)? Options: 2, 4, 6, 8, 10; 2, 4, 6, 8; 1, 2, 3, 4, 5, 6, 7, 8, 9; 2, 3, 4, 5, 6, 7, 8, 9
Back
2, 4, 6, 8
4.
FLASHCARD QUESTION
Front
What will the output be from the following code?
print("Hello world!\nHello world!")
Back
Hello world!
Hello world!
5.
FLASHCARD QUESTION
Front
What will the output be from the following code?
print("Hello world!" * 2)
Back
Hello world!Hello world!
6.
FLASHCARD QUESTION
Front
To create a newline at the end of prompt, you can use which of the following expressions? Options: \new, \n, \break, \return
Back
\n
7.
FLASHCARD QUESTION
Front
What symbol is used in python to assign values to a variable?
Back
equals =
Create a free account and access millions of resources
Similar Resources on Wayground
70 questions
Try work

Flashcard
•
9th - 12th Grade
63 questions
Vocab domains 1,2, & 4

Flashcard
•
12th Grade
58 questions
67 Question Sec+ Flashcard

Flashcard
•
12th Grade
53 questions
Google Certified Educator (Level 1)

Flashcard
•
KG - University
61 questions
F-24-Fundamentals of Computing Final Exam Review

Flashcard
•
9th - 12th Grade
71 questions
Intro to CS Spring Final Review

Flashcard
•
9th - 12th Grade
59 questions
PLTW Semester 1 Final

Flashcard
•
9th - 12th Grade
55 questions
Engineering Design - Fall Final Review

Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade