Python L36 Snake Highscore

Python L36 Snake Highscore

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Standard Abbreviations in Computer Science

Standard Abbreviations in Computer Science

7th Grade

8 Qs

Data Literacy Quizizz

Data Literacy Quizizz

6th Grade - University

15 Qs

PERANGKAT KERAS KOMPUTER

PERANGKAT KERAS KOMPUTER

7th Grade

15 Qs

Strand D-Coding

Strand D-Coding

6th Grade

12 Qs

WordPress Quiz

WordPress Quiz

8th Grade

15 Qs

Lesson 1 Software

Lesson 1 Software

7th Grade

15 Qs

Quis TIK Kelas 5

Quis TIK Kelas 5

6th - 8th Grade

15 Qs

Python L36 Snake Highscore

Python L36 Snake Highscore

Assessment

Quiz

Information Technology (IT)

6th - 8th Grade

Practice Problem

Hard

Created by

Future Teacher

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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)   ").

write
w
a
append
r
read

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

file.read() returns a string, even if the content is a number.

True

False

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?