Python Basic files

Python Basic files

10th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Hosting : cPanel Share & VPS

Hosting : cPanel Share & VPS

12th Grade

15 Qs

Scratch

Scratch

KG - Professional Development

10 Qs

Java: repetition control structure for & while

Java: repetition control structure for & while

10th - 12th Grade

10 Qs

Photoshop 1

Photoshop 1

12th Grade

13 Qs

Perencanaan Pengalamatan Jaringan

Perencanaan Pengalamatan Jaringan

9th - 12th Grade

15 Qs

Exploring AI

Exploring AI

10th Grade

15 Qs

Cyber Security KS4

Cyber Security KS4

8th - 12th Grade

15 Qs

வகுப்பு 12 - அடோப் இன்டிசைன் CC 2019

வகுப்பு 12 - அடோப் இன்டிசைன் CC 2019

12th Grade

13 Qs

Python Basic files

Python Basic files

Assessment

Quiz

Computers

10th - 12th Grade

Practice Problem

Medium

Created by

James Abela

Used 220+ 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

20 sec • 1 pt

This command will open MyFile = open("MyText.txt")

To read the file

To append to the file

To write to the file

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If I want to add to the end of a text file, I should:

MyCipher = open("MyCipher.txt", "w")

MyCipher = open("MyCipher.txt", "a")

MyCipher = open("MyCipher.txt", "w+")

MyCipher = open("MyCipher.txt", "s")

3.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Which of these will generate an error?

MyCipher.write("writing")

MyCipher..write(writing)

MyCipher.write("writing",writing)

MyCipher.readline()

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you close the file?

MyFile = close()

MyFile.close

close = MyFile()

MyFile.close()

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Why is it best to open a file with with in Python?

It automatically closes the file

Easier to read the code

Better for binary files

Closers to the pseudocode

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the best type of loop to write a file in?

While loop

for loop

repeat loop

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What command can you use to separate parts of a line?

separate()

split()

divide()

cut()

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

Already have an account?

Discover more resources for Computers