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
73 questions
Google Certified Educator (Level 1)

Flashcard
•
KG - University
69 questions
Fund of Comp Review

Flashcard
•
9th Grade
66 questions
24-25 Web Design Final Exam

Flashcard
•
12th Grade
67 questions
Year 10 Computer Science - End of Year Flashcard

Flashcard
•
10th Grade
53 questions
Flashcard: ITF Mastery Exam

Flashcard
•
9th - 12th Grade
65 questions
Domain 1.1.2

Flashcard
•
9th - 12th Grade
73 questions
Google Certified Educator (Level 1)

Flashcard
•
KG - University
73 questions
Google Certified Educator (Level 1)

Flashcard
•
KG - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade