
Python L36 Snake Highscore
Authored by Future Teacher
Information Technology (IT)
6th - 8th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of with open("data.txt") as file: in the scoreboard?
To print data to the screen
To permanently delete the file
To open and read the high score
To create a new window
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method is used to update the file with the new high score?
file.read()
file.write()
file.close()
file.remove()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens when int(file.read()) is called?
It deletes the data
It reads a number from the file and turns it into an integer
It reads a number and converts it into a string
It saves the score into the file
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is true about with open(...)?
It must be closed manually
It reads and writes at the same time
It automatically closes the file afterward
It causes the game to pause
5.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
In Python, the method to read the entire content of a file is ____().
6.
DRAG AND DROP QUESTION
1 min • 1 pt
To save the high score to data.txt, we use the mode " (a) " in open("data.txt", " (b) ").
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
file.read() returns a string, even if the content is a number.
True
False
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?