Python CodeHS Nov. 6

Quiz
•
Computers
•
9th Grade
•
Hard
PRESTON COLE
Used 9+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
2.0
2
2.125
An error occurs
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of the following code snippet?
"ompuompu"
"ComputComput"
"ComputerComputer"
"ompComp"
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following function return when called with calculate(2, 3)?
5
-1
1
3
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times will the following loop run?
3 times
4 times
5 times
The loop will run indefinitely
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is true about the following code?
The code contains a syntax error
The code contains two comments
The code will print the comments to the console
The code will not run because of the comment on line 2
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of executing the following list operation?
[1, 6, 7, 5]
[1, 2, 3, 6, 7]
[6, 7, 5]
[1, 6, 7, 7, 5]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the string file_name = "report_final_copy.doc"
Which of the following operations would correctly change the file extension
to .pdf and store it in a new string `new_file_name`?
new_file_name = file_name.replace("doc", "pdf")
new_file_name = file_name[:-3] + 'pdf'
new_file_name = file_name.split(".")[0] + '.pdf'
All of the above
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
TY Python Quiz

Quiz
•
9th - 12th Grade
14 questions
1.1.5 CSE Iteration and Loops

Quiz
•
9th - 12th Grade
15 questions
Python Basics Quiz

Quiz
•
6th - 10th Grade
9 questions
Swift Playgrounds

Quiz
•
9th Grade
10 questions
PYTHON (FOR LOOP)

Quiz
•
1st - 10th Grade
11 questions
Python strings

Quiz
•
8th - 9th Grade
10 questions
CodeHS 2.10 While Loops

Quiz
•
9th - 12th Grade
10 questions
Scratch

Quiz
•
KG - Professional Dev...
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
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