File Handling - Python

File Handling - Python

9th Grade

8 Qs

quiz-placeholder

Similar activities

BTEC DIT: Revision 1-6

BTEC DIT: Revision 1-6

1st - 12th Grade

11 Qs

Manging Files and Folders

Manging Files and Folders

2nd - 10th Grade

10 Qs

Reshaping & vStack&hstack( )

Reshaping & vStack&hstack( )

9th Grade - University

10 Qs

Quiz Struktur Data: Graf dan Pohon

Quiz Struktur Data: Graf dan Pohon

9th Grade

10 Qs

C# Variables and Data Types

C# Variables and Data Types

8th Grade - University

9 Qs

File Management 1

File Management 1

8th - 9th Grade

10 Qs

A Fact and A Bluff

A Fact and A Bluff

9th Grade

10 Qs

KS3 Compression

KS3 Compression

8th - 10th Grade

13 Qs

File Handling - Python

File Handling - Python

Assessment

Quiz

Computers

9th Grade

Medium

Used 250+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not a method of opening files?
Replace
Append
Write
Read

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Opening a file with write access causes the contents of the file to removed first.
True
False

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Appending to a file means adding extra data into the file.
True
False

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When writing to a file you cannot create new lines.
False
True

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the last action that must be performed on a file?
Close
Save
End
Write

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the data type of data read from a file?
String
Integer
Real
Boolean

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Reading from a file often involves using...
A loop
An condition
Comments

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Appending data to a file places it at the start of the file.
False
True