Python- Codehs 2021 Exam Review

Flashcard
•
Computers
•
KG - Professional Development
•
Hard
Quizizz 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
55 questions
Python Baseline Test (PCAP I)

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

Flashcard
•
10th Grade
55 questions
CS Unit 2 Test

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

Flashcard
•
12th Grade
53 questions
Intro to Python

Flashcard
•
8th Grade
55 questions
DWA Final Exam

Flashcard
•
9th - 12th Grade
56 questions
Arrays and Strings in C

Flashcard
•
12th Grade - University
56 questions
Python Beginner Midterm

Flashcard
•
9th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
Discover more resources for Computers
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade