Python- Codehs 2021 Exam Review

Flashcard
•
Computers
•
KG - Professional Development
•
Hard
Wayground Content
FREE Resource
Student preview

66 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which Python code segment will display “Hello, world!” on the screen? Options: display Hello, world!, print("Hello world!"), print("Hello, world!"), "Hello, world!"
Back
print("Hello, world!")
2.
FLASHCARD QUESTION
Front
What does the following Python code display?
print("Hello")
print("World")
Back
Hello
World
3.
FLASHCARD QUESTION
Front
What type is the following variable?
x = "Hi there"
Back
string
4.
FLASHCARD QUESTION
Front
What does the following Python program print?
x = "I am"
y = 6
z = "feet tall"
print(x)
print(y)
print(z)
Back
I am
6
feet tall
5.
FLASHCARD QUESTION
Front
What is the type of the variable x in the following Python program?
x = input("Enter something: ")
Back
string
6.
FLASHCARD QUESTION
Front
What does the following Python program print after the user inputs "Delaware ratified the U.S. Constitution in 1787."?
x = input("Enter some text: ")
print(x)
Back
Delaware ratified the U.S. Constitution in 1787.
7.
FLASHCARD QUESTION
Front
What does the following Python program print?
x = 9 + 6 / 3 * 2 - 1
print(x)
Back
12
Create a free account and access millions of resources
Similar Resources on Wayground
53 questions
IM 8th Grade Unit 1 Review

Flashcard
•
8th Grade
72 questions
Python 1 Review Game

Flashcard
•
9th - 12th Grade
65 questions
reading P1

Flashcard
•
1st - 5th Grade
66 questions
AP CS+ September 2025 to date

Flashcard
•
10th Grade - University
56 questions
Arrays and Strings in C

Flashcard
•
12th Grade - University
64 questions
Đề Cương Giữa Kì II Môn Tin Học By Moi

Flashcard
•
10th Grade
58 questions
Elementary Music Review

Flashcard
•
3rd Grade
69 questions
Fund of Comp Review

Flashcard
•
9th Grade
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
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

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

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th 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