File Handling - Python

File Handling - Python

9th Grade

8 Qs

quiz-placeholder

Similar activities

Programming - Basic File Handling Operations

Programming - Basic File Handling Operations

3rd - 11th Grade

10 Qs

Excel: Charts

Excel: Charts

6th - 10th Grade

10 Qs

Python Files I/O

Python Files I/O

6th - 12th Grade

8 Qs

Excel 2016 Lesson 3 - Using Office Backstage

Excel 2016 Lesson 3 - Using Office Backstage

9th - 12th Grade

10 Qs

NETWORK DEVICES

NETWORK DEVICES

9th - 11th Grade

10 Qs

MOAC Word 2016 Lesson 1

MOAC Word 2016 Lesson 1

8th Grade - University

10 Qs

File types

File types

8th - 12th Grade

13 Qs

4.9 Word Quizizz

4.9 Word Quizizz

8th - 12th 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