File Handling - Python

File Handling - Python

9th Grade

8 Qs

quiz-placeholder

Similar activities

Web Design Principles 1

Web Design Principles 1

7th - 9th Grade

10 Qs

Excel: Charts

Excel: Charts

6th - 10th Grade

10 Qs

Data Representation - Metadata

Data Representation - Metadata

3rd - 11th Grade

10 Qs

MOAC Excel 2016 Lesson 03

MOAC Excel 2016 Lesson 03

8th - 12th Grade

10 Qs

Scratch Programming

Scratch Programming

1st - 12th Grade

13 Qs

Programming - Basic File Handling Operations

Programming - Basic File Handling Operations

3rd - 11th Grade

10 Qs

Data Compression

Data Compression

9th Grade - University

12 Qs

Data representation - Sound

Data representation - Sound

9th - 11th Grade

12 Qs

File Handling - Python

File Handling - Python

Assessment

Quiz

Computers

9th Grade

Medium

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