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
10 questions
Code.org Unit 5 - Loops

Quiz
•
9th - 12th Grade
12 questions
Small Basic Quiz

Quiz
•
7th - 9th Grade
15 questions
Basic Programming Concepts

Quiz
•
9th Grade
6 questions
While Loop in python

Quiz
•
9th - 12th Grade
10 questions
Week 3 Arduino Basics Quiz

Quiz
•
7th - 12th Grade
8 questions
Small Basic Mid Point Review

Quiz
•
6th - 12th Grade
15 questions
Intermediate Python

Quiz
•
9th - 11th Grade
12 questions
CodeHS Unit 1

Quiz
•
9th - 12th 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
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