File Handling - Python

File Handling - Python

9th Grade

8 Qs

quiz-placeholder

Similar activities

Computer Literacy Unit 1

Computer Literacy Unit 1

9th - 12th Grade

11 Qs

Audio Output Quality

Audio Output Quality

9th Grade

13 Qs

Graphics

Graphics

9th Grade

10 Qs

Week 6 Module 16-18

Week 6 Module 16-18

9th Grade

13 Qs

1.5 Packet Switching & Layers

1.5 Packet Switching & Layers

8th - 10th Grade

11 Qs

Web Design Principles 1

Web Design Principles 1

7th - 9th Grade

10 Qs

Scratch Programming

Scratch Programming

1st - 12th Grade

13 Qs

MOAC Excel 2016 Lesson 03

MOAC Excel 2016 Lesson 03

8th - 12th Grade

10 Qs

File Handling - Python

File Handling - Python

Assessment

Quiz

Computers

9th Grade

Medium

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