J276 OCR CS File Handling

J276 OCR CS File Handling

9th - 11th Grade

15 Qs

quiz-placeholder

Similar activities

Python lists & file operations

Python lists & file operations

10th Grade

10 Qs

File Handling in Python

File Handling in Python

11th - 12th Grade

10 Qs

File Extensions

File Extensions

5th - 9th Grade

10 Qs

Getting Started with MS Office

Getting Started with MS Office

7th - 12th Grade

19 Qs

Windows Basics

Windows Basics

10th Grade - Professional Development

10 Qs

Ms Excel

Ms Excel

11th Grade

20 Qs

Reading and writing files

Reading and writing files

9th - 10th Grade

11 Qs

Basic File Handling Recap

Basic File Handling Recap

11th Grade

10 Qs

J276 OCR CS File Handling

J276 OCR CS File Handling

Assessment

Quiz

Computers

9th - 11th Grade

Hard

Created by

Mr Abbas

Used 7+ times

FREE Resource

15 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mode in the following program to open file for writing in a mode where new data will be added at the end of old data


file =open("poem.txt","__")

r

a

w

x

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Media Image

see the program and fill in the blank with correct statement.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct statement to close a file stream named myfile:

myfile.terminate()

myfile.end()

myfile.close()

myfile.remove()

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Media Image

See the following code snippet and fill in the blank with appropriate statement

6.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Media Image

Fill in the blank with appropriate statement.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which function is used to read records from a binary file?

pickle.load(f)

pickle.read()

pickle.open()

pickle.dump(l,f)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?