CodeHS Python Unit 7 Quiz Review
Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Katy Fleming
Used 58+ times
FREE Resource
Enhance your content in a minute
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
What is printed out by this program?
word = "killer whale"
print(word[0:100])
killer whal
“killer whale “
killer whale
The program will throw an error
2.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
What does this function do?
Returns the same sentence, but replaces every space with the letter char
Returns the same sentence, but adds the letter char after every space
Returns the same sentence, but adds the letter char after every letter in the sentence, except for spaces
Returns the same sentence, but adds the letter char after every letter in the sentence
3.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Which of the following expressions will print “dog”?
Let sentence = "lazy dog"
print(sentence[6:])
print(sentence[:])
print(sentence[:5])
print(sentence[5:])
4.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Which of the following expressions will print “L”?
Let word = "PINEAPPLE"
print(word[-4:])
print(word[-1])
print(word[-2])
print(word[-3])
5.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
On which line does this program throw an error?
1 word = "killer whale"
2 pos = word.find(" ")
3 word = word + "!"
4 word[pos] = "-"
Line 1
Line 2
Line 3
Line 4
6.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Which of the following expressions will get the last character in a string? Assume that word is a string variable.
I. word[0]
II. word[-1]
III. word[len(word)]
IV. word[len(word)-1]
I, II, III
II, IV
II, III, IV
I, IV
7.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Which of the following if statements checks if the string variable sentence contains the word “the”?
if "t" or "h" or "e" in sentence:
print("Contains 'the'")
if "the" in sentence:
print("Contains 'the'")
if "the" == sentence:
print("Contains 'the'")
if sentence in "the":
print("Contains 'the'")
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
SOFTWARE 7I
Quiz
•
7th Grade - University
20 questions
CSS - Operating System
Quiz
•
11th Grade
18 questions
TRAC NGHIEM 12
Quiz
•
12th Grade
15 questions
PENILAIAN TENGAH SEMESTER - INFORMATIKA KELAS VII -
Quiz
•
9th Grade
20 questions
Sistem Komputer
Quiz
•
10th Grade
20 questions
Browser dan CMS
Quiz
•
7th - 9th Grade
20 questions
Administrasi Sistem jaringan KD1
Quiz
•
1st - 10th Grade
20 questions
Skill Competition Quiz 2024
Quiz
•
10th Grade - University
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
