
Python Midterm Review
Authored by Rhonda Hildebrand
Information Technology (IT)
9th - 12th Grade
Used 7+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
24 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You are running a Python script that is supposed to write data to an open file, but discover that the file contents are being erased each time the script runs. What is most likely the issue?
The file was opened using a mode string other than 'a'.
The file is truncated by default with the write() method.
The file is erased when the script uses the close() method.
The file must be opened using a mode string of 'rw'.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the name used for the integrated program development environment that comes with a Python installation?
Eclipse
IDLE
PyShell
PyDDL
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What term describes the process of substituting a simple process for a complex process in a program to make the program easier to understand and maintain?
refactoring
abstraction
recurision
instantation
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You are running a Python script that is supposed to write data to an open file, but discover that the file contents are not updating even after the script finishes. What is most likely the issue?
The file was opened using 'w' instead of 'b' as the mode string.
The file is not being updated because it doesn't exist.
The file is not being written to using the dump() method.
The file was not closed using the close() method.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What list method should you use in order to remove and return the element at the end of the list named "books"?
books.get()
books.pop()
books.fetch()
books.pull()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a computer, what component is known as the "processor"?
RAM
CPU
basic input/output devices
motherboard
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What kind of programming language is Python?
An interpreted language.
A compiled language.
An interpolated language.
A manufactured language.
Access all questions and much more by creating a free account
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
Already have an account?